bug#19190: Cannot boot with encrypted root

2014-12-13 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Duncan Keall skribis: > >> Here are the configurations I have tested which all result in the errors >> posted above: >> >> ("dm-crypt.ko" "aes-x86_64.ko" "crc32.ko" "pcbc.ko" "xcbc.ko" >> "sha256-ssse3.ko") >> ("dm-crypt.ko" "cryptd.ko" "aes-x86_64.k

bug#19220: GRUB fails to find the ‘bzImage’ file when ‘/boot’ is on a separate partition

2014-12-13 Thread Ludovic Courtès
Committed as 6c777cf, thanks for testing! Ludo’.

bug#19248: installation of 0.8 stops at guile prompt.

2014-12-13 Thread Ludovic Courtès
th3kent skribis: > l...@gnu.org (Ludovic Courtès) writes: >> kennedy skribis: >>> i deleted the lines for "initrd" and the installation completed >>> successfully on first attempt. >> >> So you booted on the USB disk and re-run ‘guix system init’, is that >> correct? >> >> Did you reformat the r

bug#19248: installation of 0.8 stops at guile prompt.

2014-12-13 Thread th3kent
l...@gnu.org (Ludovic Courtès) writes: > kennedy skribis: >> i deleted the lines for "initrd" and the installation completed >> successfully on first attempt. > > So you booted on the USB disk and re-run ‘guix system init’, is that > correct? > > Did you reformat the root partition before doing th

bug#19220: GRUB fails to find the ‘bzImage’ file when ‘/boot’ is on a separate partition

2014-12-13 Thread Nikita Karetnikov
> Could you retry with Guix master after 6412e58, and with the patch I > gave earlier in this thread? It works. pgpnCUkSbJw1g.pgp Description: PGP signature

bug#19119: closed (Re: bug#19119: X cannot run programs in the current user's profile)

2014-12-13 Thread Ludovic Courtès
宋文武 skribis: > Ludovic Courtès writes: > >> Thinking more about it, the fix in 1d18d87 wasn’t quite right. >> >> I think the right thing would be to run the window manager as a child of >> a ‘bash --login’ process, so the whole X session would get environment >> variables like a login shell. >>

bug#19119: closed (Re: bug#19119: X cannot run programs in the current user's profile)

2014-12-13 Thread 宋文武
Ludovic Courtès writes: > Thinking more about it, the fix in 1d18d87 wasn’t quite right. > > I think the right thing would be to run the window manager as a child of > a ‘bash --login’ process, so the whole X session would get environment > variables like a login shell. > > WDYT, 宋文武? Agree! And

bug#19367: gnome-icon-theme were not built correctly

2014-12-13 Thread 宋文武
Legacy icons is missing (eg: inode/directory used by thunar), The reason is `icon-naming-utils' does not work. See: http://hydra.gnu.org/build/172835/log/raw With: Can't locate XML/Simple.pm in @INC ...

bug#19138: Emacs crashes

2014-12-13 Thread Mark H Weaver
Mark H Weaver writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Andreas Enge skribis: >> >>> With current emacs-24.4 of git 0276f69, the following crash occurs: >>> >>> I start emacs, which seems to launch a gtk version. >>> Then I click on the first icon in the upper left, labelled >>> "Spe

bug#19138: Emacs crashes

2014-12-13 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Andreas Enge skribis: > >> With current emacs-24.4 of git 0276f69, the following crash occurs: >> >> I start emacs, which seems to launch a gtk version. >> Then I click on the first icon in the upper left, labelled >> "Specify a new's file name, to edit th

bug#19364: search-patch fails to consult GUIX_PACKAGE_PATH

2014-12-13 Thread Mark H Weaver
Tomáš Čech reported on IRC that 'search-patch' failed to find a patch he had put into DIR/gnu/packages/patches/, where DIR was in $GUIX_PACKAGE_PATH. Adding DIR to GUILE_LOAD_PATH fixed the problem. Also, it would be good to improve the error message when 'search-patch' fails. This is what he r