bug#37757: Kernel panic upon shutdown

2019-11-13 Thread Jan
Hi, I encountered the same error today. I had ran "sudo herd stop tor" and then "sudo herd stop xorg-server" and it panicked. Jan Wielkiewicz

bug#37757: Kernel panic upon shutdown

2019-11-13 Thread Ludovic Courtès
Ludovic Courtès skribis: > I’ve just seen it on a laptop running GNOME and ‘%desktop-services’. > The kernel panic appeared right after shutting down ModemManager (I > don’t have ModemManager on my own laptop and I’ve never experienced the > bug, but I don’t know if it’s significant.) > > Note

bug#37123: gnome-shell: LD_LIBRARY_PATH setting propagates to entire session

2019-11-13 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: >> Since commit 2b0c755d195c79bfc95cdbe802e1e2dea1adb7a2 in August 2018, >> our 'gnome-shell' executable has been wrapped by a script that sets >> LD_LIBRARY_PATH. >> >> One consequence of this, which I just noticed, is that if 'gnome-shell' >> is based on

bug#38163: GDK does not return the monitor's refresh rate

2019-11-13 Thread Bengt Richter
Hi Guix, On +2019-11-11 21:31:23 +, Alexandros Theodotou wrote: > Hi Ludo, > > > Looking at GTK+, the ‘init_randr*’ functions in ‘gdkscreen-x11.c’ > > appear > > to be those responsible for setting the ‘refresh_rate’ field. > > > > However, AFAICS, our ‘gtk+’ package does not depend on

bug#32773: [PATCH] Fix clang libstdc++ header location search

2019-11-13 Thread Carl Dong
Hi David! This patch is most welcome, I’m wondering if you think it’d be possible to add more details in the comments for future readers of the code. See below. > On Nov 13, 2019, at 11:56 AM, David Truby wrote: > > +;; Make clang look for libstdc++ in the right >

bug#38198: missing shell for postgresql system user

2019-11-13 Thread Gábor Boskovits
Hello, Giovanni Biscuolo ezt írta (időpont: 2019. nov. 13., Sze, 18:38): > > Hello Guix! > > Current postgresql access rules (pg_hba.conf) defaults to (see > [bug#36191] for details on that patch): > > --8<---cut here---start->8--- > local all all

bug#25913: Bug #25913 Hunting: gna.org down: gdsl, guile-dbi impacted

2019-11-13 Thread zimoun
Dear, Currently the packages "gdsl" and "guile-dbi" are still downloading from gna.org. --8<---cut here---end--->8--- $ egrep -nr "gna.org" gnu/packages/*.scm gnu/packages/datastructures.scm:38: (uri (string-append "http://download.gna.org/gdsl/;

bug#21803: Bug #21803 Hunting: status?

2019-11-13 Thread zimoun
On Wed, 13 Nov 2019 at 14:42, Ludovic Courtès wrote: > zimoun skribis: > > > From my test with Guix d258d9c7d222e6b64531c14293f41bd8d62ea4f7, > > "guix challenge guitarix" and "guix build --rounds=3" do not report > > issues about reproducibility. > > > > And from my knowledge, the waf-based

bug#29686: gnu: aspell: Do not ignore GuixOS system profile.

2019-11-13 Thread Ludovic Courtès
Hi Oleg & Pierre, l...@gnu.org (Ludovic Courtès) skribis: > Indeed. I have: > > $ guix environment --ad-hoc aspell aspell-dict-ru -C -- aspell --config | > grep -A3 dict-dir > # dict-dir (string) > # location of the main word list > # default:

bug#38198: missing shell for postgresql system user

2019-11-13 Thread Giovanni Biscuolo
Hello Guix! Current postgresql access rules (pg_hba.conf) defaults to (see [bug#36191] for details on that patch): --8<---cut here---start->8--- local all all peer hostall all 127.0.0.1/32md5 hostall all

bug#32773: [PATCH] Fix clang libstdc++ header location search

2019-11-13 Thread David Truby
--- gnu/packages/llvm.scm | 5 + 1 file changed, 5 insertions(+) diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 33fb53d65e..0a7efe980f 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -202,6 +202,7 @@ compiler. In LLVM this library is called

bug#38171: guix lynx can not connect, ArchLinux lynx can, why?

2019-11-13 Thread Clément Lassieur
Pushed. Bengt, you can 'guix pull', it should work now :) Clément

bug#38186: dd doesn't copy whole file when specifying units with bs

2019-11-13 Thread Clément Lassieur
Jack Hill writes: > On Tue, 12 Nov 2019, Clément Lassieur wrote: > >> Does this[1] help? >> >> [1]: >> https://superuser.com/questions/730801/dd-immidiately-completes-but-actually-needs-sync > > Indeed it does. I guess I just got lucky with the second invocation that data > got written out.

bug#38190: Icecat 68.2.0-guix0-preview3 does not play H264/MP4

2019-11-13 Thread Mark H Weaver
close 38190 retitle 38045 IceCat-68.x lacks support for some codecs including H264/MP4 thanks Hi Jelle, Jelle Licht writes: > On latest master, with the following icecat package: > icecat 68.2.0-guix0-preview3 out >

bug#38186: dd doesn't copy whole file when specifying units with bs

2019-11-13 Thread Jack Hill
On Tue, 12 Nov 2019, Clément Lassieur wrote: Does this[1] help? [1]: https://superuser.com/questions/730801/dd-immidiately-completes-but-actually-needs-sync Indeed it does. I guess I just got lucky with the second invocation that data got written out. Thanks very much for the pointer, and

bug#20071: Bug Hunting: status?

2019-11-13 Thread zimoun
On Wed, 13 Nov 2019 at 14:37, Ludovic Courtès wrote: > Do you still think that would make sense, Tomáš? The email address used by Tomáš returned "address not found". And yesterday I asked to Sleep_Walker on IRC (assuming same nick = same person :-)) what is the new address to report. > PS:

bug#38196: Mistaken warning "guix pull was never run"

2019-11-13 Thread pelzflorian (Florian Pelz)
Hello! I installed Guix on a new system. Like info "(guix) After System Installation" I do `guix pull` and then the next command prints a warning. $ sudo guix system reconfigure /etc/config.scm Password: guix system: warning: /root/.config/guix/current not found: 'guix pull' was never run

bug#37897: Bug: Resetting locale settings

2019-11-13 Thread Ludovic Courtès
Hi, o.ro...@posteo.net skribis: > So I was talking about the keyboard layout all along. Not only was my > locale set to "de_DE.utf8", but my keyboard configuration is set to > "de-latin1-nodeadkeys". Interestingly, the keyboard layout is > different in xorg and xfce than it is in the console

bug#21803: Bug #21803 Hunting: status?

2019-11-13 Thread Ludovic Courtès
Hello, zimoun skribis: > From my test with Guix d258d9c7d222e6b64531c14293f41bd8d62ea4f7, > "guix challenge guitarix" and "guix build --rounds=3" do not report > issues about reproducibility. > > And from my knowledge, the waf-based packages are not affected. > > Do you agree to close this bug

bug#20071: Bug Hunting: status?

2019-11-13 Thread Ludovic Courtès
Hi, zimoun skribis: > This bug is pending since more than 4 years. Does it still apply? The wishlist item at is about adding a “force” flag for the GRUB configuration. Do you still think that would make sense, Tomáš? Thanks, Ludo’. PS: zimoun, could

bug#38180: Error building cppcheck package

2019-11-13 Thread Efraim Flashner
Bumping the package to 1.89 fixed the problems. It should build fine now. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature