Busybox 1.3.0 is available
Aurelien Jacobs
aurel at gnuage.org
Thu Dec 14 10:28:40 PST 2006
On Thu, 14 Dec 2006 01:59:05 +0100
Denis Vlasenko <vda.linux at googlemail.com> wrote:
> Hi people,
>
> Tarball is already in http://busybox.net/downloads/,
> busybox.net webpage will be updated soon.
defconfig don't compile here on amd64.
There are 2 problems.
The first attached patch fixes this:
CC libbb/bb_pwd.o
CC libbb/bb_strtonum.o
libbb/bb_strtonum.c:102: error: conflicting types for 'bb_strtou'
include/xatonum.h:140: error: previous declaration of 'bb_strtou' was here
libbb/bb_strtonum.c:114: error: conflicting types for 'bb_strtoi'
include/xatonum.h:141: error: previous declaration of 'bb_strtoi' was here
make[1]: *** [libbb/bb_strtonum.o] Error 1
make: *** [libbb] Error 2
The second attached patch fixes that:
CC networking/udhcp/dhcpd.o
CC networking/udhcp/dhcprelay.o
cc1: warnings being treated as errors
networking/udhcp/dhcprelay.c: In function 'dhcprelay_loop':
networking/udhcp/dhcprelay.c:287: warning: passing argument 6 of 'recvfrom' from incompatible pointer type
make[1]: *** [networking/udhcp/dhcprelay.o] Error 1
make: *** [networking/udhcp] Error 2
Note that this second error is in fact just a warning.
(It was really a bad idea to have -Werror in a release IMHO)
Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bb_fix1.diff
Type: text/x-diff
Size: 662 bytes
Desc: not available
Url : http://busybox.net/lists/busybox/attachments/20061214/0cc5f4bd/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bb_fix2.diff
Type: text/x-diff
Size: 477 bytes
Desc: not available
Url : http://busybox.net/lists/busybox/attachments/20061214/0cc5f4bd/attachment-0001.bin
More information about the busybox
mailing list