Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [i386-current] build.sh failure



"Chavdar Ivanov" writes:
> Hi all,
> 
> Sources updated about 3 hours ago, 'make cleandir' in /usr/[x]src and
> removing /usr/obj/usr-current/* (as clean as I can imagine it...) I
> get (using BUILD-NetBSD -x all):
> ........
> dependall ===> usr.sbin/zic
> --- dependall-sys ---
> cc1: warnings being treated as errors
> In file included from
> /usr/src/sys/arch/i386/stand/boot/biosboot/../../../../..//lib/libkern/../../
> ../common/lib/libc/stdlib/strtoul.c:49:
> --- dependall-usr.sbin ---
> --- ialloc.d ---
> --- dependall-sys ---
> /usr/src/sys/arch/i386/stand/boot/biosboot/../../../../..//lib/libkern/../../
> ../common/lib/libc/stdlib/_strtoul.h:
> In function 'strtoul':
> /usr/src/sys/arch/i386/stand/boot/biosboot/../../../../..//lib/libkern/../../
> ../common/lib/libc/stdlib/_strtoul.h:61:
> warning: implicit declaration of function 'panic'
> *** [strtoul.o] Error code 1
> 1 error
> --- dependall-usr.sbin ---

This should be fixed now with these revs:

cvs rdiff -r1.3 -r1.4 src/common/lib/libc/stdlib/strtoll.c
cvs rdiff -r1.2 -r1.3 src/common/lib/libc/stdlib/strtoul.c \
    src/common/lib/libc/stdlib/strtoull.c \
    src/common/lib/libc/stdlib/strtoumax.c

Later...

Greg Oster




Home | Main Index | Thread Index | Old Index