bug#39993: Guix report hash mismatch when underlying cause is ENOSPC

2020-04-17 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi Maxim, > > Maxim Cournoyer skribis: > >> Ludovic Courtès writes: >> >>> Hi Maxim, >>> >>> Maxim Cournoyer skribis: >>> Maxim Cournoyer writes: > Hello, > > Ludovic Courtès writes: > > [...] > >> Starting download

bug#40675: Chromium doesn't start pulseaudio if pulseaudio isn't running

2020-04-17 Thread Maxim Cournoyer
pkill9 writes: > It instead seems to use Alsa directly, because when I then run > Pulseaudio, it just creates a 'dummy output'. This is annoying with the > default Pulseaudio behaviour of exiting after 20 seconds of idling. I wonder if that could explain why my mic input is always reset back to

bug#40682: frozen installer in WiFi section -guix 1.1.0

2020-04-17 Thread Ludovic Courtès
Hi SergioBG, SergioBG BG skribis: > Hi, the installer frozen when connect with wifi. > The driver ath9k_htc is loaded but the installer is frozen. > Does not ask for the wifi password. Could you send a picture of the installer WiFi screen when it’s frozen? Could you then hit ctrl-alt-f12 and t

bug#40565: [PATCH 0/1] bug#40565: make authenticate fails

2020-04-17 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
So, This quick & dirty patch fixes ‘make authenticate’ by fetching the Guix ‘Project Member GPG Keyring’ from Savannah, and an extra key file for Ivan Petrov who isn't in the member keyring. I still get stuck on the status below, which looks like it should be parsed as success but isn't. That's

bug#40565: [PATCH 1/1] git-authenticate: Fetch keyrings from Savannah.

2020-04-17 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
* build-aux/git-authenticate.scm (%project-keyring-uris) (import-keyring-uri, import-project-keys): New variables. (authenticate-commits): Import known project keys before authenticating. * guix/gnupg.scm (ensure-file): New procedure. (gnupg-receive-keys): Use it. (gnupg-import): New exported proce

bug#40686: GNOME Calendar: I can't add events

2020-04-17 Thread sirgazil via Bug reports for GNU Guix
In the System information section the package name of GNOME Calendar is gnome-calendar, not nome-calendar (just in case someone searches for gnome-calendar bugs).

bug#40612: guix build system --dry-run is broken

2020-04-17 Thread Mark H Weaver
Hi Ludovic, > Björn Höfling skribis: > >> On Mon, 13 Apr 2020 17:31:56 -0400 >> Mark H Weaver wrote: >> >>> I guess this is related to the recent changes in graft handling, where >>> --dry-run (a.k.a. -n) no longer implies --no-grafts. It's not working >>> well for me. I hadn't updated my syst

bug#40686: GNOME Calendar: I can't add events

2020-04-17 Thread sirgazil via Bug reports for GNU Guix
GNOME Calendar is currently useless in a default installation of the Guix system with GNOME because you can't add events. The application also has missing icons and defaults. I can reproduce the problem in both a real machine and a virtual machine (guix system vm MY_CONFIG). ## Steps to repro

bug#40565: make authenticate fails: commit 77704cb13e5bebf412297dab764a00849a3cfdc0: key A0C5E3522EF8EF5C64CDB7F0FD73CAC719D32566 is missing

2020-04-17 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Ela, Tobias Geerinckx-Rice via Bug reports for GNU Guix 写道: It's not you. ‘make authenticate’ is currently broken for any practical purpose. To make it pass for now: $ curl "https://savannah.gnu.org/people/viewgpg.php?user_id=147297"; \ "https://savannah.gnu.org/project/memberlist-gpgkeys.p

bug#40525: inferior process on core-updates crashes: mmap(PROT_NONE) failed

2020-04-17 Thread Christopher Baines
Ludovic Courtès writes: > Glad you manage to get more info. > > Christopher Baines skribis: > >> Following up on this, I've built Guile on core-updates with libgc@7 >> rather than libgc@8 (which is what's used above), and I can't reproduce >> the issue. So, I'm getting more certain that this is

bug#40641: Building from git breaks when /bin/sh isn't bash

2020-04-17 Thread elaexuotee--- via Bug reports for GNU Guix
"pelzflorian (Florian Pelz)" wrote: > On Wed, Apr 15, 2020 at 06:06:25PM +0900, elaexuotee--- via Bug reports for > GNU Guix wrote: > > When building from git, ./bootstrap ends up generating (via automake) > > several > > Makefiles that set SHELL = /bin/sh. However, some targets contain rules th

bug#40682: frozen installer in WiFi section -guix 1.1.0

2020-04-17 Thread SergioBG BG
Hi, the installer frozen when connect with wifi. The driver ath9k_htc is loaded but the installer is frozen. Does not ask for the wifi password. Sorry for my english.

bug#40550: zsh: sudo is not setuid

2020-04-17 Thread Efraim Flashner
On Fri, Apr 17, 2020 at 10:58:52AM +0300, Alexandru-Sergiu Marton wrote: > On Mon Apr 13, 2020 at 6:14 PM PST, Leo Famulari wrote: > > I tested it, and if the file ~/.zprofile already exists when Guix tries > > to set up its own ~/.zprofile, then nothing is done. Maybe you already > > had a ~/.zpro

bug#40565: make authenticate fails: commit 77704cb13e5bebf412297dab764a00849a3cfdc0: key A0C5E3522EF8EF5C64CDB7F0FD73CAC719D32566 is missing

2020-04-17 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Eric, Eric Bavier 写道: A0C5E352... is a signing subkey. The key on Savannah, 34FF38BC..., is the primary key. The signature checks out with my primary key. Unbelievable… This isolation is rotting my brain. >_< Thank you, and closing. Kind regards, T G-R signature.asc Description: PGP

bug#40652: #36924 way solves the problem for me

2020-04-17 Thread Guillaume Le Vaillant
Ludovic Courtès skribis: > ‘%gdm-activation’ would throw an exception if the “gdm” user didn’t > exist, so apparently it’s run before the activation snippet of > ‘account-service-type’ (the ordering guarantee is not explicit.) > > Hmm I wonder what I’m missing then. Would you like to try again?

bug#40525: inferior process on core-updates crashes: mmap(PROT_NONE) failed

2020-04-17 Thread Ludovic Courtès
Hi, Glad you manage to get more info. Christopher Baines skribis: > Following up on this, I've built Guile on core-updates with libgc@7 > rather than libgc@8 (which is what's used above), and I can't reproduce > the issue. So, I'm getting more certain that this is a regression which > the libgc

bug#40650: guix test suite failures building Debian package

2020-04-17 Thread Ludovic Courtès
Hi Vagrant, Vagrant Cascadian skribis: > On 2020-04-16, Ludovic Courtès wrote: >> Vagrant Cascadian skribis: >> >>> Any of the test suites that require networking will need to be disabled >>> for Debian packages. >> >> That should be fine. > > Well, they need to be disabled even if networking i

bug#37679: Local git configuration interferes with testsuite

2020-04-17 Thread Ludovic Courtès
Hi Gábor, Gábor Boskovits skribis: > +AM_TESTS_ENVIRONMENT = \ > + abs_top_srcdir="$(abs_top_srcdir)" \ > + GUILE_AUTO_COMPILE=0 \ > + GIT_CONFIG_NOSYSTEM=1 \ > + GIT_ATTR_NOSYSTEM=1

bug#24937: "deleting unused links" GC phase is too slow

2020-04-17 Thread Ricardo Wurmus
Ludovic Courtès writes: >> root@hydra-guix-127 ~# ls -1 /gnu/store/.links | wc -l >> 2017395 > > That’s not a lot, my laptop has 2.8M links. Let me rerun this after copying a few thousand store items from ci.guix.gnu.org over. Maybe we’ll see the different times diverge then. -- Ricardo

bug#40583: guix-system-install-1.0.1.i686 fails to build amdgpu

2020-04-17 Thread Ludovic Courtès
Hi Ryan, Ryan Desfosses skribis: > I was able to install 1.1.orc2.5 last night. I didn't have the noise that > the previous version had, but I did have to plug in the ethernet cable > since I wasn't able to connect to wifi during the install. OK. Why exactly weren’t you able to connect to WiF

bug#40583: guix-system-install-1.0.1.i686 fails to build amdgpu

2020-04-17 Thread Ryan Desfosses
Ludo' and Danny, I was able to install 1.1.orc2.5 last night. I didn't have the noise that the previous version had, but I did have to plug in the ethernet cable since I wasn't able to connect to wifi during the install. Also, the same messages I sent in the previous email were still present. I

bug#24937: "deleting unused links" GC phase is too slow

2020-04-17 Thread Ludovic Courtès
Hi Ricardo, Thanks for running this benchmark! Ricardo Wurmus skribis: > root@hydra-guix-127 ~# ls -1 /gnu/store/.links | wc -l > 2017395 That’s not a lot, my laptop has 2.8M links. It’s interesting to see that system time remains at ~4.2s in all modes. So the only thing that modes 2 and

bug#40550: zsh: sudo is not setuid

2020-04-17 Thread Alexandru-Sergiu Marton
On Mon Apr 13, 2020 at 6:14 PM PST, Leo Famulari wrote: > I tested it, and if the file ~/.zprofile already exists when Guix tries > to set up its own ~/.zprofile, then nothing is done. Maybe you already > had a ~/.zprofile? What does "when Guix tries to set up its own ~/.zprofile" exactly mean? Wh