bug#31836: Installing bc downloads ghc

2018-06-16 Thread Caleb Ristvedt

bug#30116: [PATCH] `substitute' crashes when file contains NUL characters (core-updates))

2018-06-16 Thread Mark H Weaver
Hi Maxim, Maxim Cournoyer writes: > Mark H Weaver writes: > >> With the changes suggested above, I would have no objection to pushing >> this to core-updates. However, it occurs to me that we could handle the >> NUL case in a better way: >> >> Since the C regex functions that we use cannot han

bug#31868: Tests failures for GnuCash 3.0

2018-06-16 Thread Maxim Cournoyer
I could reproduce the following test failures twice on my machine: --8<---cut here---start->8--- 102/102 Test #102: test-load-report-stylesheets-module .. Passed 1.58 sec 96% tests passed, 4 tests failed out of 102 Total Test time (real) = 73.37

bug#30599: gnucash fails to build

2018-06-16 Thread Maxim Cournoyer
I'm closing this bug since it was reported against 2.6.19, and we now have GnuCash 3.0 in master (and it builds, albeit with some tests failing on my machine. I will open a new bug for tracking this new issue). Thank you, Maxim

bug#31814: setuid programs are not first in PATH

2018-06-16 Thread Clément Lassieur
Ricardo Wurmus writes: > What package in your profile provides “ping”? inetutils

bug#31838: "make" error on guix master

2018-06-16 Thread Ricardo Wurmus
Hi Ben, > I'm on the current head of Guix master, > b494bbe466419dcac9f415c1152131f012b9555e, and I'm getting an error > building guix. I've just run a "make clean" and "./bootstrap" prior to > the below. […] > CXXLDguix-daemon > /gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/l

bug#31836: Installing bc downloads ghc

2018-06-16 Thread Ricardo Wurmus
Hi Caleb, > The only mention of hooks I see in the manual, though, is referring to the > daemon's build hook used for offloading. Hmm, you’re right. I can’t find any documentation about them. It might be good to add this to the manual. > From what I see, though, I'd > assume that they are pr

bug#30116: [PATCH] `substitute' crashes when file contains NUL characters (core-updates))

2018-06-16 Thread Maxim Cournoyer
Hi Mark, Mark H Weaver writes: > Hi Maxim, > > Thanks for working on this. I found a problem with this patch, > and I also have a suggestion. Please see below. > > Maxim Cournoyer writes: > >> From 9891e428eae0ed24e0d61862b3f5e298606b79eb Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >>

bug#31786: 'pre-inst-env guix --version' is not updated by new commits"

2018-06-16 Thread George Clemmer
Hi Nils, Nils Gillmann writes: [...] > Long text short nonsense: you end up with lots of work and long books if you > do it right. It should be done this way. Maybe if not directly applied we > could collect the proposals somewhere in the repository? I've recently > started to strip out a whole c

bug#31841: ./pre-inst-env guix system no longer works without ~/.config/guix

2018-06-16 Thread George Clemmer
Mark H Weaver writes: > Hi, > > l...@gnu.org (Ludovic Courtès) writes: > >> myg...@gmail.com skribis: >> >>> Based on this thread I am now making guix like this ... >>> >>> guix environment guix --ad-hoc guile-sqlite3 --root=build-env -- make >>> [MAKECMDGOALS] >>> >>> ... and using it like th

bug#31841: ./pre-inst-env guix system no longer works without ~/.config/guix

2018-06-16 Thread Mark H Weaver
Hi, l...@gnu.org (Ludovic Courtès) writes: > myg...@gmail.com skribis: > >> Based on this thread I am now making guix like this ... >> >> guix environment guix --ad-hoc guile-sqlite3 --root=build-env -- make >> [MAKECMDGOALS] >> >> ... and using it like this ... >> >> source build-env/etc/profil

bug#31814: setuid programs are not first in PATH

2018-06-16 Thread Ricardo Wurmus
Clément Lassieur writes: > Hi, > > sourcing /etc/profile > > - prepends /run/setuid-programs to $PATH > - then sources $HOME/.guix-profile/etc/profile > > and sourcing $HOME/.guix-profile/etc/profile > > - prepends $HOME/.guix-profile/bin to $PATH > - prepends $HOME/.guix-profile/sbin to $PATH

bug#31841: ./pre-inst-env guix system no longer works without ~/.config/guix

2018-06-16 Thread Ludovic Courtès
Hello, myg...@gmail.com skribis: > Based on this thread I am now making guix like this ... > > guix environment guix --ad-hoc guile-sqlite3 --root=build-env -- make > [MAKECMDGOALS] > > ... and using it like this ... > > source build-env/etc/profile > ./pre-inst-env guix COMMAND ARGS... Yeah we

bug#31380: grub fails to build on i686-linux

2018-06-16 Thread Mark H Weaver
Hi Ludovic, l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> Here's a proposed patch that I hope will fix the problem, although I'm >> unable to easily test it because I no longer use binary substitutes, and >> I have not yet built the core packages for i686-linux. >> >> Howe

bug#31841: ./pre-inst-env guix system no longer works without ~/.config/guix

2018-06-16 Thread Mark H Weaver
Hi, myg...@gmail.com writes: > Based on this thread I am now making guix like this ... > > guix environment guix --ad-hoc guile-sqlite3 --root=build-env -- make > [MAKECMDGOALS] Nice. Somehow I failed to know of the existence of the --root option. The "--ad-hoc guile-sqlite3" should no longer

bug#31841: ./pre-inst-env guix system no longer works without ~/.config/guix

2018-06-16 Thread Mark H Weaver
flags 31841 + notabug close 31841 thanks Hi Ludovic, l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> If there's a good reason to avoid implementing Ricardo's suggestion, I >> don't mind keeping my modified 'guix' script above, but I confess that I >> don't yet understand th