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


Home | Main Index | Thread Index | Old Index