bug#60852: git-authenticate edge case for certain key setup.

2023-01-15 Thread Hilton Chain via Bug reports for GNU Guix
I encountered the issue when adding a new key to my Guix channel. Though I haven't figured out what happened exactly, I'm currently able to reproduce the issue with the following steps. 1. Generate two keypairs. Key One with the preset "ECC and ECC", Key Two with "ECC (set your own capabilitie

bug#60816: guix pull ("computing Guix derivation") is not reproducible

2023-01-15 Thread bokr
Hi, On +2023-01-15 15:35:31 +0100, Josselin Poiret via Bug reports for GNU Guix wrote: > Hi again Julien, > > Julien Lepiller writes: > > > it seems that on one machine, my .cache/guix/checkouts got polluted by > > uncommited files. I have no idea why they're there, but cleaning them > > shoul

bug#60844: no text in Anki

2023-01-15 Thread Csepp
I recently installed Anki and added some decks to study Japanese. However, I only see cog icons when I open Anki. Clicking them does pop up a settings menu and I can see their names there. Is this a QtWebkit bug again? I tried the sandbox workaround I saw in some other bug report but it did not he

bug#57493: [EXT] Re: bug#57493: should allow for customizing home directory permission bits

2023-01-15 Thread Thompson, David
Hi Liliana, On Sun, Jan 15, 2023 at 7:25 AM Liliana Marie Prikler wrote: > > * gnu/system/accounts.scm > > ()[home-directory-permissions]: New > > field. > > (user-account-home-directory-permissions): New accessor. > > * gnu/build/activation.scm (activate-users+groups): Use home > > directory > >

bug#60566: [PATCH] environment: Fix '--emulate-fhs' option overriding $PATH.

2023-01-15 Thread John Kehayias via Bug reports for GNU Guix
Hi Ludo’, On Sat, Jan 14, 2023 at 03:41 PM, Ludovic Courtès wrote: > Hi John, > > John Kehayias skribis: > > [...] > >> - (setenv "PATH" "/bin:/usr/bin:/sbin:/usr/sbin") >> + (setenv "PATH" (string-append "/bin:/usr/bin:/sbin:/usr/sbin" >> +

bug#56709: (No Subject)

2023-01-15 Thread Attila Lendvai
> > i'm also seeing this, and the solution was to comment > > out the (identity ...) field of my machine-ssh-configuration. > > > i spoke too soon. today it's again broken for me the same way, even > though identity is commented out. lechner on IRC also reported that > it's broken for him. since

bug#60831: [PATCH] gnu: emacs-minimal: Do not patch compilation driver.

2023-01-15 Thread Liliana Marie Prikler
The ‘patch-compilation-driver’ phase pulls in libgccjit even though it has been deliberately removed from emacs-minimal. * gnu/packages/emacs.scm (emacs)[#:phases]: Delete ‘patch-compilation-driver’. --- Thanks Josselin for pointing this out. gnu/packages/emacs.scm | 1 + 1 file changed, 1 inser

bug#60816: guix pull ("computing Guix derivation") is not reproducible

2023-01-15 Thread Josselin Poiret via Bug reports for GNU Guix
Hi again Julien, Julien Lepiller writes: > it seems that on one machine, my .cache/guix/checkouts got polluted by > uncommited files. I have no idea why they're there, but cleaning them > should solve my issue, thanks! It's not the first time we've seen this, we could probably consider adding a

bug#60834: configuration->documentation generates garbage @-command on fields beginning with numeric characters

2023-01-15 Thread Bruno Victal
Minimal example (with Guix REPL): --8<---cut here---start->8--- scheme@(guix-user)> ,use (gnu services configuration) scheme@(guix-user)> (define serialize-boolean (lambda (x y) #t)) scheme@(guix-user)> (define-configuration example-configuration (1-foo (boolean

bug#60831: Are our graphs okay?

2023-01-15 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Lily, Liliana Marie Prikler writes: > This is rather curious. How does libgccjit land in emacs-minimal's > closure? The patch-compilation-driver phase in the inherited emacs package wires in a reference to libgccjit. It would need to be replaced in emacs-minimal. Best, -- Josselin Poiret

bug#60816: guix pull ("computing Guix derivation") is not reproducible

2023-01-15 Thread Julien Lepiller
Le Sun, 15 Jan 2023 12:54:45 +0100, Josselin Poiret a écrit : > Hi Julien, > > Julien Lepiller writes: > > > So, apart from the output filename which obviously changes, it seems > > that the differences are: > > > > - order of dependencies, > > - source output, > > - builder (only because it r

bug#60831: Are our graphs okay?

2023-01-15 Thread Liliana Marie Prikler
Hi Guix, Continuing the discussion Ludo’ started over at guix-devel regarding package size, note that we have $ guix size emacs-minimal Store-Objekt Gesamt Selbst /gnu/store/lphzb1z0r4kbb453rsvnw7msrxxzp5r7-libgccjit-10.3.0 244.8 128

bug#57493: should allow for customizing home directory permission bits

2023-01-15 Thread Liliana Marie Prikler
* gnu/system/accounts.scm > ()[home-directory-permissions]: New > field. > (user-account-home-directory-permissions): New accessor. > * gnu/build/activation.scm (activate-users+groups): Use home > directory > permission bits from the user account object. > * doc/guix.texi (User Accounts): Document

bug#60816: guix pull ("computing Guix derivation") is not reproducible

2023-01-15 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Julien, Julien Lepiller writes: > So, apart from the output filename which obviously changes, it seems > that the differences are: > > - order of dependencies, > - source output, > - builder (only because it references the source output) > > Here's the result of diffoscope on the source outpu

bug#60821: "failed to compute the derivation" and openssl build failure

2023-01-15 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Zach, Zach Philipchook writes: > Hi! > > I installed guix on Ubuntu 20.04 from a tarball and I'm getting an error > while doing an initial `guix pull`. Apparently, openssl fails to build. > > The command output: https://pastebin.com/BVvdcXX2 > The openssl build ouput: https://pastebin.com/Kpn