From owner-freebsd-current@freebsd.org Sun Jul 23 22:54:37 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44CFBDAF680 for ; Sun, 23 Jul 2017 22:54:37 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-38.reflexion.net [208.70.210.38]) (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 E56197274A for ; Sun, 23 Jul 2017 22:54:36 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 9984 invoked from network); 23 Jul 2017 22:59:12 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 23 Jul 2017 22:59:12 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v8.40.1) with SMTP; Sun, 23 Jul 2017 18:54:35 -0400 (EDT) Received: (qmail 29249 invoked from network); 23 Jul 2017 22:54:35 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 23 Jul 2017 22:54:35 -0000 Received: from [192.168.1.109] (c-67-170-167-181.hsd1.or.comcast.net [67.170.167.181]) by iron2.pdx.net (Postfix) with ESMTPSA id 638ADEC8715; Sun, 23 Jul 2017 15:54:34 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: FWD: libstdc++ build failures on MIPS, PowerPC, Sparc Message-Id: Date: Sun, 23 Jul 2017 15:54:33 -0700 To: FreeBSD Toolchain , FreeBSD Current , FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 23 Jul 2017 22:54:37 -0000 [Just a forward of someone else's note about gcc 4.2.1 build problems -in -r321376 .] Ravi Pokala rpokala at mac.com wrote on Sun Jul 23 19:44:57 UTC 2017 : > I did a tinderbox build of -HEAD as of r321376; there were failures = like this (paths shortened): >=20 > c++ -isystem ${OUTDIR}/tmp/usr/include/c++/v1 -std=3Dc++11 = -nostdinc++ -isystem ${OUTDIR}/tmp/usr/include -L${OUTDIR}/tmp/usr/lib = -B${OUTDIR}/tmp/usr/lib --sysroot=3D${OUTDIR}/tmp = -B${OUTDIR}/tmp/usr/bin -O -pipe -G0 -EB -mabi=3D32 -msoft-float = -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I${SRCDIR}/gnu/lib/libstdc++ = -I${SRCDIR}/contrib/libstdc++/libsupc++ -I${SRCDIR}/contrib/gcc = -I${SRCDIR}/contrib/libstdc++/include = -I${SRCDIR}/contrib/gcclibs/include = -I${SRCDIR}/contrib/libstdc++/include -I. = -frandom-seed=3DRepeatabilityConsideredGood = -fno-implicit-templates -ffunction-sections -fdata-sections = -Wno-deprecated -c ${SRCDIR}/contrib/libstdc++/src/bitmap_allocator.cc = -o bitmap_allocator.o > =20 > cc1plus: error: unrecognized command line option "-std=3Dc++11" > *** [bitmap_allocator.o] Error code 1 >=20 > on multiple worlds: >=20 > [threepio:clean/base/head] rpokala% egrep -l 'stopped in = .*libstdc' _.*buildworld > _.mips.mips.buildworld > _.mips.mips64.buildworld > _.mips.mips64el.buildworld > _.mips.mips64elhf.buildworld > _.mips.mips64hf.buildworld > _.mips.mipsel.buildworld > _.mips.mipselhf.buildworld > _.mips.mipshf.buildworld > _.mips.mipsn32.buildworld > _.powerpc.powerpc.buildworld > _.powerpc.powerpc64.buildworld > _.powerpc.powerpcspe.buildworld > _.sparc64.sparc64.buildworld >=20 > No interesting build environment, just MAKEOBJDIRPREFIX and JFLAGS; = clean sources and empty output directory. =3D=3D=3D Mark Millard markmi at dsl-only.net