bug#37999: clang fails to pickup/supply startfiles to ld

2019-11-04 Thread Mathieu Othacehe
> Marius: I believe this will only cause a rebuild for clang and not > llvm, which means that it only affects ~30 packages. Perhaps this can > go in master? Would love to know your thoughts. There is also the problem that IceCat depends on Rust which depends on Clang as stated by Mark. Mathieu

bug#38064: Simple Scan: Scanner is not detected

2019-11-04 Thread Jack Hill
On Mon, 4 Nov 2019, sirgazil via Bug reports for GNU Guix wrote: I can't use the scanner because Simple Scan (a.k.a. Document Scanner) does not detect it. That's unfortunate. I think the follow information might help in troubleshooting: What scanner is it, and how is it connected (e.g.

bug#38064: Simple Scan: Scanner is not detected

2019-11-04 Thread sirgazil via Bug reports for GNU Guix
I can't use the scanner because Simple Scan (a.k.a. Document Scanner) does not detect it. ## Steps to reproduce 1. guix install simple-scan 2. Connect the scanner. 3. Launch Simple Scan. 4. Click the Scan button in Simple Scan. ## Unexpected behavior In step 3, Simple scan displays the

bug#35589: Scribus and GIMP: Clipped, non-resizable windows and pixelated icons

2019-11-04 Thread sirgazil via Bug reports for GNU Guix
I can reproduce this bug in $ LANG=C guix describe Generation 5    Nov 04 2019 14:24:15    (current)   guix bf7b08c     repository URL: https://git.savannah.gnu.org/git/guix.git     branch: master     commit: bf7b08c4fe7d14c25a83bde99f19eca1119d88ff Programs affected: GIMP 2.10.12

bug#35584: CD/DVD does not work

2019-11-04 Thread sirgazil via Bug reports for GNU Guix
Just to add that the problem is still present today on: $ LANG=C guix describe Generation 5    Nov 04 2019 14:24:15    (current)   guix bf7b08c     repository URL: https://git.savannah.gnu.org/git/guix.git     branch: master     commit: bf7b08c4fe7d14c25a83bde99f19eca1119d88ff Also, I was

bug#38062: Offloading + timeout + --keep-going leads to assertion failure

2019-11-04 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > An offloaded build that times out in the presence of ‘--keep-going’ > leads to an assertion failure. To reproduce, set up offloading and run > something like this: > > $ guix build vim --no-substitutes --timeout=5 --keep-going > The following derivation will be

bug#37967: guix environment -CN: Operation not permitted mounting host's /var/run/nscd

2019-11-04 Thread Ivan Vilata i Balaguer
Ludovic Courtès (2019-11-04 18:07:05 +0100) wrote: > Ivan Vilata i Balaguer skribis: > > > BTW, I ran that under strace and it looks like the read-only remount fails > > after mounting `/var/run/nscd` in the new namespace has succeeded: > > > > $ strace -f unshare -mUr mount --bind -o ro

bug#38062: Offloading + timeout + --keep-going leads to assertion failure

2019-11-04 Thread Ludovic Courtès
Hello, An offloaded build that times out in the presence of ‘--keep-going’ leads to an assertion failure. To reproduce, set up offloading and run something like this: --8<---cut here---start->8--- $ guix build vim --no-substitutes --timeout=5 --keep-going The

bug#37999: clang fails to pickup/supply startfiles to ld

2019-11-04 Thread Carl Dong
Thank you so much Mathieu for the patch! Marius: I believe this will only cause a rebuild for clang and not llvm, which means that it only affects ~30 packages. Perhaps this can go in master? Would love to know your thoughts. Cheers, Carl Dong cont...@carldong.me "I fight for the users"

bug#38061: [minimal reproducer included] libstdc++ mutex references cause clang builds to fail

2019-11-04 Thread Carl Dong
Hi all, I'm having another issue with the clang toolchain right now and I've come up with a minimal reproducer: Given the following manifest.scm: --8<---cut here---start->8--- (use-modules (gnu packages gcc) (gnu packages linux) (gnu

bug#37911: Cannot build a system with colord-service.

2019-11-04 Thread Ludovic Courtès
Hello, Pierre Langlois skribis: > I can confirm it's working for me on GNOME on my thinkpad! I can use the > night light settings and the laptop screen was detected in the "Color" > section of the settings. And I can see the colord daemon is running. Jack Hill skribis: > Yes, I can confirm

bug#26302: [website] translations

2019-11-04 Thread Ludovic Courtès
Hi, "pelzflorian (Florian Pelz)" skribis: > On Fri, Nov 01, 2019 at 03:54:42PM +0100, Ludovic Courtès wrote: >> > + (modules '((guix build utils) >> > +(ice-9 popen))) >> > + (snippet >> > + #~(begin >> > + ;; the nginx source code is

bug#37967: guix environment -CN: Operation not permitted mounting host's /var/run/nscd

2019-11-04 Thread Ludovic Courtès
Saluton! Ivan Vilata i Balaguer skribis: > Ivan Vilata i Balaguer (2019-11-01 11:10:02 -0400) wrote: > >> Ludovic Courtès (2019-11-01 15:26:27 +0100) wrote: >> >> > […] What about a read-only bind mount like this: >> > >> > unshare -mUr mount --bind -o ro /var/run/nscd /tmp/tt >> > >> > ?

bug#38045: Video Rendering Issues on IceCat

2019-11-04 Thread Mark H Weaver
Earlier, I wrote: > I have a hypothesis of what might have happened here. > > Since the upgrade to version 68, the IceCat package in GNU Guix is no > longer using our system ffmpeg. Sorry, I forgot to mention why I think this might be relevant. The reason is because upstream Firefox adopts the

bug#38045: Video Rendering Issues on IceCat

2019-11-04 Thread Raghav Gururajan
Hi Chris! > Are you actively working on this bug? If you are not, then as a > matter > of etiquette, I think it would be best not to change its severity. I am not. Sorry about that. I read the control-debbugs help page and it mentions that criteria for 'important' is unusablity of the program.

bug#38046: Font Issues in GNOME

2019-11-04 Thread Raghav Gururajan
>> After installing fonts you may have to refresh the font cache to use >> them in applications. The same applies when applications installed >> via Guix do not seem to find fonts. To force rebuilding of the font >> cache run ‘fc-cache -rv’. It worked. Thank you :-) Regards, RG.