From owner-freebsd-toolchain@freebsd.org Mon Jul 31 08:57:20 2017 Return-Path: Delivered-To: freebsd-toolchain@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 63D75DCDA18 for ; Mon, 31 Jul 2017 08:57:20 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-86.reflexion.net [208.70.210.86]) (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 0C4DD6E61B for ; Mon, 31 Jul 2017 08:57:19 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 8211 invoked from network); 31 Jul 2017 09:02:02 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 31 Jul 2017 09:02:02 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v8.40.1) with SMTP; Mon, 31 Jul 2017 04:57:18 -0400 (EDT) Received: (qmail 31534 invoked from network); 31 Jul 2017 08:57:18 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 31 Jul 2017 08:57:18 -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 45294EC7ED7; Mon, 31 Jul 2017 01:57:17 -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: Re: libstdc++ build failures on MIPS, PowerPC, Sparc Date: Mon, 31 Jul 2017 01:57:16 -0700 References: <1652170A-4809-4C0C-AA9D-3C364EA3866B@FreeBSD.org> <995425D0-1240-4008-8BF7-982C7725353C@dsl-only.net> <0A3348B1-0D56-4D68-9839-292635C6610D@dsl-only.net> <5AF488C1-FC10-4113-A882-8865C3FEDD11@dsl-only.net> To: Bryan Drewery , FreeBSD PowerPC ML , rpokala@mac.com, FreeBSD Current , FreeBSD Toolchain In-Reply-To: <5AF488C1-FC10-4113-A882-8865C3FEDD11@dsl-only.net> Message-Id: <07FE9513-BCB7-4955-A01B-7E17D6AA825D@dsl-only.net> X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2017 08:57:20 -0000 [Fixed by -r321684 .] On 2017-Jul-24, at 2:31 AM, Mark Millard wrote: > [I'm just sending the notes to Bryan Drewery, no new > information added.] >=20 >=20 > Ravi Pokala rpokala at mac.com wrote on > Sun Jul 23 19:44:57 UTC 2017 : >=20 >> 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. . . . My recent tests of building powerpc and powerpc64 gcc 4.2.1 style indicate that -r321684 has fixed this issue. =3D=3D=3D Mark Millard markmi at dsl-only.net