bug#71174: libb2 fails to build during cross-compilation

2024-11-14 Thread Christoph Buck
I close this issue here because it seems to be fixed upstream. See commit 4d38533e55239bace7a4a387c84ff7938ec6100a

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-14 Thread Motiejus Jakštys
On Thu, Nov 14, 2024 at 11:22 AM Hilton Chain wrote: > > On Thu, 14 Nov 2024 14:05:52 +0800, > Hilton Chain wrote: > I also have concern for Zig's relying on /usr/bin/env (Zig uses an ELF file to > find dynamic linker, env is chosen for it's well-known). We have patched this > reference, not sure

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-14 Thread Hilton Chain via Bug reports for GNU Guix
On Thu, 14 Nov 2024 17:41:04 +0800, Efraim Flashner wrote: > > [1 ] > On Thu, Nov 14, 2024 at 05:22:17PM +0800, Hilton Chain wrote: > > 2. Pass libc to Zig's linker > > This was the behavior in 0.9, but changed due to issue on macOS[1]. (btw, > > our > > CPLUS_INCLUDE_PATH also has issue with ma

bug#74359: go-github-com-cyphar-filepath-securejoin-0.3.2 fails

2024-11-14 Thread Simen Endsjø
$ guix build chezmoi substitute: updating substitutes from 'https://substitutes.nonguix.org'... 100.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% The following derivations will be built

bug#73166: shell-autorized-directories

2024-11-14 Thread Saku Laesvuori via Bug reports for GNU Guix
On Tue, Nov 12, 2024 at 05:49:13PM +0100, Nicolas Graves wrote: > On 2024-11-12 09:50, Suhail Singh wrote: > > > I was under the impression that the build phase in guix is always > > containerized and without network access. Could you please elaborate on > > this? > > Building a package yes, but

bug#74204: [bug#74112] Guix is not reproducible

2024-11-14 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > Simon Tournier writes: [...] >> Maybe I am missing something. To my knowledge, .go files produced by >> Guile are not always reproducible, see bug#20272 [1]. And, from my >> understanding, Guix cannot be reproducible until this bug had been >> fixed. Therefor

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-14 Thread Efraim Flashner
On Thu, Nov 14, 2024 at 05:22:17PM +0800, Hilton Chain wrote: > On Thu, 14 Nov 2024 14:05:52 +0800, > Hilton Chain wrote: > > > > Currently I'm 1. modifying each-lib-rpath option of 'zig build'. 2. passing > > libc to linker. I'll write details on this when succeed. > > 1. Modification about eac

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-14 Thread Hilton Chain via Bug reports for GNU Guix
On Thu, 14 Nov 2024 14:05:52 +0800, Hilton Chain wrote: > > Currently I'm 1. modifying each-lib-rpath option of 'zig build'. 2. passing > libc to linker. I'll write details on this when succeed. 1. Modification about each-lib-rpath. --8<---cut here---start->8-