1.18.0 doesn't build defconfig on Ubuntu 9.04.

Rob Landley rob at landley.net
Wed Dec 8 08:40:58 UTC 2010


On Tuesday 07 December 2010 23:40:28 Denys Vlasenko wrote:
> 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

Yup, that did it.  Thanks.

Rob
-- 
GPLv3: as worthy a successor as The Phantom Menace, as timely as Duke Nukem 
Forever, and as welcome as New Coke.


More information about the busybox mailing list