From owner-freebsd-current@FreeBSD.ORG Mon Jun 15 06:17:00 2015 Return-Path: Delivered-To: freebsd-current@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C444D177 for ; Mon, 15 Jun 2015 06:17:00 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81529AFB for ; Mon, 15 Jun 2015 06:17:00 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1Z4NhU-002gXf-EZ>; Mon, 15 Jun 2015 08:16:52 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=hermann) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1Z4NhU-0016na-C3>; Mon, 15 Jun 2015 08:16:52 +0200 Date: Mon, 15 Jun 2015 08:15:52 +0200 From: "O. Hartmann" To: FreeBSD CURRENT Subject: [CURRENT] r284404 buildworld failure due to CXXFLAGS+= -std=c++11 in /etc/src.conf Message-ID: <20150615081552.1993d4fa@hermann> Organization: FU Berlin X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 06:17:00 -0000 Recent source of CURRENT (r284404) fails to buildworld when option CXXFLAGS+= -std=c++11 in /etc/src.conf is given in /etc/src.conf. That issue was introduced around after r282336. Below, you'll se the src.conf I use. I also have the buildworl d failure with src.conf containing only the line CXXFLAGS as specified above. With r284336 and before, this issue wasn't present. Regards, Oliver # CPUTYPE?= native # CFLAGS+= -O3 -pipe # for the kernel #COPTFLAGS+= -g -O0 COPTFLAGS+= -O3 -pipe # #CXXFLAGS+= -std=c++11 # WITH_CLANG_FULL= YES WITH_CLANG_EXTRAS= YES WITH_LLDB= YES # WITH_IDEA= YES # #WITH_BSD_GREP= YES # #WITH_OFED= YES WITH_NAND= YES #WITH_CTF= YES # WITH_SVN= YES # MALLOC_PRODUCTION= YES # WITH_ELFTOOLCHAIN_TOOLS= YES # #WITHOUT_DEBUG_FILES= YES # PORTS_MODULES= #PORTS_MODULES+= x11/nvidia-driver #PORTS_MODULES+= emulators/virtualbox-ose-kmod #PORTS_MODULES+= sysutils/acpi_call