bug#26062: Spurious "environment variable may be needed" output

2017-03-17 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Hello Taylan, > > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > >> taylan@T420:~$ guix package -r nano >> [... snip ...] >> 75 packages in profile >> The following environment variable definitions may be needed: >>export >> GUILE_

bug#18838: zsh test suite failures, possible due to 'noatime' mount flag

2017-03-17 Thread Joshua Branson
This is still an issue. The last two builds for i686 and arm appear to have been built fine. But MIPS and x86_64 both have recent failures. Joshua

bug#18742: gunner intermittently fails its test suit on all platforms

2017-03-17 Thread Joshua Branson
This seems to be partially resolved. gnunet is now at version 0.10.1. And both i686 and X86_64 normally build correctly. Though there were two recent fails on both builds. mips64el is failing a lot. I don’t see a correct build yet. Joshua

bug#18700: GNU Lightening fails to build on all platforms

2017-03-17 Thread Joshua Branson
This still seems to be an issue. The latest builds are from January of 2015. guix package -s lightening produces no output. And I cannot find lightening on the packages list on the guixSD website, which I suppose is obvious. If the package fails to build, then it wouldn’t be includ

bug#18542: gnome-vfs intermittent test failures

2017-03-17 Thread Joshua Branson
I don’t see any recent issues of a build failure at these links. Since april of 2015 both packages seem to be building fine. Unless I’m missing something this bug can be closed. Joshua

bug#25762: trailing slash breaks "guix package"

2017-03-17 Thread Joshua Branson
I can confirm this error. I’m dual booting guixSD on a macbook 7,1. guix —version 20170317.18 Joshua

bug#26143: GNU Automake 1.15 build ERRORS

2017-03-17 Thread Ryan Watkins
Hi everybody, I am currently finding these two errors upon trying to build the chickadee library from this file: https://git.dthompson.us/chickadee.git/blob/HEAD:/guix.scm I ran the commands: guix environment -l guix.scm ./bootstrap && ./configure; and proceeded to try: guix build -f guix.scm --

bug#26136: core-updates: python-minimal@2.7.13 fails due to missing zlib

2017-03-17 Thread Danny Milosavljevic
Hmmm... Python 2.7.13 seems to bundle libffi-3.1. Do we want that? Also, I checked libffi/configure: If CONFIG_SHELL was set, it would have picked it up. Also, why does Python 2.7.13 try to configure things in the *install* phase ?

bug#25917: [PATCH] file-systems: Factorize file-system-packages.

2017-03-17 Thread Danny Milosavljevic
Hi Ludo, On Fri, 17 Mar 2017 10:03:52 +0100 l...@gnu.org (Ludovic Courtès) wrote: > You can also remove the now-unused ‘file-system-type-predicate’ > procedure that is in ‘base-initrd’. It's still used there (in order to determine the Linux modules). Should I also export 'file-system-type-pred

bug#26062: Spurious "environment variable may be needed" output

2017-03-17 Thread Ludovic Courtès
Hello Taylan, taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > taylan@T420:~$ guix package -r nano > [... snip ...] > 75 packages in profile > The following environment variable definitions may be needed: >export > GUILE_LOAD_COMPILED_PATH="/home/taylan/.guix-profile/lib/g

bug#25598: [PATCH] gnu: r: Fix remaining reproducibility problems.

2017-03-17 Thread Ricardo Wurmus
Ludovic Courtès writes: > You’re welcome to push to master. Done with commit 60c9190e21edfaa3a18be857b9a906b8521e948b. Thanks for the quick review! -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net

bug#25917: [PATCH] file-systems: Factorize file-system-packages.

2017-03-17 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > * gnu/system/linux-initrd.scm (base-initrd): Move helper-packages body to ... > * gnu/system/file-systems.scm (file-system-packages): ... here. > Also export it. > * gnu/services/base.scm (file-system-shepherd-service): Set PATH by using > file-system-pac