1.18.0 doesn't build defconfig on Ubuntu 9.04.

Denys Vlasenko vda.linux at googlemail.com
Wed Dec 8 05:40:28 UTC 2010


On Wednesday 08 December 2010 06:02, Rob Landley wrote:
> Log and first corrupted file attached.  100% reproducible.  I can bisect it if 
> you like...

Does this help?

http://busybox.net/downloads/fixes-1.18.0/busybox-1.18.0-buildsys.patch

Specifically, this part:

-			echo "${insert}"
+			printf "%s\n" "${insert}"
 			sed -n '/^INSERT$/,$p' "${src}"
 		else
 			if [ -n "${insert}" ]; then
-				echo "ERROR: INSERT line missing in: ${src}" 1>&2
+				printf "%s\n" "ERROR: INSERT line missing in: ${src}" 1>&2


-- 
vda


More information about the busybox mailing list