bug#66097: New test "rewrite-url, without to-version" needs network

2023-09-18 Thread Janneke Nieuwenhuizen
Hi Maxim, As mentioned on IRC, the recently-added "rewrite-url, without to-version" test needs not only nss-certs installed, as I found when building it for the Hurd. New we also found it to fail in a container without network access. That means a guix package build (in a container) now fails.

bug#65720: Guile-Git-managed checkouts grow way too much

2023-09-18 Thread Ludovic Courtès
Ludovic Courtès skribis: > As reported by Tobias on IRC (in the context of ‘hpcguix-web’), > checkouts managed by Guile-Git appear to grow beyond reason. As an > example, here’s the same ‘.git’ managed with Guile-Git and with Git: > > $ du -hs >

bug#66014: Unable to use UUIDs to construct RAID array in mapped-devices

2023-09-18 Thread Ludovic Courtès
Hi, Csepp skribis: > Lars Rustand writes: [...] >> But this one fails: >> >> (mapped-devices >> (list >> (mapped-device >> (source (list (uuid "a07c54da-eb61-4135-86b8-8791e863e46a") (uuid >> "c40026af-ace9-47fc-9d3f-4b8d6a2219cb"))) >> (target "/dev/md0") >>

bug#66053: Childhurd fails to run inside ‘guix system vm’

2023-09-18 Thread Ludovic Courtès
Ludovic Courtès skribis: > When I run it by hand with KVM on my bare-metal GNU/Linux machine, it’s > all good:  > > $ > "/gnu/store/1rg1fb9mj65rh82467vwlrkmi12p4v89-qemu-minimal-8.1.0/bin/qemu-system-i386" > "-m" 2048 "--device" "rtl8139,netdev=net0" "--netdev" >

bug#65056: https://issues.guix.gnu.org available through Tor again

2023-09-18 Thread Altadil via Bug reports for GNU Guix
Hi, it seems https://issues.guix.gnu.org can again be accessed when using Tor Browser. Kind regards, Altadil

bug#65809: mumi: Add msg number and subject in search results when searching for subject:

2023-09-18 Thread Arun Isaac
>> Notice how the search term "database" is highlighted in the search >> results. This is relatively easy to do with Xapian, and indeed I do >> plan to implement this at some point. > > OK: can we consider this bug report (wishlist) as the "official" one for > that feature? :-) Sure! > Can I

bug#66072: Duplicate/conflicting definitions for ocl-icd

2023-09-18 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi Lars, Guillaume, Thanks for catching the duplicate! I removed the ‘deprecated’ one in commit 71ec12d8bacd3901e8c7853d3c9403f3d09dfb31. On 2023-09-18 16:23, Lars-Dominik Braun wrote: Which is the good one? according to commit 4d1157fca7627c11672df0cd80fae4f4d27e2185 ocl-icd was dead,

bug#65809: mumi: Add msg number and subject in search results when searching for subject:

2023-09-18 Thread Giovanni Biscuolo
Hi Arun, Arun Isaac writes: > Sorry for my late reply. No problem: async! :-D [...] > In our case, we index entire issues as Xapian documents; we don't index > each individual email message as its own Xapian document. Ooh, I understand now! > This means that an issue is the smallest unit

bug#66072: Duplicate/conflicting definitions for ocl-icd

2023-09-18 Thread Lars-Dominik Braun
Hi, > Which is the good one? according to commit 4d1157fca7627c11672df0cd80fae4f4d27e2185 ocl-icd was dead, which is why I replaced it. I cannot tell which one is better though. Tobias maybe? Lars

bug#66072: Duplicate/conflicting definitions for ocl-icd

2023-09-18 Thread Guillaume Le Vaillant
Hi. There are currently two conflicting definitions of ocl-icd in "opencl.scm": --8<---cut here---start->8--- (define-public ocl-icd (deprecated-package "ocl-icd" opencl-icd-loader)) --8<---cut here---end--->8--- and

bug#66014: Unable to use UUIDs to construct RAID array in mapped-devices

2023-09-18 Thread Csepp
Lars Rustand writes: > [[PGP Signed Part:Undecided]] > Setting up a RAID array using UUIDs does not work. > > The following mapped-devices block works: > > (mapped-devices > (list > (mapped-device > (source (list "/dev/nvme0n1p2" "/dev/nvme1n1p3")) > (target

bug#66033: Package name conflict for "helm"

2023-09-18 Thread Panos Alevropoulos
Hi, There seems to be a recently introduced package name conflict. There are two packages named "helm". One is is the package manager for Kubernetes and the other is a synthesizer. I noticed after upgrading and helm suddenly jumped from 0.9.0 to 3.12.3. `guix install helm@0.9.0` restores

bug#65056: https://issues.guix.gnu.org/ cannot be accessed through Tor

2023-09-18 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> I confirm that I still get the problem right now from my home network, >> without even really trying: […] > > Is that through Tor or just your ISP? It’s just my ISP, no Tor involved. I can share privately my home IP address if that helps