From owner-freebsd-current@freebsd.org Mon Jun 6 18:10:14 2016 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 1D4CFB6D6E4 for ; Mon, 6 Jun 2016 18:10:14 +0000 (UTC) (envelope-from rwestlun@gmail.com) Received: from mail-qg0-x242.google.com (mail-qg0-x242.google.com [IPv6:2607:f8b0:400d:c04::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC676175F for ; Mon, 6 Jun 2016 18:10:13 +0000 (UTC) (envelope-from rwestlun@gmail.com) Received: by mail-qg0-x242.google.com with SMTP id z67so7336673qgz.1 for ; Mon, 06 Jun 2016 11:10:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=WJUUsG5M7j7G4jaZF1ceqYdCOMDHwhLXTbRVvWJ+GDU=; b=nVbmtuchsemVCrcCmQn8WgVP7NOYVaF2glq2noO3uFH2djeGwz4zpsKEJoWojK3iiD sY3N5ymXX4AR/47LfIVsqI+TBB/UDPjYGYtggdPYVdsuHTrN0elHPIMQnmMKh7tBGS9d PqrfoKe2NTrkSDcWax/8yHGJCjTIg4BQho09JD1aV4N7QHr0Lo1aMJ/g62QzXFdGUI/e zO+eMYEq6O7kZqSFpQRUOe9kcHK3OE9joJc7SxK6NSDRGR7udMUkpFXCzEWsm+ZMKnBF BEpmQNRmizFx0cu2zxNj1/07yW2zlA9e7uZAE809lgcmIMdMQCOj4vDgXadtWeVWcoG8 VD9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=WJUUsG5M7j7G4jaZF1ceqYdCOMDHwhLXTbRVvWJ+GDU=; b=EJcUSN3/2OqJzSVz6oAExQ2Zq+HKKdS5knpY//dbpfXTWOul/zuwI9jIvdLli45Gov XWvKW1YEqPQEM6RzghK6quKqupZJYx7p47KQZuDOqLso22G0+Xk/nwQXzRlw5bxA7U8m Rm26LD8fFn9+yGatoj7a5W4Ahc0kNrvcuQ/10FfB32U7I3xeEVyJOuVRD0FRVXiqObL7 S4RXKMv6quu3hY+emczhQxOMlKRseUeXN85kCNWZnp45FzoFXNRSypyNIl7A86Uv1+et HIKVYBMEFPPGPsY6KJA01BTnhka+X1WDM4CObaXH7XEtKUhDLTh4/0+vu4GwLeamPI4D GrOQ== X-Gm-Message-State: ALyK8tKPWnX14Ve09/DK5VvHEB2ZPtpxv/CNd6NQJKSVPJHnv2Dz4rQuN+n0tkiNXNakCw== X-Received: by 10.141.1.86 with SMTP id c83mr5759538qhd.12.1465236612830; Mon, 06 Jun 2016 11:10:12 -0700 (PDT) Received: from gmail.com (c-98-216-247-110.hsd1.ma.comcast.net. [98.216.247.110]) by smtp.gmail.com with ESMTPSA id 39sm5479950qgg.8.2016.06.06.11.10.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jun 2016 11:10:12 -0700 (PDT) Date: Mon, 6 Jun 2016 14:10:08 -0400 From: Randy Westlund To: freebsd-current@freebsd.org Subject: Port lang/gcc build fails on current Message-ID: <20160606181008.GA1325@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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, 06 Jun 2016 18:10:14 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I can't build lang/gcc on current, but it works fine on 10.3. I'm running r301482 after a full rebuild and nothing in /etc/make.conf. Any ideas? > c++ -c -O2 -pipe -DLIBICONV_PLUG -fno-strict-aliasing -DLIBICONV_PLUG -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wm > issing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/ports/lang/gcc/work/gcc-4.8.5/gcc -I/usr/ports > /lang/gcc/work/gcc-4.8.5/gcc/build -I/usr/ports/lang/gcc/work/gcc-4.8.5/gcc/../include -I/usr/ports/lang/gcc/work/gcc-4.8.5/gcc/../libcpp/include -DLIBICONV_PLUG \ > -o build/gencheck.o /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/gencheck.c > c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated > /bin/sh /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/../move-if-change tmp-gtype.state gtype.state > build/gengtype \ > -r gtype.state > In file included from /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/gencheck.c:23: > In file included from ./tm.h:16: > ./options.h:4293:3: error: redefinition of enumerator 'OPT_C' > OPT_C = 129, /* -C */ > ^ > ./options.h:4290:3: note: previous definition is here > OPT_C = 126, /* -C */ > ^ > ./options.h:4301:3: error: redefinition of enumerator 'OPT_d' > OPT_d = 137, /* -d */ > ^ > ./options.h:4299:3: note: previous definition is here > OPT_d = 135, /* -d */ > ^ [snip several more like it] > ./options.h:5183:3: error: redefinition of enumerator 'OPT_v' > OPT_v = 1019, /* -v */ > ^ > ./options.h:5181:3: note: previous definition is here > OPT_v = 1017, /* -v */ > ^ > fatal error: too many errors emitted, stopping now [-ferror-limit=] > 20 errors generated. > Makefile:3840: recipe for target 'build/gencheck.o' failed > gmake[4]: *** [build/gencheck.o] Error 1 > gmake[4]: *** Waiting for unfinished jobs.... > echo timestamp > s-gtype > /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/doc/passes.texi:7: warning: node next `Passes' in menu `GENERIC' and in sectioning `RTL' differ > /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/doc/rtl.texi:5: warning: node next `RTL' in menu `Control Flow' and in sectioning `GENERIC' differ > /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/doc/rtl.texi:5: warning: node prev `RTL' in menu `Tree SSA' and in sectioning `Passes' differ > /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/doc/generic.texi:9: warning: node prev `GENERIC' in menu `Passes' and in sectioning `RTL' differ > /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/doc/tree-ssa.texi:9: warning: node next `Tree SSA' in menu `RTL' and in sectioning `Loop Analysis and Representation' differ > /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/doc/loop.texi:10: warning: node next `Loop Analysis and Representation' in menu `Machine Desc' and in sectioning `Control Flow' differ > /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/doc/loop.texi:10: warning: node prev `Loop Analysis and Representation' in menu `Control Flow' and in sectioning `Tree SSA' differ > /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/doc/cfg.texi:10: warning: node next `Control Flow' in menu `Loop Analysis and Representation' and in sectioning `Machine Desc' differ > /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/doc/cfg.texi:10: warning: node prev `Control Flow' in menu `RTL' and in sectioning `Loop Analysis and Representation' differ > /usr/ports/lang/gcc/work/gcc-4.8.5/gcc/doc/md.texi:6: warning: node prev `Machine Desc' in menu `Loop Analysis and Representation' and in sectioning `Control Flow' differ > rm cpp.pod gfortran.pod gcc.pod > gmake[4]: Leaving directory '/usr/ports/lang/gcc/work/.build/gcc' > Makefile:3908: recipe for target 'all-gcc' failed > gmake[3]: *** [all-gcc] Error 2 > gmake[3]: Leaving directory '/usr/ports/lang/gcc/work/.build' > Makefile:856: recipe for target 'all' failed > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory '/usr/ports/lang/gcc/work/.build' > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer. > *** Error code 1 > Stop. > make[1]: stopped in /usr/ports/lang/gcc > *** Error code 1 > Stop. > make: stopped in /usr/ports/lang/gcc --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXVbyAAAoJEGaweXjzNsmpcTsIAMD22mZYHkBuQJl3+WNvgH2p f99OqHMCZOl/Jm9Y+yHS48HA70MSImw0eIGNFnSdl2dX6ncAa9plMaKJgH8BUrfI w7tyBunXUgwP3nfdvvYbz69hk7t0fAaJXVeerHRm3P2im8D9z9eImBZ+RKvq2lct uAW6WjZqnNOQRUO3ViKjca8nWvwkxixzz5zkfIuTmoEHqNCdBpanaypGT50bPf4h BAZCfJcYGHwFQQ7ozQKzKp7vu3fiXkIACo3r7oGTQNmOeQ9P4LLX7XgqN7XiaVTE 9h+P8Rktft8ddEO6mwEKVK/ec9u0xWa65eVGalGpy4OhHMcAhqLmbSptnxvcZ0k= =YkN4 -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI--