bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-15 Thread Hilton Chain via Bug reports for GNU Guix
On Fri, 15 Nov 2024 11:29:10 +0800, Hilton Chain wrote: > > Good news: Thanks to this diff, I know how to add libc to RUNPATH now :) > > Another forced push, I have ensured consistent behavior for > (CROSS_)?LIBRARY_PATH and added libc RUNPATH without restoring the behavior > passing '-lc' to linke

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-15 Thread Motiejus Jakštys
On Sat, Nov 16, 2024 at 8:55 AM Hilton Chain wrote: > > On Fri, 15 Nov 2024 22:30:40 +0800, > Hilton Chain wrote: > > > > Also for reproducibility, bin/zig is the only file differs and here's the > > diff, > > I don't know about this part so I currently have no idea on fixing it. > > This seem to

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-15 Thread Hilton Chain via Bug reports for GNU Guix
On Fri, 15 Nov 2024 22:30:40 +0800, Hilton Chain wrote: > > I have locally made the "use-system-paths" patch larger so that Zig can really > honor "CROSS_" environment variables. > > The next issue is cross building with pkg-config. Zig only invokes > "pkg-config", but we don't have a "pkg-config"

bug#67241: [PATCH] guix-install.sh: Add message about Info reader.

2024-11-15 Thread Simon Tournier
* etc/guix-install.sh (_info): New procedure. (_chk_sys_nscd, main_install): Use it. Change-Id: I2cad8bc2554cd4ea88f30c8a104b7c62f2aa2e0e --- etc/guix-install.sh | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/etc/guix-install.sh b/etc/guix-install.sh index