log

age author description
Thu, 07 Oct 2010 23:52:23 -0500 Rob Landley Redo gentoo-boostrap on top of bootstrap-skeleton.
Thu, 07 Oct 2010 23:50:12 -0500 Rob Landley Update the common code, use "files" directory instead of build for subdir.
Thu, 07 Oct 2010 23:46:30 -0500 Rob Landley Genericize the noversion() regex a bit, and make sure to only apply patches in the sources/patches directory that end in ".patch".
Tue, 05 Oct 2010 21:18:36 -0500 Rob Landley Add generic native-build infastructure.
Mon, 04 Oct 2010 13:59:45 -0500 Rob Landley Start of a new Linux From Scratch build. Currently just extracts and patches the source tarballs.
Wed, 29 Sep 2010 15:18:08 -0500 Rob Landley Tweak uClibc config to add __progname support and debuggable pthreads.
Sat, 25 Sep 2010 14:10:23 -0500 Rob Landley Break out download_functions.sh into their own file.
Sat, 25 Sep 2010 13:40:04 -0500 Rob Landley Refactor the gentoo bootstrap build some more. Add "build" and "files" subdirectories, split each package build into a separate file, break out reusable shell functions into functions.sh. Flow control now init chrooting into run-build-stages.sh calling the individual package scripts.
Fri, 24 Sep 2010 08:36:21 -0500 Rob Landley Shuffle gentoo bootstrapping into a single directory (with files and patches subdirectories under that).
Thu, 16 Sep 2010 19:35:32 -0500 Rob Landley And e2fsprogs needs "--shared", not just "-shared". I'm not sure playing whack-a-mole with --long -> -long option conversion is the best way for the wrapper to approach this, but until somebody explains the logic of which longopts gcc accepts a single dash for and which it doesn't...
Wed, 15 Sep 2010 21:31:16 -0500 Rob Landley Add "file" to the bootstrap packages, and add a package.provided listing stuff that's there already for portage.
Wed, 15 Sep 2010 18:06:30 -0500 Rob Landley Tighten up test.sh usage message.
Wed, 15 Sep 2010 18:06:08 -0500 Rob Landley Mounting /dev/pts is useful.
Sun, 12 Sep 2010 19:21:42 -0500 Rob Landley Strangely, ncurses won't build shared libraries unless explicitly told to do so on the configure command line. (Yes, it's a library package. No, I don't know what they were smoking either.)
Sun, 12 Sep 2010 18:05:42 -0500 Rob Landley Milton Miller pointed out that tar | tar doesn't need gzip. :)