bug#20255: 'search-paths' should respect both user and system profile.

2015-11-21 Thread Alex Kost
Ludovic Courtès (2015-11-21 23:10 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2015-11-21 11:57 +0300) wrote: >> >>> Alex Kost skribis: >>> Ludovic Courtès (2015-11-20 01:32 +0300) wrote: > -# Load the system profile's settings. > +if [ -x /run/current-system/profil

bug#21410: Environment containers

2015-11-21 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> >>> FAIL: tests/guix-environment-container >>> == >>> >>> + set -e >>> + guix environment --version >>> guix environment (GNU Guix) 0.9.0 >>> Copyright (C) 2015 the Guix authors >>> License G

bug#21976: error when building vlc-2.2.1 (sha mismatch of a dependency)

2015-11-21 Thread Jan Synáček
On Sat, Nov 21, 2015 at 9:51 PM, Efraim Flashner wrote: > On Sat, 21 Nov 2015 21:36:28 +0100 > Jan Synáček wrote: > >> I'm getting the following error: >> >> [...] >> Starting download of >> /gnu/store/c0kix7cn1pvdq5r563r97kxm66ldnf87-ladspa_sdk_1.13.tgz >> From http://www.ladspa.org/download/lad

bug#21958: 'guix environment --container' fails upon exiting

2015-11-21 Thread Ludovic Courtès
Fixed in 82e64fc. Ludo’.

bug#21410: Environment containers

2015-11-21 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > >> FAIL: tests/guix-environment-container >> == >> >> + set -e >> + guix environment --version >> guix environment (GNU Guix) 0.9.0 >> Copyright (C) 2015 the Guix authors >> License GPLv3+: GNU GPL version 3 or later

bug#21978: tbb broken on mips64el but tests always pass

2015-11-21 Thread Ricardo Wurmus
The “tbb” package appears to be broken on mips64el but both the build phase and the check phase always pass. This means that “tbb” is built “successfully”, which results in downstream build failures. Debian patches the sources of “tbb” such that the build fails on bad tests: https://sources

bug#21976: error when building vlc-2.2.1 (sha mismatch of a dependency)

2015-11-21 Thread Efraim Flashner
On Sat, 21 Nov 2015 21:36:28 +0100 Jan Synáček wrote: > I'm getting the following error: > > [...] > Starting download of > /gnu/store/c0kix7cn1pvdq5r563r97kxm66ldnf87-ladspa_sdk_1.13.tgz > From http://www.ladspa.org/download/ladspa_sdk_1.13.tgz... > ladspa_sdk_1.13.tgz

bug#21974: can't build guix without 'makeinfo'

2015-11-21 Thread Jan Synáček
On Sat, Nov 21, 2015 at 9:40 PM, Ludovic Courtès wrote: > Jan Synáček skribis: > >> The build fails with an error if the 'makeinfo' binary is missing on >> the system. The configure script should check for 'makeinfo' and fail >> if not found (or maybe warn that the docs won't be built?). > > ‘mak

bug#21974: can't build guix without 'makeinfo'

2015-11-21 Thread Ludovic Courtès
Jan Synáček skribis: > The build fails with an error if the 'makeinfo' binary is missing on > the system. The configure script should check for 'makeinfo' and fail > if not found (or maybe warn that the docs won't be built?). ‘makeinfo’ is necessary when building from a checkout or otherwise mod

bug#21976: error when building vlc-2.2.1 (sha mismatch of a dependency)

2015-11-21 Thread Jan Synáček
I'm getting the following error: [...] Starting download of /gnu/store/c0kix7cn1pvdq5r563r97kxm66ldnf87-ladspa_sdk_1.13.tgz >From http://www.ladspa.org/download/ladspa_sdk_1.13.tgz... ladspa_sdk_1.13.tgz 10.5MiB/s 00:00 | 3KiB transferred output path `/gnu/store/c0kix7cn1

bug#21974: can't build guix without 'makeinfo'

2015-11-21 Thread Jan Synáček
The build fails with an error if the 'makeinfo' binary is missing on the system. The configure script should check for 'makeinfo' and fail if not found (or maybe warn that the docs won't be built?). -- Jan Synáček

bug#20255: 'search-paths' should respect both user and system profile.

2015-11-21 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-11-21 11:57 +0300) wrote: > >> Alex Kost skribis: >> >>> Ludovic Courtès (2015-11-20 01:32 +0300) wrote: >>> -# Load the system profile's settings. +if [ -x /run/current-system/profile/bin/guix ] +then + # Crucial variables such as

bug#20255: 'search-paths' should respect both user and system profile.

2015-11-21 Thread Alex Kost
Ludovic Courtès (2015-11-21 11:57 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2015-11-20 01:32 +0300) wrote: >> >>> -# Load the system profile's settings. >>> +if [ -x /run/current-system/profile/bin/guix ] >>> +then >>> + # Crucial variables such as 'MANPATH' or 'INFOPATH' may be m

bug#21767: Matching debug symbol and package versions

2015-11-21 Thread Ludovic Courtès
Benno Evers skribis: > assume I have installed some package > > /gnu/store/xxx-daemon-1.0 > > After a while I notice that it's inexplicably hanging, so I do 'guix > package -i daemon-1.0:debug', attach to the daemon with gdb, and...no > debug symbols can be loaded! Turns out, in the meantime

bug#21410: Environment containers

2015-11-21 Thread Ludovic Courtès
Alex Vong skribis: > FAIL: tests/guix-environment-container > == > > + set -e > + guix environment --version > guix environment (GNU Guix) 0.9.0 > Copyright (C) 2015 the Guix authors > License GPLv3+: GNU GPL version 3 or later

bug#21410: Environment containers

2015-11-21 Thread Alex Vong
Hi, On 20/11/2015, Ludovic Courtès wrote: > What’s the status of this now? I would think b7d48312 addressed at > least part of it? > > Alex: Are you still getting test failures with current ‘master’? > > TIA, > Ludo’. > Yes, I still get a test failure with the latest master branch, the test log

bug#20255: 'search-paths' should respect both user and system profile.

2015-11-21 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-11-20 01:32 +0300) wrote: > >> -# Load the system profile's settings. >> +if [ -x /run/current-system/profile/bin/guix ] >> +then >> + # Crucial variables such as 'MANPATH' or 'INFOPATH' may be missing from >> the >> + # profiles' individual 'etc/prof