Current-Users archive

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

Re: current-i386 (4.99.58) failed to build



On Mon, Mar 31, 2008 at 8:37 AM, Alan Barrett <apb%cequrux.com@localhost> wrote:
> On Mon, 31 Mar 2008, ?ukasz wrote:
>  >  I upgraded kernel from 4.99.55 to 4.99.58 and now trying to build the
>  > whole system. I encounter following problem:
>
>  Are you sure that there were no error messages from the compiler,  before
>  make printed "*** Failed target:  ukfs.o"?
>
>
>  > #    create  libukfs/.depend rm -f .depend
>  > CC=/usr/build/tools/bin/i386--netbsdelf-gcc /usr/build/tools/bin/nbmkdep
>  > -d -f .depend -s .o\ .po\ .so\ .ln ukfs.d #   compile
>  > libukfs/ukfs.o /usr/build/tools/bin/i386--netbsdelf-gcc -O0 -g
>  > -march=pentium4 -O2 -pipe -Wall -Wstrict-prototypes
>  > -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional
>  > -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra
>  > -Wno-unused-parameter -std=gnu99  -Werror
>  > -I/usr/src/sys/rump/librump/rumpkern
>  > -I/usr/build/obj/sys/rump/librump/rumpkern
>  > -I/usr/src/sys/rump/fs/lib/libukfs -I.
>  > -I/usr/src/sys/rump/fs/lib/libukfs -I.   -nostdinc
>  > -isystem /usr/build/dest/usr/include
>  > -c    /usr/src/sys/rump/fs/lib/libukfs/ukfs.c -o ukfs.o
>
>  Some lines have been wrapped together, but the above is the attempt to
>  run the compiler to create ukfs.o from ukfs.c.
>
>  > *** Failed target:  ukfs.o
>  > *** Failed command: /usr/build/tools/bin/i386--netbsdelf-gcc -O0 -g [...]
>
>  The above is make saying that the compiler failed.  When this happens,
>  there are usually error messages from the compiler.  Without them, it's
>  hard to see what's wrong.
>
>  --apb (Alan Barrett)
>

I've reported this problem a couple of times but no answer but I'll
cut & paste it here:

dependall ===> sys/rump/fs/lib/libukfs
cc1: warnings being treated as errors
/usr/src/sys/rump/fs/lib/libukfs/ukfs.c: In function 'ukfs_write':
/usr/src/sys/rump/fs/lib/libukfs/ukfs.c:301: warning: 'xfer' may be
used uninitialized in this function

*** Failed target:  ukfs.o
*** Failed command:
/usr/obj/tooldir.NetBSD-4.99.58-x86_64/bin/x86_64--netbsd-gcc -O0 -g
-pipe -mtune=k8 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wno-sign-compare -Wno-traditional -Wreturn-type
-Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra
-Wno-unused-parameter -std=gnu99 -Werror -pipe -mtune=k8
-fstack-protector -Wstack-protector --param ssp-buffer-size=1
-I/usr/src/sys/rump/librump/rumpkern
-I/usr/obj/sys/rump/librump/rumpkern
-I/usr/src/sys/rump/fs/lib/libukfs -I.
-I/usr/src/sys/rump/fs/lib/libukfs -I. -nostdinc -isystem
/usr/obj/destdir.amd64/usr/include -c
/usr/src/sys/rump/fs/lib/libukfs/ukfs.c -o ukfs.o
*** Error code 1

Stop.

-- 
Best regards,
 Brad


Home | Main Index | Thread Index | Old Index