bug#67586: guix package: error: package glibc-locales@2.37 does not support x86_64-linux

2023-12-02 Thread Nils Landt
Hello, I use guix home for almost everything, but I have installed glibc-locales in my "regular" guix (just by running guix package install glibc-locales). Now, running guix package --upgrade fails with: guix package: error: package glibc-locales@2.37 does not support x86_64-linux But from my re

bug#63068: Apache mirrors are not available anymore

2023-12-02 Thread glaz--- via Bug reports for GNU Guix
Good evening. Here's another version of patch that changes download URL's for Apache Foundation products. What I have changed: * Remove Apache mirror list from download.scm, since all Apache projects now use it's own CDN instead of mirrors * Set proper download URL to dlcdn.apache.org, n

bug#66647: Installation of RPMs produced by ‘guix pack’ is super slow

2023-12-02 Thread Maxim Cournoyer
Hi, Simon Tournier writes: > Hi, > > On Sat, 25 Nov 2023 at 15:22, Ludovic Courtès > wrote: > >> Maxim, should we explicitly recommend ‘rpm -i’ in the manual? I'd rather we try it with a few more software such as 'dnf' to narrow it down to just 'yum', or some other issues in our Guix-generate

bug#67594: Cannot reproduce hash calculation of erlang package

2023-12-02 Thread Leo Famulari
As reported on #guix by jeremyc [0], the standard method for calculating the hash of a Git checkout is not working as expected for the Erlang package [1]. Currently, our Erlang package has this source block: -- (version "25.3.2") (source (origin (method git-fetch)