1.18.0 doesn't build defconfig on Ubuntu 9.04.
walter harms
wharms at bfs.de
Wed Dec 8 16:38:42 UTC 2010
Am 08.12.2010 09:40, schrieb Rob Landley:
> 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
Rob,
can you please report the original error ? I did not see it in the ML and it seems interessting.
re,
wh
More information about the busybox
mailing list