bug#27051: builder for glibc-intermediate-2.25 fails and ends guix pull

2017-05-23 Thread Calvin Heim
Hi, 'guix pull' fails with the Guix package manager on Trisquel 7. $ uname -p i686 $ guile --version guile (GNU Guile) 2.2.0 $ guix --version guix (GNU Guix) 20170430.04 $ guix pull ... ... ... starting phase `pre-configure' Backtrace: In ice-9/boot-9.scm: 157: 13 [catch #t # ...] In unknown

bug#27017: 'guix package --list-generations' does not handle SIGPIPE properly

2017-05-23 Thread Ludovic Courtès
Hi Alex, Alex Vong skribis: > $ LC_ALL=C guix package --list-generations | head > Generation 86 Apr 30 2017 22:02:29 > + ffmpeg 3.3 out > /gnu/store/ihbs3i1dhy4z345db2a1rhid6fpv2p1y-ffmpeg-3.3 > + youtube-dl 2017.04.14 out > /gnu/store/p04rk5gmd5vknx9hbkq12i49cgympx42-yo

bug#27039: (tests guix-download) fails when DNS is bogus

2017-05-23 Thread Ludovic Courtès
Leo Famulari skribis: > The guix-download test includes this snippet: > > -- > # Make sure it fails here. > if guix download http://does.not/exist > then false; else true; fi > -- > > Unfortunately, many ISPs (such as T-Mobile) return bogus results for > otherwise unclaimed domain names,

bug#27042: test-package.sh fails on aarch64

2017-05-23 Thread Ludovic Courtès
Hi Efraim, Efraim Flashner skribis: > On aarch64 the test 'test-package.sh' fails due to 'offload: command not > found' You mean tests/guix-package.sh, right? Could it be a misconfiguration, like ./configure initially detected Guile-SSH (is HAVE_DAEMON_OFFLOAD_HOOK defined in nix/config.h), bu

bug#27042: test-package.sh fails on aarch64

2017-05-23 Thread Efraim Flashner
On aarch64 the test 'test-package.sh' fails due to 'offload: command not found' -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted

bug#27039: (tests guix-download) fails when DNS is bogus

2017-05-23 Thread Maxim Cournoyer
On May 23, 2017 9:24:31 AM PDT, Leo Famulari wrote: >The guix-download test includes this snippet: > >-- ># Make sure it fails here. >if guix download http://does.not/exist >then false; else true; fi >-- > >Unfortunately, many ISPs (such as T-Mobile) return bogus results for >otherwise unc

bug#27039: (tests guix-download) fails when DNS is bogus

2017-05-23 Thread Leo Famulari
The guix-download test includes this snippet: -- # Make sure it fails here. if guix download http://does.not/exist then false; else true; fi -- Unfortunately, many ISPs (such as T-Mobile) return bogus results for otherwise unclaimed domain names, causing this test to fail. Does anyone kn

bug#27037: systemd service files installed by guix 0.13.0 cannot used by other distributions

2017-05-23 Thread Leo Famulari
On Tue, May 23, 2017 at 11:33:42PM +0800, 藍挺瑋 wrote: Hi! > I found the systemd service files installed by guix 0.13.0 > use /var/guix/profiles/per-user/root/guix-profile/bin/guix* instead of > /usr/bin/guix* in ExecStart=. The path /var/guix/profiles don't exist > on systems that don't have guix

bug#27037: systemd service files installed by guix 0.13.0 cannot used by other distributions

2017-05-23 Thread 藍挺瑋
I want to update my unofficial guix packages for Arch and Fedora to 0.13.0, but I found the systemd service files installed by guix 0.13.0 use /var/guix/profiles/per-user/root/guix-profile/bin/guix* instead of /usr/bin/guix* in ExecStart=. The path /var/guix/profiles don't exist on systems that don

bug#27034: (No Subject)

2017-05-23 Thread ng0
actually the problem is not file system labels. I'm getting the two failing tests aswell. Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email.

bug#27032: make check fails for Guix 0.13.0

2017-05-23 Thread ng0
I can confirm this error on my end, using UEFI aswell and having a partition mounted in /mnt/boot/efi formated with fat 32 (going by Gentoo Handbook).

bug#27007: boot-parameters are not documented

2017-05-23 Thread Ludovic Courtès
Mathieu Othacehe skribis: >> and those entries would be “lowered” to somewhere. >> That way we’d provide the abstraction level that users may expect (“how >> do I add a menu entry for my other distro?”) and at the same time reduce >> the risk of mistakes (“I didn’t what to put in ‘store-device’

bug#27007: boot-parameters are not documented

2017-05-23 Thread Ludovic Courtès
Hi, Mathieu Othacehe skribis: > We can ask him but I guess something like that : > > (boot-parameters > (label "openSUSE") > (root-device #f) > (boot-name 'grub) > (store-device #f) > (store-mount-point "/") > (kernel "(hd0,msdos1)/vmlinuz") > (kernel-arguments (list "root=/dev/pe

bug#27007: boot-parameters are not documented

2017-05-23 Thread Mathieu Othacehe
> and those entries would be “lowered” to somewhere. > That way we’d provide the abstraction level that users may expect (“how > do I add a menu entry for my other distro?”) and at the same time reduce > the risk of mistakes (“I didn’t what to put in ‘store-device’ I put my > pet’s name there”).

bug#27007: boot-parameters are not documented

2017-05-23 Thread Tomáš Čech
On Tue, May 23, 2017 at 11:31:12AM +0200, Mathieu Othacehe wrote: Hello, So how does the ‘menu-entry’ example that Tomáš gave translate with this new API? (Apologies for asking, I admit I haven’t fully adjusted to the new API mentally. :-)) Well it's still moving :) We can ask him but I g

bug#27034: mount -L will mount the first partition with the named label

2017-05-23 Thread Ricardo Wurmus
Quiliro writes: > Now that installation had failed, I decided to remove all contents of > /mnt/tmp to start from 0. > > lsblk recognized: > sda as the usb installer > sdb1 as a previous failed installation with label my-root > sdc1 as the current installation with label my-root > > When I rest

bug#27007: boot-parameters are not documented

2017-05-23 Thread Mathieu Othacehe
Hello, > So how does the ‘menu-entry’ example that Tomáš gave translate with this > new API? (Apologies for asking, I admit I haven’t fully adjusted to the > new API mentally. :-)) Well it's still moving :) We can ask him but I guess something like that : --8<---cut here-

bug#27034: Two error have repeated consistently

2017-05-23 Thread Quiliro
It was not a problem of configuration. The same errors ocur on different installations. test-name: dead path can be explicitly collected location: /tmp/guix-build-guix-0.13.0.drv-0/source/tests/store.scm:178 actual-value: #f test-name: verify-store + check-contents location: /tmp/guix-build-guix

bug#27007: boot-parameters are not documented

2017-05-23 Thread Ludovic Courtès
Heya! Mathieu Othacehe skribis: > Since the rework, are in (gnu bootloader grub). They can no > longer be used in menu-entries field of . > > The is used instead. and > are very similar though. So how does the ‘menu-entry’ example that Tomáš gave translate with this new API? (Apologies for

bug#27034: mount -L will mount the first partition with the named label

2017-05-23 Thread Quiliro
Now that installation had failed, I decided to remove all contents of /mnt/tmp to start from 0. lsblk recognized: sda as the usb installer sdb1 as a previous failed installation with label my-root sdc1 as the current installation with label my-root When I restarted to begin installation from f