log images/lfs-bootstrap/mnt/build/perl.sh @ 6:dc3d5c66e336

age author description
Sat, 17 Sep 2011 00:53:33 -0500 Rob Landley The perl build is crazy, and if you have a /bin/mips it tries to run it to see if it's building on an obsolete OS called "mips" rather than Linux. Except that util-linux-ng does a mips alias for setarch, which runs /bin/sh by default if given no arguments, which sits there awaiting input, and the build hangs. Fix: feed it /dev/null.
Sun, 03 Jul 2011 17:23:26 -0500 Rob Landley Start by copying the existing control image building infrastructure from Aboriginal Linux, and shuffling the layout around a bit.