> 
> > Make release in a -current cvsuped just now broke. It looks like the aout
> > directory is not there.
> 
> Fixed. Thanks. I'm testing as well, so if anything comes up, let me
> know.

Ok, It got a little further. It now dies with during the "Rebuilding
dependencies" phase with:

----------
mkdep -f .depend -a   -nostdinc -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H 
-DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" 
-I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config -DMAIN -DIN_GCC 
-DVERSION=\"2.95.2\" -I/usr/obj/usr/src/tmp/usr/include  
/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c 
/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/getopt.c 
/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/getopt1.c underscore.c
cd /usr/src/gnu/usr.bin/cc/c++filt; make _EXTRADEPEND
echo c++filt: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> .depend
===> gnu/usr.bin/cc/doc
===> gnu/usr.bin/cc/cc1obj
make: don't know how to make objc-parse.c. Stop
*** Error code 2
----------

The reason is that in Makefile.inc1 BMAKE sets -DNO_OBJC (and a lot of
others). BMAKE is used to do the cleanup and make the obj dirs, so the
/usr/obj/usr/src/gnu/usr.bin/cc/cc1obj dir is never created. To make
the dependencies and the rest XMAKE is used and then -DNO_OBJC and
friends are not defined...

Wipe your /usr/obj dir and do a make world, and you will see.

John
-- 
John Hay -- [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to