RELENG_8 buildworld broken?

ocean ocean_ieee at yahoo.it
Wed Dec 9 17:04:06 UTC 2009


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


More information about the freebsd-stable mailing list