bug#63082: [PATCH v3 05/16] services: mpd: Obsolete the 'group' field.

2023-05-07 Thread Maxim Cournoyer
Hi Liliana, Liliana Marie Prikler writes: > Hi Maxim, > > Am Sonntag, dem 07.05.2023 um 14:12 -0400 schrieb Maxim Cournoyer: >> My focus on this series was making sure the configuration is easy(er) >> to reason with and that it works out of the box for the most part. > Obsoleting the group

bug#63178: shepherd 0.10.0-rc1 riscv64 build failure

2023-05-07 Thread Ludovic Courtès
Hi! Efraim Flashner skribis: > On Sat, May 06, 2023 at 07:59:39PM +0200, Ludovic Courtès wrote: [...] >> I believe 7c79df11c7a9d938ed9b48e00c4366da95301d4b fixes a race >> condition that these tests were showing: ‘herd stop root’ can return >> before the shepherd process has terminated. >>

bug#63082: [PATCH v3 05/16] services: mpd: Obsolete the 'group' field.

2023-05-07 Thread Liliana Marie Prikler
Hi Maxim, Am Sonntag, dem 07.05.2023 um 14:12 -0400 schrieb Maxim Cournoyer: > My focus on this series was making sure the configuration is easy(er) > to reason with and that it works out of the box for the most part. Obsoleting the group field does imho not significantly ease its use. It rather

bug#63082: [PATCH v3 05/16] services: mpd: Obsolete the 'group' field.

2023-05-07 Thread Maxim Cournoyer
Hi Liliana, Liliana Marie Prikler writes: > Am Samstag, dem 06.05.2023 um 22:55 -0400 schrieb Maxim Cournoyer: >> Hi! >> >> Liliana Marie Prikler writes: >> >> > Am Freitag, dem 05.05.2023 um 14:29 -0400 schrieb Maxim Cournoyer: >> > Didn't we agree in v2 that we want to address this on the

bug#63350: [BUG] emacs-tmr cannot find ffplay at runtime when timers end

2023-05-07 Thread Kyle Andrews
Dear Guix, The emacs-tmr package does not play the alert sound for me. Instead, I see the following error in the message buffer: Error running timer ‘tmr--complete’: (user-error "Cannot play

bug#63284: proot: Build gets stuck in test-0cf405b0 (and maybe test-25069c13)

2023-05-07 Thread Blake Shaw via Bug reports for GNU Guix
I'm also dealing with the issue, except for me it gets stuck in test-kkk, if that info is helpful at all. Josselin Poiret via Bug reports for GNU Guix writes: > [[PGP Signed Part:Undecided]] > Hi Ivan, > > Ivan Vilata i Balaguer writes: > >> Hi! It looks like some tests during the

bug#62379: /gnu/store/.links filling the hard drive on foreign distro

2023-05-07 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hi, > > Elias Kueny skribis: > >> The problem is the size of /gnu/store/.links: after garbage collection >> with "guix gc --delete-generations=1w", /gnu/store is 17.4 GB in >> total, and /gnu/store/.links is 14.5 GB (344120 items, ranging from 93 >> MB to 4.1 kB

bug#62294: gnupg is pinned at 2.2.32 for bug that is fixed upstream

2023-05-07 Thread Maxim Cournoyer
Hello, We're now at 2.2.39 on master. Closing! -- Thanks, Maxim

bug#57826: NetworkManager GUI crashes when setting up eduroam

2023-05-07 Thread Maxim Cournoyer
Hi, Csepp writes: > I have not yet debugged this properly, here is what I know: > When I used nm-applet to fill out the WPA2 enterprise connection > details, nm-applet crashed. > When I tried sudo nm-connection-editor (because I thought it was a > permission error, which is also present, yay)

bug#62496: For network-manager-applet's nm-connection-editor, libnma needs to be installed

2023-05-07 Thread Maxim Cournoyer
Hi, Josselin Poiret writes: > Hi everyone, > > Maxim Cournoyer writes: > >> I've reverted to the previously working version on master, but we should >> figure out what's up with this change in recent releases. It may affect >> 1.42 as well (which is supposedly the current stable release). >>

bug#63331: Guile-GnuTLS/Git circular dependency

2023-05-07 Thread Simon Josefsson via Bug reports for GNU Guix
Ludovic Courtès writes: > We need to solve that. For now, the only fix I can think of is having > ‘guile-gnutls’ built from a “make dist”-provided tarballs. Apparently > we can add assets at ; would you > like to upload a tarball and accompanying

bug#63250: package dante : socksify: error: dante client not built with preloading support

2023-05-07 Thread Benjamin
Hello, Dante package is not compiled with preloading support but it could be To reproduce : guix shell dante w3m echo " Hello World ! " | ( export SOCKS_SERVER="127.0.0.1:1" exec socksify w3m -T text/html -dump ) Following error is returned error: dante client not built

bug#63238: issue linking to librt

2023-05-07 Thread Ava Hahn
Hello All, I believe I have stumbled on an issue with how the libraries in glibc are stored. If I run "ld -lrt" it reports "ld: cannot find -lrt: No such file or directory" Meanwhile, I can find librt with "ldconfig -p | grep librt": "librt.so.1 ... => /gnu/store/...". In order to get ld to

bug#63238: (no subject)

2023-05-07 Thread semilin
I encountered the same issue recently. I used to be able to compile with `cargo build` just fine just a few days ago. I recently upgraded my system from glibc 2.33 to 2.35, and I'd guess it's related to that. However, running it in `guix shell glibc@2.33` results in the same problem, so I'm

bug#63319: Incorrect propagation chain reporting on profile collision

2023-05-07 Thread Ulf Herrman
A has a `parent' field that contains a promise that returns either #f or another . This is somewhat incomplete information - a given entry can be a propagated-input to multiple entries, so there can actually be multiple parents. Given that this is only used for tracing a propagation chain to

bug#63244: barrier build fails due to NULL not defined

2023-05-07 Thread john
Can add -DNULL=nullptr I guess? cd /tmp/guix-build-barrier-2.4.0.drv-0/build/src/lib/io && /gnu/store/5lqhcv91ijy82p92ac6g5xw48l0lwwz4-gcc-11.3.0/bin/c++ -DBARRIER_BUILD_DATE=\"19700101\" -DBARRIER_BUILD_NUMBER=1 -DBARRIER _REVISION=\"\" -DBARRIER_VERSION=\"2.4.0-release\"

bug#63203: symbol lookup error: undefined symbol __libc_pthread_init (texmacs)

2023-05-07 Thread Maxime Devos
Hi, After doing a "guix pull", TeXmacs doesn't start anymore (this is on a x86_64 system, and without LD_LIBRARY_PATH): $ guix --version && guix shell texmacs -- texmacs hint: Consider installing the `glibc-locales' package and defining `GUIX_LOCPATH', along these lines: guix install

bug#63277: python-anaconda-client and conda fail

2023-05-07 Thread Etienne B. Roesch
Hi, I am new to guix, but it looks like both python-anaconda-client and conda fail to build, as ci.guix also confirms. I wish I could readily help, but I am really new to this :) Etienne

bug#63321: Broken pipe? (and deprecated latex-packages)

2023-05-07 Thread cschumac
Hi! guix tells me to send you the COMPLETE output, see below. I also want to ask about the warnings on deprecated packages. I didn't install the packages by hand, they came with the package texlive -- or so I assume. Will guix eventually switch me to the new (renamed?) versions automatically?

bug#63273: guix home / glibc error: libpthread.so.0: undefined symbol

2023-05-07 Thread Blake Shaw via Bug reports for GNU Guix
Hi Guix, I just upgraded to the full source bootstrap (my cron job was apparently failing daily due to a channel, and I didn't realize before today), and following the guix pull, I get the following error when running $ guix home reconfiugre "file.scm": ```