bug#19934: Failed run of make check

2015-02-23 Thread Ricardo Wurmus
Peter Baumgarten writes: > The OS was Fedora 21 x86_64, attached is the log This looks similar to this bug report: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19780 Failures there are also caused by segfaults and the OS is CentOS 7, which is rather close to a recent Fedora. ~~ Ricardo

bug#19934: Failed run of make check

2015-02-23 Thread Peter Baumgarten
The OS was Fedora 21 x86_64, attached is the log GNU Guix 0.8: ./test-suite.log # TOTAL: 33 # PASS: 19 # SKIP: 0 # XFAIL: 0 # FAIL: 14 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: tests/builders ==

bug#19888: [check][fail]

2015-02-23 Thread Ludovic Courtès
Daniel Kochmański skribis: > I'm encountering an error when building guix from git (linux, archlinux, aur > package guix-git) - make check returns three failed checks (see > attachments). [...] > ./configure: ./config.status: > /tmp/packerbuild-1000/guix-git/guix-git/src/guix/test-tmp/store/s5

bug#19743: 'wrap-program' should preserve symbolic links

2015-02-23 Thread Ludovic Courtès
Andreas Enge skribis: > From cced64ffd33754434d732c552bdbb5c038891a8d Mon Sep 17 00:00:00 2001 > From: Andreas Enge > Date: Sun, 15 Feb 2015 17:40:17 +0100 > Subject: [PATCH] utils: Preserve symbolic links in 'wrap-program'. > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content

bug#19742: 'wrap-program' should really preserve argv[0]

2015-02-23 Thread Ludovic Courtès
Andreas Enge skribis: > * guix/build/utils.scm (wrap-program): Create scripts that use $0 (which is > usually just the base name) instead of the absolute path to the original > program. Alternative implementation of 2ed11b3. > > Co-authored-by: Ludovic Courtès > > Closes