bug#54348: Guile 3.0.7 fails to build on armhf-linux

2022-03-12 Thread Ludovic Courtès
Guile 3.0.7 appears to fail tests reproducibly on armhf-linux: --8<---cut here---start->8--- Running vm.test Running weaks.test Running web-client.test Running web-http.test Running web-request.test Running web-response.test Running web-server.test ERROR: web-se

bug#54349: Cuirass sometimes fails to bake nars upon success

2022-03-12 Thread Ludovic Courtès
Hi! It seems that Cuirass sometimes fails to trigger nar baking on successful builds. For example, right now we have this successful build of /gnu/store/lwfjyrwbnfxvbacp77qcyzi7crddfnkf-transfig-3.2.5e.drv: https://ci.guix.gnu.org/build/521308/details but: --8<---cut here

bug#54350: Profile collisions are ignored, installing multiple versions of the same package is silently broken

2022-03-12 Thread Maxime Devos
Hi guix, Try $ guix shell --pure bash pango@1.42 pango@1.48 $ ~/.guix-profile/bin/ls -l $GUIX_ENVIRONMENT/lib/libpango*.so Result: [...]/lib/libpango-1.0.so -> [...]-pango-1.42.4/lib/libpango-1.0.so [...]/lib/libpangocairo-1.0.so -> [...]-pango-1.42.4/lib/libpangocairo-1.0.so [...]/lib/libpangof

bug#54350: Profile collisions are ignored, installing multiple versions of the same package is silently broken

2022-03-12 Thread Liliana Marie Prikler
Am Samstag, dem 12.03.2022 um 10:45 +0100 schrieb Maxime Devos: > Hi guix, > > Try > > $ guix shell --pure bash pango@1.42 pango@1.48 > $ ~/.guix-profile/bin/ls -l $GUIX_ENVIRONMENT/lib/libpango*.so > > Result: > [...]/lib/libpango-1.0.so -> [...]-pango-1.42.4/lib/libpango-1.0.so > [...]/lib/lib

bug#54354: [BUG] guix home: on foreign distro, ~/.bash_profile is not initialized

2022-03-12 Thread florhizome
Hi guix' ! I have been trying to use guix home on my foreign distro partition (manjaro); especially in order to set up additional profiles from there, but my .bash_profile generated by guix doesn't seem to be evaluated at all. To describe the actual issue finally: None of the things that should h

bug#54354: [BUG] guix home: on foreign distro, ~/.bash_profile is not initialized

2022-03-12 Thread Liliana Marie Prikler
Hi Florian Am Samstag, dem 12.03.2022 um 13:07 + schrieb florhizome: > > Hi guix' ! > I have been trying to use guix home on my foreign distro partition > (manjaro); especially in order to set up additional profiles from > there, but my .bash_profile generated by guix doesn't seem to be > eva

bug#53357: knot-resolver build error

2022-03-12 Thread iyzsong
Simon Mages writes: > Hi there, > > knot-resolver 5.4.4 does not build anymore. > > This can be fixed by adding 'python' to native-inputs. > > BR Hello, thanks for the report, it had been fixed in commit a13a3141a169896606afa235867fd2be82d5bbd8.

bug#53499: build of clojure-tools failed

2022-03-12 Thread iyzsong
I confirm this issue was fixed, close now, thank you!