bug#65925: bluez or jack in the closure of python-ipython?

2023-09-14 Thread Csepp
Simon Tournier writes: > Hi, > > IPython is a Python REPL and there is no direct dependencies on bluez or > jack. Why does it need unrelated tools as some Bluetooth or JACK audio? > > [...] > Last, the chain of dependencies looks like: > > $ guix graph --path python-ipython bluez > python-ipyt

bug#65177: udevd error with lvm-raid array leading to race condition with luks

2023-09-14 Thread Yann Dupont
hello everyone, we're also victims of this bug, in an even simpler use case. […] (file-system     (device "/dev/mapper/VG0-DATA")     (mount-point "/VG0-DATA")     (type "ext4")) […] The culprit seems to be 69-dm

bug#63986: Julia is very slow

2023-09-14 Thread Efraim Flashner
On Sun, Aug 20, 2023 at 10:53:44PM +0200, Ludovic Courtès wrote: > Hi! > > Friendly ping. :-) > > https://issues.guix.gnu.org/63986 > > Ludo’. > > Ludovic Courtès skribis: > > > Hi there! > > > > What’s the status? Sounds like we have a couple of fixes already. > > > > Maybe you can submi

bug#65889: texlive-acronyms is missing dependencies

2023-09-14 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Nicolas, Nicolas Goaziou writes: > We use dependencies specified in TeX Live itself (as in "texlive.tlpdb" > file), for sanity reasons. There are 4000+ packages; I think it is not > reasonable to grep through their output to find the unspecified > dependencies. It will also be terrible when u

bug#65889: texlive-acronyms is missing dependencies

2023-09-14 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Nicolas, Nicolas Goaziou writes: > We use dependencies specified in TeX Live itself (as in "texlive.tlpdb" > file), for sanity reasons. There are 4000+ packages; I think it is not > reasonable to grep through their output to find the unspecified > dependencies. It will also be terrible when u

bug#65890: bug#65903: [PATCH] gnu: Make vice tunable.

2023-09-14 Thread Ludovic Courtès
Hi, raingloom skribis: > From: Csepp > > * gnu/packages/emulators.scm (vice)[properties]: Set tunable? to #t. > --- > This fixes the issue with unsupported AVX instructions. Could you clarify what this means, ideally as a comment above the property? Thanks, Ludo’.

bug#65177: udevd error with lvm-raid array leading to race condition with luks

2023-09-14 Thread Yann Dupont
Hi, as suggested by Josselin, I tested the following patch and it seems to do the job here. Be careful, I'm not an udev or lvm2 specialist at all and basically, I don't really know if what I did is the right way to do it. All I can say is that the VMs now boot. Cheers, diff --git a/gnu

bug#65925: bluez or jack in the closure of python-ipython?

2023-09-14 Thread Simon Tournier
Hi, On Thu, 14 Sep 2023 at 10:11, Csepp wrote: > Seem pretty self-explanatory: > matplotlib has a GUI frontend (or even multiple frontends), one of them > is based on WxWidgets, which pulls in SDL2, and Guix doesn't split SDL2 > like some other distros do, so all its dependencies get pulled in.

bug#65979: incorrect “guix hash” for FastQC

2023-09-14 Thread Simon Tournier
Hi, Currently Guix stores in its source the hash 00y9drm0bkpxw8xfl8ysss18jmnhj8blgqgr6fpa58rkpfcbg8qk and this has not changed since February (Guix revision b6a4fbb488f1f539ae45ed7924c9af8905fa0d8b). Well, because the origin contains a snippet, “guix build -S” does not return the result of the fi

bug#65889: texlive-acronyms is missing dependencies

2023-09-14 Thread Nicolas Goaziou
Hello, Josselin Poiret via Bug reports for GNU Guix writes: > Nicolas Goaziou writes: > >> We use dependencies specified in TeX Live itself (as in "texlive.tlpdb" >> file), for sanity reasons. There are 4000+ packages; I think it is not >> reasonable to grep through their output to find the uns

bug#65725: Acknowledgement (guix pull fails on riscv64)

2023-09-14 Thread much . effort283--- via Bug reports for GNU Guix
> Can you retry, after rm'ing .cache/guix/checkouts? Ok, I started from scratch again, but now it seems to be stuck downloading libgit? Not sure if this is an issue with my internet or a bug in guix. The output is: guix pull accepted connection from pid 852656, user root Updating channel 'guix'

bug#65981: gnu: Add antimicrox

2023-09-14 Thread Luis Felipe via Bug reports for GNU Guix
Hi, I'm attaching a package definition for AntiMicroX 3.3.4 (https://github.com/AntiMicroX/antimicrox/) from my personal Guix channel. I've been using the software for several months now and it works, but I don't have the time at the moment to send a proper patch to Guix. I'm attaching this j

bug#65982: Pinebook Pro image broken

2023-09-14 Thread Gabriel Wicki
Trying to set up my Pinebook Pro with my favorite distribution i found out that the usual way (invoking `guix system image gnu/system/images/pinebook-pro.scm` to build an image which is then dd'd to a micro SD card) does not yield a working result. Doing the same with guix time-machine on commit c

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

2023-09-14 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Hello! >> >> Ricardo Wurmus skribis: >> >>> I don’t know. I’m on holidays now, but I’ve opened yet another ticket >>> to get a definitive answer to my more elaborate variant of “WTF?”. >> >> Did you eventually get feedback from them?

bug#65982: more info

2023-09-14 Thread Gabriel Wicki
commit b0d47d9e18e52ff7935aebe6ab37e702f58101be (Update u-boot to 2023.07.02) breaks creation of a bootable image. Building in a time-machine at commit d6a53849935f8584e1df57faa79c18c23fbb2aa1 works as expected.