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

2023-05-06 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 with

bug#63238: issue linking to librt

2023-05-06 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 fin

bug#63238: (no subject)

2023-05-06 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-06 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 dis

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

2023-05-06 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\" -DBARRIER_VER

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

2023-05-06 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 g

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

2023-05-06 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-06 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-06 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": ``` /gnu/store/ad8351jvj61da279a3ddfs2gmk3w

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

2023-05-06 Thread Liliana Marie Prikler
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 account- > > service level?  Unless the rest of this s

bug#63261: Recent changes to git config cause errors for non-committers

2023-05-06 Thread Maxim Cournoyer
Hi, Brian Cully via Bug reports for GNU Guix writes: > I've run into two issues with the recent changes to git config > integration: > > 1) All commits must now be signed, even if you're not a > committer. This breaks just tons of things, including rebasing. I'm > not sure how to fix this withou

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

2023-05-06 Thread Maxim Cournoyer
Hi! Liliana Marie Prikler writes: > Am Freitag, dem 05.05.2023 um 14:29 -0400 schrieb Maxim Cournoyer: >> Prior to this change, there was a discrepancy where a user could have >> disagreeing groups between the group and user fields (the user field >> being a record, which includes its primary g

bug#63082: [PATCH v3 04/16] services: mpd: Rename %set-user-group to set-user-group.

2023-05-06 Thread Maxim Cournoyer
Hi Liliana! Liliana Marie Prikler writes: > Am Freitag, dem 05.05.2023 um 14:28 -0400 schrieb Maxim Cournoyer: >> The convention to use % as a prefix is for "special" variables rather >> than procedures. > Variables are a superset of procedures in Scheme :) > That being said, I'm d'accord with t

bug#63331: Guile-GnuTLS/Git circular dependency

2023-05-06 Thread Ludovic Courtès
Hi, Vivien Kraus skribis: > Le samedi 06 mai 2023 à 19:20 +0200, Ludovic Courtès a écrit : >> 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

bug#63331: Guile-GnuTLS/Git circular dependency

2023-05-06 Thread Vivien Kraus via Bug reports for GNU Guix
Hi! Le samedi 06 mai 2023 à 19:20 +0200, Ludovic Courtès a écrit : > 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 > li

bug#63178: shepherd 0.10.0-rc1 riscv64 build failure

2023-05-06 Thread Efraim Flashner
On Sat, May 06, 2023 at 07:59:39PM +0200, Ludovic Courtès wrote: > Hi! > > Efraim Flashner skribis: > > > On Wed, May 03, 2023 at 09:29:49PM +0200, Ludovic Courtès wrote: > >> Hey Efraim, > >> > >> Efraim Flashner skribis: > >> > >> > I reran it and got a different test failure > >> > >> > F

bug#63178: shepherd 0.10.0-rc1 riscv64 build failure

2023-05-06 Thread Ludovic Courtès
Hi! Efraim Flashner skribis: > On Wed, May 03, 2023 at 09:29:49PM +0200, Ludovic Courtès wrote: >> Hey Efraim, >> >> Efraim Flashner skribis: >> >> > I reran it and got a different test failure >> >> > FAIL: tests/starting-status.sh >> >> Could you retry from the ‘master’ branch? I pushed

bug#63331: Guile-GnuTLS/Git circular dependency

2023-05-06 Thread Ludovic Courtès
Hi, ‘git-download’ needs to depend on guile-gnutls to implement its fallback mechanism (downloading from mirrors or from SWH over HTTPS). Commit c625e5b64d0a6cb7ffbf2ef971d4c990b1f5c5c1 restored this. However, it also introduced a circular dependency: the origin of guile-gnutls relies on 'git-do

bug#63190: [Shepherd] Nested calls lead to a hang

2023-05-06 Thread Ludovic Courtès
Hi, Bruno Victal skribis: > Original discussion (IRC): > [...] > (procedure >#~(lambda (x) >;; Scenario 1: using code from (gnu services herd), this > hangs shepherd >