bug#62181: [PATCH v2 1/2] gnu: gnulib: Reset the shebangs.

2023-03-18 Thread Vivien Kraus via Bug reports for GNU Guix
Hi! Le vendredi 17 mars 2023 à 22:48 +0100, Ludovic Courtès a écrit : > > * gnu/packages/tls.scm (guile-gnutls) [phase patch-more-shebangs]: > > Fix how > > autogen.sh invokes gnulib-tool, and how configure.ac invokes git- > > version-gen, > > so as not to rely on shebangs. > > [...] > > > +

bug#57498: bash-completion completion functions not loaded when using guix home

2023-03-18 Thread wolf
Hi, if anyone else runs into this before the core-updates merge happens, reasonably simple solution without installing packages into other profiles (or system-wide) seems to be to add following into services in home definition: ;; TODO: https://issues.guix.gnu.org/57498, should not be necessary a

bug#62253: Fakechroot execution engine doesn’t outlive ‘exec’ calls

2023-03-18 Thread Ludovic Courtès
For ‘guix pack -RR’ packs, unlike the “userns” and “proot” execution engines, the “fakechroot” execution engine doesn’t survive ‘exec’ calls: --8<---cut here---start->8--- $ mkdir -p /tmp/fakechroot-test && cd /tmp/fakechroot-test/ && tar xf $(guix pack -RR ope

bug#62236: build of agda-ial-1.5.0.drv failed

2023-03-18 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, Rostislav Svoboda writes: > Hello, the log is in the attachment. > Cheers Bost agda-ial is from 2018, so I guess there's no chance it would typecheck with current Agda. There doesn't seem to be a new release upstream. Maybe we could remove the package, or ask upstream if they plan on relea

bug#62253: Fakechroot execution engine doesn’t outlive ‘exec’ calls

2023-03-18 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Ludo, Ludovic Courtès writes: > I can think of several ways to address that: > > 1. Change the exec* wrappers in libfakechroot such that, on ENOENT, > they try a direct ld.so invocation to run program, like > ‘run-in-namespace.c’ does. > > Problem is that for this to work cor