bug#23910: [Guix Info][7.1.5] Should warn user about losing Internet or DNS connection

2016-07-15 Thread Eus
On Fri, Jul 15, 2016 at 11:10 PM, Ludovic Courtès wrote: > Hi! > > Eus skribis: > > > When downloading substitutes via wireless connection, several times I > > encountered a case where the host name of hydra cannot be > > resolved. So, the "guix system init" fails and suggests the use of > > "--

bug#23997: PyPI updater broken

2016-07-15 Thread Ludovic Courtès
Hello! Following the PyPI URL change, our updater is broken: --8<---cut here---start->8--- $ ./pre-inst-env guix refresh -t pypi Backtrace: In unknown file: ?: 19 [apply-smob/1 #] In ice-9/boot-9.scm: 61: 18 [call-with-prompt prompt0 ...] In ice-9/eval.scm

bug#23979: [ER] guix gc should tell how much space it recovered

2016-07-15 Thread Ludovic Courtès
Andreas Enge skribis: > On Fri, Jul 15, 2016 at 04:33:46PM +0200, Ludovic Courtès wrote: >> This code calls the ‘collect-garbage’ procedure, defined in (guix >> store). You’ll see that this procedure returns two values, which are >> currently ignored: the name of the items that were removed from

bug#23881: System building failure

2016-07-15 Thread Ludovic Courtès
Hello, Kooda skribis: > I installed GuixSD yesterday and found a bug this morning when trying > to build a new system generation. [...] > (file-systems (cons (file-system > (title 'uuid) > (device (uuid "a08e57ba-6275-4e22-90e5-1d9b34ae363d"))

bug#23968: [shepherd] Manual: Internals: 7.3 on htmlnode is empty

2016-07-15 Thread Ludovic Courtès
ng0 skribis: > Currently this page in the html generated manual which is visible > on gnu.org is empty: > https://www.gnu.org/software/shepherd/manual/html_node/Service-Internals.html#Service-Internals This section is really empty in the manual… Ludo’.

bug#23910: [Guix Info][7.1.5] Should warn user about losing Internet or DNS connection

2016-07-15 Thread Ludovic Courtès
Hi! Eus skribis: > When downloading substitutes via wireless connection, several times I > encountered a case where the host name of hydra cannot be > resolved. So, the "guix system init" fails and suggests the use of > "--fallback" option. However, rather than continuing with "guix system > --f

bug#23979: [ER] guix gc should tell how much space it recovered

2016-07-15 Thread Andreas Enge
On Fri, Jul 15, 2016 at 04:33:46PM +0200, Ludovic Courtès wrote: > This code calls the ‘collect-garbage’ procedure, defined in (guix > store). You’ll see that this procedure returns two values, which are > currently ignored: the name of the items that were removed from the > store, and the number

bug#23979: [ER] guix gc should tell how much space it recovered

2016-07-15 Thread Ludovic Courtès
Vincent Legoll skribis: > It already shows: > note: currently hard linking saves 485.41 MiB > > Recovered disk space would nicely complement that. Indeed. > Looks like I helped myself out of step 1: > this is in guix/scripts/gc.scm if I'm not mistaken Yep, you’re on the right track! This code

bug#23971: Nobody has a shell

2016-07-15 Thread Ludovic Courtès
Vincent Legoll skribis: >> Indeed, fixed in 2d94702ff4133606cda1e51a2c8378a8e79afb9d. >> >> The ‘shell’ field was omitted from the definition of “nobody”, which is >> why it ended up using Bash, which is the default shell. > > Thanks the fix looks good, but I tried with guix system reconfigure >

bug#23970: colordiff glitch

2016-07-15 Thread Vincent Legoll
OK, thanks, that explains it, case closed... On Thu, Jul 14, 2016 at 2:55 PM, Ludovic Courtès wrote: > Vincent Legoll skribis: > during "guix package -i colordiff" I saw this error being reported: chown: invalid user: ‘root.root’ Makefile:24: recipe for target 'install' faile

bug#23971: Nobody has a shell

2016-07-15 Thread Vincent Legoll
Thanks efraim, I should have RTFM more on guix refresh, I guess... Leo, yes I'll try reboot to see if it makes any difference, and then remove the user if that don't do it. And report here. On Thu, Jul 14, 2016 at 10:10 PM, Leo Famulari wrote: > On Thu, Jul 14, 2016 at 12:25:57PM +0200, Vincent