bug#29312: GRUB with multiple partitions with identical bzImage

2017-11-16 Thread Vagrant Cascadian
On 2017-11-16, Ludovic Courtès wrote: > Vagrant Cascadian skribis: > Indeed. You can force GuixSD to use a file system label or a UUID by > declaring your file system with a label/UUID. So you would write: > > (file-system > ;; … > (mount-point "/") > (title

bug#29312: GRUB with multiple partitions with identical bzImage

2017-11-16 Thread Ludovic Courtès
Hey Vagrant, Vagrant Cascadian skribis: > menuentry "GNU with Linux-Libre 4.13.12 (beta)" { > search --file --set > /gnu/store/q9q8y9rh3jw1qcx6bic1v18qag80z74a-linux-libre-4.13.12/bzImage > linux >

bug#29256: maxima: The SGC segfault recovery test failed with memprotect_bad_fault_address, SGC disabled

2017-11-16 Thread Alex Vong
Kei Kebreau writes: > Alex Vong writes: > >> Hello all, >> >> When I start maxima, I get the following warning message: >> >> The SGC segfault recovery test failed with >> memprotect_bad_fault_address, SGC disabled >> The SGC segfault recovery test

bug#29333: potential dependency bug in packages

2017-11-16 Thread support
Hi, I've recently installed GuixSD minimal desktop and I'm noticing some apps seem to be missing icons, for example, when I go to start asileriot (sol) I get these messages: sol GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other

bug#29312: GRUB with multiple partitions with identical bzImage

2017-11-16 Thread Ludovic Courtès
Vagrant Cascadian skribis: > On 2017-11-16, Ludovic Courtès wrote: >> Vagrant Cascadian skribis: >> Indeed. You can force GuixSD to use a file system label or a UUID by >> declaring your file system with a label/UUID. So you would write: >> >>

bug#28779: tests/workers.scm failure

2017-11-16 Thread Ludovic Courtès
Hi Eric, Eric Bavier skribis: > test-name: enqueue > location: /home/users/bavier/src/guix/tests/workers.scm:26 > source: > + (test-equal > + "enqueue" > + 4242 > + (let* ((pool (make-pool)) > + (result 0) > + (#{1+!}# (let ((lock (make-mutex))) > +

bug#29186: building guile-emacs fails: required libaries not found: libjpeg

2017-11-16 Thread Ludovic Courtès
Jan Nieuwenhuizen skribis: > Ludovic Courtès writes: > >>> Subject: [PATCH] gnu: guile-emacs: Resurrect, fixes #29186. >>> >>> * gnu/packages/patches/guile-emacs-fix-configure.patch: New file. > >> I’m fine with this patch. I’m a bit concerned about the risk of >> accumulating

bug#28779: tests/workers.scm failure

2017-11-16 Thread Eric Bavier
Looks good to me. Thanks, Eric Bavier, Scientific Libraries, Cray Inc. From: Ludovic Courtès Sent: Thursday, November 16, 2017 02:29 To: Eric Bavier Cc: 28...@debbugs.gnu.org Subject: Re: bug#28779: tests/workers.scm failure Hi Eric,