Pieter de Goeje wrote:

The problem only occurs when doing a parallel make world (make -j8 buildworld). In the past I have always successfully built world using -j4. I guess the recent upgrade of this machine from dual core to quad core just made the problem visible.

- Pieter

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"


actually that's not the only problem with buildworld in 8.0.
-march isn't added to CFLAGS using CPUTYPE in make.conf, you should add it 
manually to CFLAGS.
on another thread was said that make delete-old is also broken (and i suspect 
also delete-old-libs), so options in src.conf are pretty useless.
all the problems seems to be triggered by Makefile.incl


regards
ocean
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"

Reply via email to