Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2012 09:00:12 GMT
From:      Trond Endrestøl <Trond.Endrestol@ximalas.info>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   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.
Message-ID:  <201210190900.q9J90CpM056257@red.freebsd.org>
Resent-Message-ID: <201210190910.q9J9A1Xc090276@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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
 



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