misc/172873: WITH_CTF=1 in /etc/src.conf makes make buildworld bomb out with "/usr/src/share/mk/bsd.own.mk", line 477: WITH_CTF and WITHOUT_CTF can't both be set.
Trond Endrestøl
Trond.Endrestol at ximalas.info
Fri Oct 19 09:10:02 UTC 2012
>Number: 172873
>Category: misc
>Synopsis: WITH_CTF=1 in /etc/src.conf makes make buildworld bomb out with "/usr/src/share/mk/bsd.own.mk", line 477: WITH_CTF and WITHOUT_CTF can't both be set.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Oct 19 09:10:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Trond Endrestøl
>Release: 9.1-PRERELEASE
>Organization:
Private
>Environment:
FreeBSD enterprise.ximalas.info 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r241089: Mon Oct 1 11:07:13 CEST 2012 root at enterprise.ximalas.info:/usr/obj/usr/src/sys/ENTERPRISE amd64
>Description:
/etc/make.conf contains:
KERNCONF=ENTERPRISE
STRIP=
CFLAGS+=-fno-omit-frame-pointer
/etc/src.conf contains:
WITH_CLANG_EXTRAS=yes
WITH_CTF=1
WITH_ICONV=yes
cd /usr/src && svn up tells me:
At revision 241721.
make buildworld buildkernel bombs out during:
>How-To-Repeat:
cd /usr/obj
rm -Rf *
cd /usr/src
svn up # assuming stable/9
make -DNO_CLEAN buildworld buildkernel
>Fix:
Patch from http://lists.freebsd.org/pipermail/freebsd-arch/2012-October/013195.html solves the problem.
>Release-Note:
>Audit-Trail:
>Unformatted:
>>> stage 1.1: legacy release compatibility shims
with:
"/usr/src/share/mk/bsd.own.mk", line 477: WITH_CTF and WITHOUT_CTF can't both be set.
*** [_legacy] Error code 1
1 error
*** [buildworld] Error code 2
1 error
More information about the freebsd-bugs
mailing list