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.
>
> [...]
>
> > +
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
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
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
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