bug#70689: guix search doesn't weigh word matches higher than subword matches

2024-04-30 Thread Richard Sent
Hi Guix! When running guix search, relevance in synopsis and description fields are computed strictly by the number of matches, both as a word and as a subword. Ideally, if a search string matches an isolated word in a search, that result should be considered more relevant than simply matching a

bug#70687: python-matplotlib not respecting env var MPLBACKEND=TkAgg

2024-04-30 Thread Jake
Hello We are supposed to be able to control the backend used by Python's Matplotlib via the MPLBACKEND environment variable [1]. This doesn't appear to work for the TkAgg backend: #+begin_src sh guix shell python python-matplotlib -- bash -c 'MPLBACKEND=TkAgg python3 -c "import matplotlib;

bug#70658: First try on guix

2024-04-30 Thread Eric Arillo
I am on an m1 silicon Mac, current os. I ran the savannah .sh install script from within a Kali Linux Vm, on utm. This is the error I get: [sudo] password for kali: hint: Consider installing the `glibc-locales' package and defining `GUIX_LOCPATH', along these lines: guix install

bug#70223: I haven't been able to trigger this bug

2024-04-30 Thread Dale Mellor
Can you give a command-line use-case which actually triggers this bug? Thanks.

bug#70649: guix pull: error: You found a bug: the program '/gnu/store/pdy4cif4zsdyf27d59iqxynf79x43aap-compute-guix-derivation'

2024-04-30 Thread Kirill Afonshin
guix pull hint: Consider installing the `glibc-locales' package and defining `GUIX_LOCPATH', along these lines: guix install glibc-locales export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" See the "Application Setup" section in the manual, for more info. Updating channel 'guix'

bug#70659: Too many heap sections on guix pull

2024-04-30 Thread Peacememories
`guix pull` on a fresh install on WSL Ubuntu 24.04 fails with the following log. The same happened to me when trying GUIX on NixOS 23.11 via the `services.guix` option. ``` hint: Consider installing the `glibc-locales' package and defining `GUIX_LOCPATH', along these lines: guix

bug#70646: Bug Report while installing to Debian 12

2024-04-30 Thread Jack Saunders
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from this channel:   guix  https://git.savannah.gnu.org/git/guix.git    3bd8d23 Computing Guix derivation for 'x86_64-linux'... |Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS

bug#69596: Possibly breaks Guix pull on foreign distros

2024-04-30 Thread Jonathan Roberts via Bug reports for GNU Guix
Ran in to the error that a lot of people are reporting - too many heap sections on Guix pull. Worked through commits to see where Guix pull stopped working for me, and the answer seems to be that it broke with 7cef6b7ba - gnu: guile-lzlib: Update to 0.3.0. Could this be confirmed and

bug#70667: Bug

2024-04-30 Thread Andrzej Gajda
Bug message: Updating channel 'guix' from Git repository at ' https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to ddf3759 (5,463 new commits)... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git ddf3759 substitute:

bug#70659: Too many heap sections on guix pull

2024-04-30 Thread Peacememories
Hi, thanks for the quick reply! On 30.04.2024 11:11, Ludovic Courtès wrote: Hi, Peacememories skribis: `guix pull` on a fresh install on WSL Ubuntu 24.04 fails with the following log. The same happened to me when trying GUIX on NixOS 23.11 via the `services.guix` option. ``` hint:

bug#70651: GNU Guix | Bug - error: You found a bug: ...

2024-04-30 Thread Harvester, Black Walnut
guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to 6489f97 (37 new commits)... Building from this channel:   guix https://git.savannah.gnu.org/git/guix.git  6489f97  guile-3.0.9-debug 6.8MiB

bug#70650: Error during "guix pull" on Rocky Linux 8.9

2024-04-30 Thread Per Ådne Mugaas
[dmsimen@localhost ~]$ guix pull Updating channel 'guix' from Git repository at ' https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to 6489f97 (29,429 new commits)... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git

bug#70223: Scratch: Re: I haven't been able to trigger this bug

2024-04-30 Thread Dale Mellor
Sorry, sent to wrong bug.

bug#70681: "guix pull" fails on Trisquel

2024-04-30 Thread Caleb Herbert
Hi Guix, Should the docs recommend against using packaged versions of Guix on foreign distros? I installed Guix with the Trisquel package. When I ran "guix pull", it failed and told me to post the output here. I've attached the transcript of my terminal session with "guix pull" on

bug#70678: guix pull failed on commit 43a4215cad8c6da357f895569c0cedf5e854cee0

2024-04-30 Thread francismb via Bug reports for GNU Guix
Dear Maintainers, while trying to guix pull on: $ guix describe Generation 109 Apr 20 2024 20:22:38(current) guix 43a4215 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 43a4215cad8c6da357f895569c0cedf5e854cee0 the following happened:

bug#70668: Error running guix-build

2024-04-30 Thread Javier Vaquero Martínez
On a CentOS 8 server, I had previous trouble with selinux (not sure if this has to do with it). After running now `guix pull`, I found this error: ``` guix pull: error: You found a bug: the program '/gnu/store/pdy4cif4zsdyf27d59iqxynf79x43aap-compute-guix-derivation' failed to compute the

bug#70663: nss@3.99 is really hard to build

2024-04-30 Thread Christopher Baines
nss@3.99 is really hard to build, it's so hard and so important that data.guix.gnu.org is still after two days trying to process [1]. I say so important because you have to build nss@3.99 to compute the channel instance derivations for Guix. 1:

bug#70659: Too many heap sections on guix pull

2024-04-30 Thread Ludovic Courtès
Hi, Peacememories skribis: > `guix pull` on a fresh install on WSL Ubuntu 24.04 fails with the > following log. > > The same happened to me when trying GUIX on NixOS 23.11 via the > `services.guix` option. > > ``` > > hint: Consider installing the `glibc-locales' package and defining >

bug#70662: Problems building nss@3.98.0

2024-04-30 Thread Christopher Baines
nss@3.98.0 seems really difficult to build, currently on the bordeaux build farm it's failed all attempts to build it on all architectures except riscv64-linux and aarch64-linux [1]. 1: