GNU bug report logs - #25704
guix on other distribution fails to pull

Previous Next

Package: guix;

Reported by: Tomas Cech <tcech <at> suse.com>

Date: Mon, 13 Feb 2017 13:12:02 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25704 in the body.
You can then email your comments to 25704 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#25704; Package guix. (Mon, 13 Feb 2017 13:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Cech <tcech <at> suse.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 13 Feb 2017 13:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Cech <tcech <at> suse.com>
To: bug-guix <at> gnu.org
Subject: guix on other distribution fails to pull
Date: Mon, 13 Feb 2017 14:11:34 +0100
I'm having problems with running Guix on top of openSUSE. I installed
clean 0.12 release on clean system.

$ guix pull

Starting download of /tmp/guix-file.Z09Ce2
From http://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz...
 ….tar.gz                                   3.0MiB/s 00:04 | 11.0MiB transferred
unpacking '/gnu/store/z13bqhi66zzxhzdql046khzm09r21xxq-guix-latest.tar.gz'...
substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
fetching path `/gnu/store/k4jwdl2ca04552z9hd9c0721wxlahjyy-curl-7.47.0'...
Downloading https://mirror.hydra.gnu.org/nar/k4jwdl2ca04552z9hd9c0721wxlahjyy-curl-7.47.0 (1.8MiB installed)...
 curl-7.47.0                                 444KiB/s 00:01 | 632KiB transferred

fetching path `/gnu/store/2mz84alls2i314x4506wdw15zwmz82n8-python-2.7.10'...
Downloading https://mirror.hydra.gnu.org/nar/2mz84alls2i314x4506wdw15zwmz82n8-python-2.7.10 (77.2MiB installed)...
 python-2.7.10                              4.0MiB/s 00:04 | 15.3MiB transferred

hash mismatch in downloaded path `/gnu/store/2mz84alls2i314x4506wdw15zwmz82n8-python-2.7.10': expected 4f6ac594d87839f78be751763fda022f57910f77011616c95f22a53655b0942d, got 222a0f7d89133c011acd36536141c87239a71b43c36a5dd1d939460058a15f98
building path(s) `/gnu/store/cwc9qg98wavxy69jvj42srdl14594b11-apr-util-1.5.4'
guix pull: error: build failed: some substitutes for the outputs of derivation `/gnu/store/acgss8990yn864yxf857ba9fyjsyfsa7-python-2.7.10.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source


This shows 2 problems:

- pull doesn't support `--fallback'
- hydra build of apr-util is probably corrupted


When I try to help manually, it sometimes helps...

 $ guix build apr-util --fallback
The following derivation will be built:
   /gnu/store/3fz5akwl2s3f7n1lp04avdcwcnnwfnyc-apr-util-1.5.4.drv
@ build-started /gnu/store/3fz5akwl2s3f7n1lp04avdcwcnnwfnyc-apr-util-1.5.4.drv - x86_64-linux /var/log/guix/drvs/3f//z5akwl2s3f7n1lp04avdcwcnnwfnyc-apr-util-1.5.4.drv.bz2
grafting '/gnu/store/symq7x013biwxc697271vvm0nxpb4d13-apr-util-1.5.4' -> '/gnu/store/cwc9qg98wavxy69jvj42srdl14594b11-apr-util-1.5.4'...
@ build-succeeded /gnu/store/3fz5akwl2s3f7n1lp04avdcwcnnwfnyc-apr-util-1.5.4.drv -
/gnu/store/cwc9qg98wavxy69jvj42srdl14594b11-apr-util-1.5.4

$ guix pull

Starting download of /tmp/guix-file.VxLjfT
From http://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz...
 ….tar.gz                                   3.1MiB/s 00:04 | 11.0MiB transferred
unpacking '/gnu/store/z13bqhi66zzxhzdql046khzm09r21xxq-guix-latest.tar.gz'...
fetching path `/gnu/store/2mz84alls2i314x4506wdw15zwmz82n8-python-2.7.10'...
Downloading https://mirror.hydra.gnu.org/nar/2mz84alls2i314x4506wdw15zwmz82n8-python-2.7.10 (77.2MiB installed)...
 python-2.7.10                              4.2MiB/s 00:04 | 15.3MiB transferred

hash mismatch in downloaded path `/gnu/store/2mz84alls2i314x4506wdw15zwmz82n8-python-2.7.10': expected 4f6ac594d87839f78be751763fda022f57910f77011616c95f22a53655b0942d, got 222a0f7d89133c011acd36536141c87239a71b43c36a5dd1d939460058a15f98
building path(s) `/gnu/store/nw1lim6cr83rfbyih6pz41rnc0f1l2cs-file-5.25'
guix pull: error: build failed: some substitutes for the outputs of derivation `/gnu/store/acgss8990yn864yxf857ba9fyjsyfsa7-python-2.7.10.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source

...and sometimes it gives me different hash...

$ guix build python <at> 2.7.10 --fallback
/gnu/store/7fm1qk703x47qzb9p6xg08cxgb009akz-python-2.7.10
/gnu/store/813i9qr3l6w5ada97l1m1cna08fzrra9-python-2.7.10-tk

...and pull will never work.


Is there anything I could do to workaround the problem?




Information forwarded to bug-guix <at> gnu.org:
bug#25704; Package guix. (Mon, 20 Feb 2017 11:08:02 GMT) Full text and rfc822 format available.

Message #8 received at 25704 <at> debbugs.gnu.org (full text, mbox):

From: Tomas Cech <sleep_walker <at> gnu.org>
To: 25704 <at> debbugs.gnu.org
Subject: Re: bug#25704: guix on other distribution fails to pull
Date: Mon, 20 Feb 2017 12:07:20 +0100
> 
> This shows 2 problems:
> 
> - pull doesn't support `--fallback'

and `--substitute-urls` is missing there as well...

> - hydra build of apr-util is probably corrupted

sorry, it should be probably python-2.7.10





Information forwarded to bug-guix <at> gnu.org:
bug#25704; Package guix. (Tue, 21 Feb 2017 03:59:02 GMT) Full text and rfc822 format available.

Message #11 received at 25704 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Tomas Cech <tcech <at> suse.com>
Cc: 25704 <at> debbugs.gnu.org
Subject: Re: bug#25704: guix on other distribution fails to pull
Date: Mon, 20 Feb 2017 22:58:33 -0500
On Mon, Feb 13, 2017 at 02:11:34PM +0100, Tomas Cech wrote:
Try starting the guix-daemon with
'--substitute-urls=https://hydra.gnu.org'. This will bypass the mirror
completely.

Let us know if it works and be sure to remove that URL afterwards; that
server cannot handle much traffic.




Information forwarded to bug-guix <at> gnu.org:
bug#25704; Package guix. (Tue, 21 Feb 2017 07:43:02 GMT) Full text and rfc822 format available.

Message #14 received at 25704 <at> debbugs.gnu.org (full text, mbox):

From: Tomas Cech <sleep_walker <at> gnu.org>
To: "Leo Famulari" <leo <at> famulari.name>
Cc: 25704 <at> debbugs.gnu.org
Subject: Re: bug#25704: guix on other distribution fails to pull
Date: Tue, 21 Feb 2017 08:41:58 +0100
On Tue, 21 Feb 2017 04:58:33 +0100,
Leo Famulari wrote:
> 
> On Mon, Feb 13, 2017 at 02:11:34PM +0100, Tomas Cech wrote:
> Try starting the guix-daemon with
> '--substitute-urls=https://hydra.gnu.org'. This will bypass the mirror
> completely.
> 
> Let us know if it works and be sure to remove that URL afterwards; that
> server cannot handle much traffic.
> 

Thanks, I solved it some other way in the meantime. But thanks, this
could work as well...

From single user perspective it is valid workaround but I'm aftraid
that from guix package maintainer on foreign distribution it is not
usable workaround...

Best regards,

S_W




Information forwarded to bug-guix <at> gnu.org:
bug#25704; Package guix. (Tue, 21 Feb 2017 17:12:02 GMT) Full text and rfc822 format available.

Message #17 received at 25704 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Tomas Cech <sleep_walker <at> gnu.org>
Cc: 25704 <at> debbugs.gnu.org
Subject: Re: bug#25704: guix on other distribution fails to pull
Date: Tue, 21 Feb 2017 12:11:51 -0500
On Tue, Feb 21, 2017 at 08:41:58AM +0100, Tomas Cech wrote:
> On Tue, 21 Feb 2017 04:58:33 +0100,
> Leo Famulari wrote:
> > 
> > On Mon, Feb 13, 2017 at 02:11:34PM +0100, Tomas Cech wrote:
> > Try starting the guix-daemon with
> > '--substitute-urls=https://hydra.gnu.org'. This will bypass the mirror
> > completely.
> > 
> > Let us know if it works and be sure to remove that URL afterwards; that
> > server cannot handle much traffic.
> > 
> 
> Thanks, I solved it some other way in the meantime. But thanks, this
> could work as well...
> 
> From single user perspective it is valid workaround but I'm aftraid
> that from guix package maintainer on foreign distribution it is not
> usable workaround...

Sure, and we know that `guix pull` needs to be overhauled. We've been
discussing its shortcomings and designing the replacement:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22629
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22883




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 22 Mar 2020 20:30:02 GMT) Full text and rfc822 format available.

Notification sent to Tomas Cech <tcech <at> suse.com>:
bug acknowledged by developer. (Sun, 22 Mar 2020 20:30:02 GMT) Full text and rfc822 format available.

Message #22 received at 25704-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Tomas Cech <sleep_walker <at> gnu.org>
Cc: 25704-done <at> debbugs.gnu.org
Subject: Re: bug#25704: guix on other distribution fails to pull
Date: Sun, 22 Mar 2020 16:29:35 -0400
On Tue, Feb 21, 2017 at 12:11:51PM -0500, Leo Famulari wrote:
> Sure, and we know that `guix pull` needs to be overhauled. We've been
> discussing its shortcomings and designing the replacement:

This work has been completed. Closing the bug.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 20 Apr 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 63 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.