bug#21991: 'guix download' without arguments produces guile backtrace

2015-11-23 Thread Ludovic Courtès
Jan Synáček skribis: > I guess it should just print an error or display usage. Indeed. Fixed in 71ae18e. Commit 86cdfc4 fixes another source of sloppiness in argument parsing. Thank you! Ludo’.

bug#21992: UI should display the size of items to download

2015-11-23 Thread Ludovic Courtès
As suggested by Andy on #guix, ‘guix package -i’ and similar—i.e., the ‘show-what-to-build’ procedure in (guix ui)—should display the installed and downloaded size of the items that will be fetched. Ludo’.

bug#21987: Version 0.9 Fails to Compile on Raspbian

2015-11-23 Thread Ludovic Courtès
Hello! As David wrote, ARMv6 is not supported. However, ./configure should detect that early. Could you send us the output of: grep host= config.log ? Thanks for your report! Ludo’.

bug#20255: 'search-paths' should respect both user and system profile.

2015-11-23 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-11-23 02:04 +0300) wrote: > >> Alex Kost skribis: >> >>> Ludovic Courtès (2015-11-22 13:52 +0300) wrote: >> >> [...] >> >>> but it suits only the default case of a single user profile. If I >>> have several user profiles, it does nothing useful for me,

bug#20255: 'search-paths' should respect both user and system profile.

2015-11-23 Thread Alex Kost
Ludovic Courtès (2015-11-23 02:04 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2015-11-22 13:52 +0300) wrote: > > [...] > >> but it suits only the default case of a single user profile. If I >> have several user profiles, it does nothing useful for me, only wastes >> the time. > > I

bug#21991: 'guix download' without arguments produces guile backtrace

2015-11-23 Thread Jan Synáček
I guess it should just print an error or display usage. guix 0.9.0 Cheers, -- Jan Synáček