DragonFly kernel List (threaded) for 2004-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: buildworld update committed
Matthew Dillon wrote:
. ..Hopefully I haven't broken anything too badly :-)
'make world' worked just fine for me. However (you knew
there would be at least one) 'buildkernel' failed with this:
awk -f /usr/src/sys/tools/makeobjops.awk -h
/usr/src/sys/dev/sound/pcm/mixer_if.m
awk -f /usr/src/sys/tools/makeobjops.awk -h
/usr/src/sys/libiconv/iconv_converter_if.m
rm -f .newdep
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs mkdep -a -f
. newdep -O -pipe -march=pentiumpro -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi
-nostdinc -I. -I/usr/src/sys -I/usr/src/sys/../include
-I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter
-D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2
-fno-common -ffreestanding
make -V SFILES -V SYSTEM_SFILES | xargs env MKDEP_CPP="cc -E" mkdep -a
-f .newdep -x assembler-with-cpp -DLOCORE -O -pipe -march=pentiumpro
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -ansi -nostdinc -I. -I/usr/src/sys
-I/usr/src/sys/../include -I/usr/src/sys/contrib/dev/acpica
-I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h
-mpreferred-stack-boundary=2 -fno-common -ffreestanding
xargs: env: No such file or directory
*** Error code 127
Same error with both GENERIC and my custom kernel.
Hmpf! When I do it the old-fashined way, it works:
cd /usr/src/sys/i386/conf/MYKERNEL
make depend
make
make install
I dunno why there is a difference, but there is.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]