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#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

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.

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

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#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 ]

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

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:

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 >>

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 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

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

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'