# HG changeset patch # User Rob Landley # Date 1250913373 18000 # Node ID 4cfa8c1306052f905ceea349fb709eb4dcd6d7f2 # Parent d326c68aa747da469678e6b67035cfd8558b3d58 Brown paper bag bug: setting HOST_BUILD_EXTRA or using ./download.sh --extract causes a build break. The regex in the shell function noversion doesn't recognize two consecutive letters as part of a legitimate version name, so qemu-2d18e637e5ec.tar.bz2 should actually be qemu-2d18e637e5e.tar.bz2 in order to be recognized as "qemu". (That's using the git commit ID as the version, which would have worked if I'd cut it in the right place.) I forgot that ./buildall.sh doesn't use ./download.sh --extract anymore, so of course it didn't catch this. diff -r d326c68aa747 -r 4cfa8c130605 download.sh --- a/download.sh Thu Aug 20 22:48:42 2009 -0500 +++ b/download.sh Fri Aug 21 22:56:13 2009 -0500 @@ -111,7 +111,7 @@ #URL=http://download.savannah.nongnu.org/releases/qemu/qemu-0.10.2.tar.gz \ #SHA1=78f595a1fcb52f8bb2774f2d658a803530560b9c \ -URL=http://impactlinux.com/fwl/mirror/qemu-2d18e637e5ec.tar.bz2 \ +URL=http://impactlinux.com/fwl/mirror/qemu-2d18e637e5e.tar.bz2 \ SHA1=07012163dd55b8b07ba64cb759dcbe7d20d502b9 \ download || dienow