Busybox 1.3.0 is available

Denis Vlasenko vda.linux at googlemail.com
Thu Dec 14 15:17:24 PST 2006


On Thursday 14 December 2006 19:28, Aurelien Jacobs wrote:
> 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

Error in is include/xatonum.h:

* unsigned long bb_strtol() isn't unsigned
* unsigned long bb_strtou() isn't long
* unsigned long bb_strtoi() is neither unsigned nor long (it's int)

See attached.

> 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)

Will apply to 1.3.1, thanks.
--
vda
-------------- next part --------------
A non-text attachment was scrubbed...
Name: busybox-1.3.0.bb_strtou.patch
Type: text/x-diff
Size: 1507 bytes
Desc: not available
Url : http://busybox.net/lists/busybox/attachments/20061215/6cd2ec89/attachment.bin 


More information about the busybox mailing list