Re: [PATCH] gnu build system: enable test-target during the check phase

2013-01-01 Thread Andreas Enge
Am Sonntag, 30. Dezember 2012 schrieb Ludovic Courtès: Andreas Enge andr...@enge.fr skribis: the attached patch should go to core-updates, but I would be in favour of moving it quickly to the master branch. It enables other make targets for the check phase; for instance, openssl needs make

Re: [PATCH] distro: Add MIT Kerberos 5.

2013-01-01 Thread Andreas Enge
Am Sonntag, 30. Dezember 2012 schrieb Ludovic Courtès: This is because this test relies on the presence of /etc/services when looking up the “telnet” service by name (which is missing in chroots.) Possibilities include: • patching the test avoid that (for instance, by changing ‘localhost’

Re: [PATCH] distro: Add Berkeley DB

2013-01-01 Thread Andreas Enge
Am Sonntag, 30. Dezember 2012 schrieb Ludovic Courtès: Andreas Enge andr...@enge.fr skribis: the first leaf I came across in a surprisingly deep dependency tree when trying to integrate gnunet... Would be good if they used GDBM instead... It is not gnunet itself, but, if I remember

Re: Openssl missing in CPATH

2013-01-01 Thread Andreas Enge
Am Sonntag, 30. Dezember 2012 schrieb Ludovic Courtès: Could it be that OpenSSL actually lacks a directory called ‘include’? After installatio, there is .guix-profile/include/openssl/ with lots of header files. Andreas

Re: guix-package error while installing make package

2013-01-01 Thread Ludovic Courtès
Hi Alen, Alen Skondro askon...@gmail.com skribis: FAIL: ftw.test: file-system-fold: EACCES Could it be that you’re running ‘guix-daemon’ as root? (This test is known to fail in 2.0.7 and earlier when run as root.) When doing so, it is highly recommended to use the ‘--build-users-group’

Re: guix-package --roll-back

2013-01-01 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: It should be based on rename(2) to be atomic. See the ‘switchLink’ function in Nix for how to do it. Could you elaborate? Should I call C from Guile? No no, Scheme code can use ‘rename-file’, which calls rename(2). Ludo’.

Re: GLib: GIO's tests fail

2013-01-01 Thread Ludovic Courtès
Hi, Nikita Karetnikov nik...@karetnikov.org skribis: This patch fails with the following error. How to fix it? # ./pre-inst-env guix-build -K glib [...] GEN gdbus-test-codegen-generated.h /bin/sh: /usr/bin/env: No such file or directory You would need to add a phase to do: