Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Dec 2009 17:36:26 +0100
From:      ocean <ocean_ieee@yahoo.it>
To:        freebsd-stable@freebsd.org
Subject:   Re: RELENG_8 buildworld broken?
Message-ID:  <4B1FD20A.2050102@yahoo.it>
In-Reply-To: <200912091703.25714.pieter@degoeje.nl>
References:  <200912090150.03778.pieter@degoeje.nl> <200912091703.25714.pieter@degoeje.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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-unsubscribe@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B1FD20A.2050102>