bug#64760: make check fails on 182be30fb1a8b847c30492462ec22c08ec7a9849

2023-08-09 Thread Ludovic Courtès
Hello! Janneke Nieuwenhuizen skribis: > test-name: gc-roots, initial > location: /home/janneke/src/guix/master/tests/store-roots.scm:33 > source: > + (test-equal > + "gc-roots, initial" > + (list (string-append %state-directory "/profiles")) > + (begin > + (delete-file-recursively > +

bug#63948: qtbase@6 retains reference to ‘gcc-final’

2023-08-09 Thread Ludovic Courtès
Heya, Maxim Cournoyer skribis: > Fixed with commit 98c17c14829349d4838186400541a7cd650b64d0; there's was > convenient QT_EMBED_TOOLCHAIN_COMPILER build switch we can use to > disable embedding the compilers in the CMake files. Well done, thanks! Ludo’.

bug#64827: texlive is broken

2023-08-09 Thread Andreas Enge
Hello, Am Wed, Aug 09, 2023 at 06:35:22PM +0200 schrieb Nicolas Goaziou: > It would be nice to list what simplifications can be done on > `texlive-bin', so we can apply them on a new "texlive-team" branch. see the last commit on the wip-texlive-mono branch; the commit message and the diff should

bug#65127: Python-pytorch slow

2023-08-09 Thread Spencer Skylar Chan
Hi Cayento, Pytorch in Guix is not built with GPU support, so it will always use the CPU even if a GPU is available. You can check the configuration with =guix shell python-pytorch python -- python3 -c 'import torch; print(torch.__config__.show())'= Best, Skylar

bug#64783: Build of texlive-font-maps fails

2023-08-09 Thread Dr. Arne Babenhauserheide
Nicolas Goaziou writes: >> Should all texlive-prefixed packages be removed from the manifest? If >> yes: can we somehow add a warning about this? > > IMO, you either use monolithic texlive, i.e., `texlive', or modular TeX > Live, i.e. "texlive-" prefixed packages. You shouldn't need both (and >

bug#65184: (modify-services … (delete …)) should delete all matching service types

2023-08-09 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
TODO: the snippet (modify-services %base-services (delete mingetty-service-type)) deletes only the first (tty1) instance of the mingetty service. I can't think of a scenario where this is likely to reflect the user's intention. It should delete all matching services. A delete-first

bug#64827: texlive is broken

2023-08-09 Thread Nicolas Goaziou
Hello, Andreas Enge writes: > Am Mon, Aug 07, 2023 at 06:16:04PM +0200 schrieb Andreas Enge: >> Two phases and the --with-system-libgs configure flag can be dropped >> (which will also be the case for the modular package). > > And two more tests can also be dropped; I have compiled the package

bug#64783: biber not in $PATH with texlive only

2023-08-09 Thread Nicolas Goaziou
Hello, Julian Flake writes: > according to your suggestion it would be sufficient to have "texlive" > to have "all of texlive". Unfortunately, with "texlive" only, I don't > have "biber" on my $PATH. By default, TeX Live does not provide "biber" executable, only its sources (the same is also

bug#64783: Build of texlive-font-maps fails

2023-08-09 Thread Nicolas Goaziou
Hello, "Dr. Arne Babenhauserheide" writes: > Should all texlive-prefixed packages be removed from the manifest? If > yes: can we somehow add a warning about this? IMO, you either use monolithic texlive, i.e., `texlive', or modular TeX Live, i.e. "texlive-" prefixed packages. You shouldn't need

bug#65178: Shepherd hangs (was: Getting Guix to shutdown my laptop properly with Sway and no DE)

2023-08-09 Thread Hilton Chain via Bug reports for GNU Guix
Hello! I have experienced many instances of Shepherd hanging through my use of Guix, though I don't have a clear record of when it first happened. These days I have seen a few reports on the subject. With a quick search of recent bug reports, I can't find any related, only to find this thread

bug#65101: Singularity can't find basic programs

2023-08-09 Thread N. Y.
On guix (GNU Guix) 5aceacac65784bd2e1fd12304f965ae6026de49d, trying to build a Singularity image, I get many "command not found" errors for the programs id, install, zcat, and tar: ning@bluecoral ~/repos/bento$ sudo singularity build bento.sif bento.def Password: Using container recipe deffile:

bug#65117: Documentation nits

2023-08-09 Thread Sevan Janiyan
Hi there, I setup Guix for the first time on an Armbian install today. I used the instruction in section 2 of the PDF to fetch the tar.xz archive and setup things manually. There's 2 issues that I hit. 1) In step 5 of section 2.1, the documentation walks you through setting up systemd

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

2023-08-09 Thread Adrien 'neox' Bourmault
Hi there. My setup is the following (LVM array containing a LUKS partition): (mapped-devices (list (mapped-device (source "HOMERAID") (target "HOMERAID-HOMERAID_data") (type lvm-device-mapping)) (mapped-device (source "/dev/mapper/HOMERAID-HOMERAID_data")

bug#64783: Build of texlive-font-maps fails

2023-08-09 Thread Dr. Arne Babenhauserheide
Nicolas Goaziou writes: > Hello, > > "Dr. Arne Babenhauserheide" writes: > >> Is there a package that says "all of texlive"? When working with LaTeX, >> I do not know beforehand which packages I need but rather always need >> all available to try out what works well. > > The "all of texlive"

bug#53543: bug#64798: [PATCH 000/209] update kde package and add plasme desktop

2023-08-09 Thread 宋文武 via Bug reports for GNU Guix
Andreas Enge writes: > Am Tue, Aug 08, 2023 at 08:39:26PM +0800 schrieb 宋文武: >> Thank you! Fixed failures due to missing ktextaddons with: >> 5ced446828 gnu: Add ktextaddons. >> 8d1a785d59 gnu: Add missing ktextaddons to kde-pim packages. >> Also fixed kalendar and kgpg: >> 67f32a2fd2

bug#65111: GnuCash cannot get online quotes

2023-08-09 Thread Altadil via Bug reports for GNU Guix
> > Hello, > > > > Altadil via Bug reports for GNU Guix bug-guix@gnu.org writes: > > > > > Hi, > > > > > > GnuCash 5.3, as packaged in Guix, cannot access quote sources. When > > > adding a new security, it displays "Warning: Finance::Quote not > > > installed properly." and the "Get Online

bug#52967: Close

2023-08-09 Thread Andreas Enge
Closing an old bug report, as it is unlikely we will receive more info. Andreas

bug#64827: texlive is broken

2023-08-09 Thread Andreas Enge
Am Mon, Aug 07, 2023 at 06:16:04PM +0200 schrieb Andreas Enge: > Two phases and the --with-system-libgs configure flag can be dropped > (which will also be the case for the modular package). And two more tests can also be dropped; I have compiled the package successfully on i686 and armhf without