bug#30790: Broken Qt 5 in my main profile - Qt DBus ?

2018-03-12 Thread Danny Milosavljevic
Hi, seems I broke Qt 5 in my main profile by updating some packages. I've got this situation: /gnu/store/gdcnj399zhkpa5kf2mnzgg9lfb3nnd0h-lyx-2.2.3$ gdb share/lyx/bin/lyx2.2 (gdb) r Cannot mix incompatible Qt library (version 0x50903) with this library (version 0x50904) Aborted (gdb) bt #0 0x0

bug#30785: Man pages truncated, repeated

2018-03-12 Thread Tobias Geerinckx-Rice
Guix, Perhaps he's just getting old, but our man has a tendency to forget where he was, start over from the beginning, and repeat himself several times: $ guix package -i knot rofi $ man 5 knot.conf | grep -E '^(NAME|DESCRIPTION)' NAME DESCRIPTION NAME DESCRIPTION NAME DESCRIP

bug#30768: Gettext : test-copy-file-1.sh fail if --with-store-dir=/var/tmp/xxxxx/gnu/store

2018-03-12 Thread Ludovic Courtès
Hi Yoann, YOANN P skribis: >> We won’t apply this patch because in general there’s no reason for build >> processes to require /var/tmp (we’ve never encountered that.) > > There's always a first time. Since i didn't encounter this behavior with > other > custom directories than i've tested, lo

bug#30768: Gettext : test-copy-file-1.sh fail if --with-store-dir=/var/tmp/xxxxx/gnu/store

2018-03-12 Thread YOANN P
Hi Ludovic, > We won’t apply this patch because in general there’s no reason for build > processes to require /var/tmp (we’ve never encountered that.) There's always a first time. Since i didn't encounter this behavior with other custom directories than i've tested, looking at the code of the te

bug#30760: guix system init broken on non GuixSD

2018-03-12 Thread Tomáš Čech
On Mon, Mar 12, 2018 at 01:24:37PM +0100, Danny Milosavljevic wrote: I'm afraid this is still not correct. # guix system init config.scm /mnt/mnt/ ... config.scm:64:9: error: you may need these modules in the initrd for /dev/nvme0n1p2: shpchp hint: Try adding them to the `initrd-modules' field

bug#30282: package julia build error

2018-03-12 Thread Ludovic Courtès
Hello, l...@gnu.org (Ludovic Courtès) skribis: > Error in testset linalg/arnoldi: > Test Failed > Expression: sort((eigs(A, B, nev=k, sigma=1.0))[1]) ≈ sort((eigvals(A, > B))[1:k]) >Evaluated: [0.022743, 0.165356, 2.892] ≈ [0.022743, 2.892, 1.0574e15] > ERROR: LoadError: Test run finished

bug#30710: guix graph gives duplicate nodes

2018-03-12 Thread Ludovic Courtès
Hello, Hartmut Goebel skribis: > On Fri, 09 Mar 2018 23:59:26 +0100 l...@gnu.org (Ludovic Courtès) wrote: >> >>> Good catch! I implemented what you suggest above in commit >>> 464f5447396fcec9b43f7eab71d5d42b522a157f. > > Thanks, this solved the issue only partially: On my "kde-plasma" branch:

bug#25689: gnome-shell segfaults

2018-03-12 Thread Ludovic Courtès
Catonano, ng0, Can you tell whether this bug still applies? https://bugs.gnu.org/25689 TIA, Ludo'. ng0 skribis: > On 17-03-03 10:02:52, Catonano wrote: >> 2017-02-11 15:31 GMT+01:00 ng0 : >> >> > So, I am not 100% sure if I encouter hardware failures or software >> > failures here. But I n

bug#26143: GNU Automake 1.15 build ERRORS

2018-03-12 Thread Ludovic Courtès
Hello, l...@gnu.org (Ludovic Courtès) skribis: > Ryan Watkins skribis: > >> and proceeded to try: >> guix build -f guix.scm --with-input=guile=guile-next >> >> to no avail, thus the two errors received are: >> http://paste.lisp.org/display/341595 > > FTR the Automake test failure here is: > > ER

bug#30768: Gettext : test-copy-file-1.sh fail if --with-store-dir=/var/tmp/xxxxx/gnu/store

2018-03-12 Thread Ludovic Courtès
Hello Yoann, YOANN P skribis: > --- a/nix/libstore/build.cc > +++ b/nix/libstore/build.cc > @@ -1849,6 +1849,11 @@ void DerivationGoal::startBuilder() > createDirs(chrootTmpDir); > chmod_(chrootTmpDir, 01777); > > +/* Create a writable /var/tmp in the chroot. */ > +

bug#30760: guix system init broken on non GuixSD

2018-03-12 Thread Ludovic Courtès
Hello, Danny Milosavljevic skribis: >> I'm afraid this is still not correct. >> >> # guix system init config.scm /mnt/mnt/ >> ... >> config.scm:64:9: error: you may need these modules in the initrd for >> /dev/nvme0n1p2: shpchp >> hint: Try adding them to the `initrd-modules' field of your >>

bug#30760: guix system init broken on non GuixSD

2018-03-12 Thread Danny Milosavljevic
Or maybe to this: > > # guix system init config.scm /mnt/mnt/ > > ... > > config.scm:64:9: WARNING: you may need these modules in the initrd for > > /dev/nvme0n1p2: shpchp >^^^ not error > > hint: Try adding them to the `initrd-modules' field of your > > `operating-system'

bug#30760: guix system init broken on non GuixSD

2018-03-12 Thread Danny Milosavljevic
> I'm afraid this is still not correct. > > # guix system init config.scm /mnt/mnt/ > ... > config.scm:64:9: error: you may need these modules in the initrd for > /dev/nvme0n1p2: shpchp > hint: Try adding them to the `initrd-modules' field of your > `operating-system' declaration, along these li

bug#30776: FVWM provides no .desktop file

2018-03-12 Thread ng0
When adding FVWM to the system profile and not using startx or something like adding fvwm execution to the file in $HOME the login manager would source, it does not appear in the selection of window managers to start. We should install a .desktop file for it. -- A88C8ADD129828D7EAC02E52E22F9BBFEE

bug#30760: guix system init broken on non GuixSD

2018-03-12 Thread Tomáš Čech
On Sun, Mar 11, 2018 at 10:38:18PM +0100, Ludovic Courtès wrote: Tomáš Čech skribis: In ice-9/boot-9.scm: 829:9 1 (catch system-error # …) In gnu/system/linux-initrd.scm: 361:6 0 (_) gnu/system/linux-initrd.scm:361:6: known-module-aliases: unbound variable My bad! Danny eventually