Googulator

Results 49 issues of Googulator

See https://github.com/schierlm/gnu-autogen-bootstrapping/pull/14 Fixes #399

With the -i option from #386, autogen-5.18.16 hits a trap in bootstrap_autogen. In non-interactive mode, we somehow don't fail here, as if the relevant script was running without -e,

Both chroot and bwrap builds fail in WSL2, because `rm -- configure Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 automake.info*` fails to expand properly. A simple testcase that shows this problem is as...

This addresses almost all of the known bare-metal issues, with the exception of builder-hex0's known hardware incompatibilities, which I'm still working on; or the lack of Realtek NIC support (#330).

This encompasses #390, #391 and #392, which is the bare minimum necessary for a successful bare metal bootstrap

The script-generator utility lies right on the boundary between stage0-posix and live-bootstrap proper. As a result, it's protected by neither stage0's, nor live-bootstrap's checksum mechanism. This needs to be addressed...

The following packages all touch the live system (adding, deleting or modifying files outside $DESTDIR) in their src_install: - bash-2.05b (deletes old bash to avoid issues with tar later) -...

This is a different option for making CI tarballs smaller: we revert to using a small seed tarball, plus packages built in each pass. The seed tarball is built as...

- Move Python bootstrap from pass2 to pass3. Python bootstrap is relatively fast, and we have more than enough time in pass3 to include it there. OTOH, it generates large...

Looking through the manifest for what happens to packages built using kaem, all but one of them either get rebuilt using bash (e.g. bzip2), replaced with a newer version (e.g....