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

_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


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
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to