fosslinux / live-bootstrap

Use of a Linux initramfs to fully automate the bootstrapping process
501 stars 35 forks source link

Trap in autogen-5.18.16 in interactive mode (#386) #399

Closed Googulator closed 8 months ago

Googulator commented 9 months ago

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,

Googulator commented 9 months ago

Tracked down to https://github.com/schierlm/gnu-autogen-bootstrapping/pull/14 - getGuileVersion is missing a return statement, leaving garbage in the return code register, which triggers the ERR trap.