Hi,

On Friday, June 12th, 2026 at 11:56 PM, Simon Josefsson via "Development of GNU 
Guix and the GNU System distribution." <[email protected]> wrote:

> Cayetano Santos <[email protected]> writes:
> 
> > Hi,
> >
> >   The subject says it all, GnuPG 2.4 is EOL 2026-06-30.
> >
> >   We have a branch ready and waiting for testing and merge in the queue
> >
> >     https://codeberg.org/guix/guix/commits/branch/crypto-team
> 
> Wonderful!
> 
> >   Hopefully, this will happen before the end of this month. In the
> >   meantime, feel free to take a look and report any issue you may observe.
> 
> I tried to build this, but got errors -- is this the right approch to
> build the crypto-team branch?
> 
> jas@frallan:~/src/guix$ git log -1
> commit 6f9f1003305e8b5225d7df15a9a32bc7bd3b8038 (HEAD -> crypto-team, 
> origin/crypto-team)
> Author: Ashish SHUKLA <[email protected]>
> Date:   Wed Jun 10 10:44:54 2026 +0200
> 
>     gnu: openssl: Ungraft and update to 3.5.7.
>     
>     * gnu/packages/tls.scm (openssl-3.5): Update to 3.5.7. Remove replacement.
>     (openssl-3.5.7): Delete variable.
>     
>     Change-Id: I2a4063c6fb200cb46165f023b90ee6156c8bbc53
>     Signed-off-by: Andreas Enge <[email protected]>
> jas@frallan:~/src/guix$ guix shell -D guix -CPW

The above creates a nested container without networking, and the below errors 
look like they are from a lack of network connection. Have you tried adding 
'-N' to the command to enable networking within the container, e.g. "guix shell 
-D guix -CPWN"?

As an aside, while not as clean an environment, I usually run ./bootstrap, 
./configure, and make using just "guix shell -D guix -P". Though I think I've 
also been building that way (or the "guix environment" equivalent) since before 
the --nesting flag was introduced.

Cheers,
Kaelyn

> ... # ./bootstrap, ./configure, make
> jas@frallan ~/src/guix [env]$ ./pre-inst-env guix build gnupg 
> ...
> building 
> /gnu/store/mn2si9asmwl6wcbav3l71qbs40crlfag-gnupg-2.5.20-checkout.drv...
> Initialized empty Git repository in 
> /gnu/store/fsd5prswa1bn4cym9jkbb6q1744qsjl3-gnupg-2.5.20-checkout/.git/
> fatal: repository 'https://dev.gnupg.org/source/gnupg/' not found
> Failed to do a shallow fetch; retrying a full fetch...
> fatal: repository 'https://dev.gnupg.org/source/gnupg/' not found
> git-fetch: 
> '/gnu/store/n7r7llgj52krh38q3c69anw4lcrwm0qg-git-minimal-2.52.0/bin/git fetch 
> -- origin' failed with exit code 128
> Trying content-addressed mirror at bordeaux.guix.gnu.org...
> following redirection to 
> `https://bordeaux.guix.gnu.org/nar/lzip/fsd5prswa1bn4cym9jkbb6q1744qsjl3-gnupg-2.5.20-checkout'...
> Unable to fetch from bordeaux.guix.gnu.org, misc-error: (#f download failed 
> ~S ~S ~S 
> (https://bordeaux.guix.gnu.org/nar/lzip/fsd5prswa1bn4cym9jkbb6q1744qsjl3-gnupg-2.5.20-checkout
>  404 Not Found) #f)
> Trying content-addressed mirror at ci.guix.gnu.org...
> Unable to fetch from ci.guix.gnu.org, misc-error: (#f download failed ~S ~S 
> ~S 
> (http://ci.guix.gnu.org/nar/lzip/fsd5prswa1bn4cym9jkbb6q1744qsjl3-gnupg-2.5.20-checkout
>  404 Not Found) #f)
> Trying content-addressed mirror at bordeaux.guix.gnu.org...
> following redirection to 
> `https://bordeaux.guix.gnu.org/nar/fsd5prswa1bn4cym9jkbb6q1744qsjl3-gnupg-2.5.20-checkout'...
> Unable to fetch from bordeaux.guix.gnu.org, misc-error: (#f download failed 
> ~S ~S ~S 
> (https://bordeaux.guix.gnu.org/nar/fsd5prswa1bn4cym9jkbb6q1744qsjl3-gnupg-2.5.20-checkout
>  404 Not Found) #f)
> Trying content-addressed mirror at ci.guix.gnu.org...
> Unable to fetch from ci.guix.gnu.org, misc-error: (#f download failed ~S ~S 
> ~S 
> (http://ci.guix.gnu.org/nar/fsd5prswa1bn4cym9jkbb6q1744qsjl3-gnupg-2.5.20-checkout
>  404 Not Found) #f)
> Trying to download from Software Heritage...
> SWH: directory with nar-sha256 hash 
> 1c1a93bfb2280634ea45e336caebaf688277bccaabea0771a269a590b60f57ca not found
> SWH: revision "gnupg-2.5.20" originating from 
> https://dev.gnupg.org/source/gnupg could not be found
> builder for 
> `/gnu/store/mn2si9asmwl6wcbav3l71qbs40crlfag-gnupg-2.5.20-checkout.drv' 
> failed to produce output path 
> `/gnu/store/fsd5prswa1bn4cym9jkbb6q1744qsjl3-gnupg-2.5.20-checkout'
> build of 
> /gnu/store/mn2si9asmwl6wcbav3l71qbs40crlfag-gnupg-2.5.20-checkout.drv failed
> Could not find build log for 
> '/gnu/store/mn2si9asmwl6wcbav3l71qbs40crlfag-gnupg-2.5.20-checkout.drv'.
> cannot build derivation 
> `/gnu/store/rww18qslnz5dm9v47s95l6wmrrv808c7-gnupg-2.5.20.drv': 1 
> dependencies couldn't be built
> guix build: error: build of 
> `/gnu/store/rww18qslnz5dm9v47s95l6wmrrv808c7-gnupg-2.5.20.drv' failed
> jas@frallan ~/src/guix [env]$ 
> 
> /Simon
>

Reply via email to