From owner-freebsd-ports@freebsd.org Tue Dec 1 07:15:49 2015 Return-Path: Delivered-To: freebsd-ports@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 A131BA3DC42 for ; Tue, 1 Dec 2015 07:15:49 +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 62CCE1910 for ; Tue, 1 Dec 2015 07:15:49 +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-ports@freebsd.org with esmtp (envelope-from ) id <1a3fAB-000cuy-9u>; Tue, 01 Dec 2015 08:15:47 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1a3fAB-000GTD-2K>; Tue, 01 Dec 2015 08:15:47 +0100 Date: Tue, 1 Dec 2015 08:15:41 +0100 From: "O. Hartmann" To: freebsd-ports Subject: lang/gcc: on CURRENT build fails with ./options.h:4301:3: error: redefinition of enumerator 'OPT_d' Message-ID: <20151201081541.38f0aaba@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; 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-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2015 07:15:49 -0000 Can not update/build lang/gcc on CURRENT, see error message below. Tried with and without bootstrap and also delete packages related to lang/gcc to ensure no disturbing remnants are left over. [...] echo timestamp > s-options /usr/bin/awk -f .././../gcc-4.8.5/gcc/opt-functions.awk -f .././../gcc-4.8.5/gcc/opt-read.awk \ -f .././../gcc-4.8.5/gcc/opth-gen.awk \ < optionlist > tmp-options.h /usr/bin/awk -f .././../gcc-4.8.5/gcc/opt-functions.awk -f .././../gcc-4.8.5/gcc/opt-read.awk \ -f .././../gcc-4.8.5/gcc/optc-save-gen.awk \ -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.c /usr/bin/awk -f .././../gcc-4.8.5/gcc/opt-functions.awk -f .././../gcc-4.8.5/gcc/opt-read.awk \ -f .././../gcc-4.8.5/gcc/optc-gen.awk \ -v header_name="config.h system.h coretypes.h options.h tm.h" < optionlist > options.c /bin/sh .././../gcc-4.8.5/gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h build/gengtype \ -S .././../gcc-4.8.5/gcc -I gtyp-input.list -w tmp-gtype.state c++ -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I.././../gcc-4.8.5/gcc -I.././../gcc-4.8.5/gcc/build -I.././../gcc-4.8.5/gcc/../include -I.././../gcc-4.8.5/gcc/../libcpp/include -DLIBICONV_PLUG \ -o build/gencheck.o .././../gcc-4.8.5/gcc/gencheck.c c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated In file included from .././../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 */ ^ ./options.h:4302:3: error: redefinition of enumerator 'OPT_D' OPT_D = 138, /* -D */ ^ ./options.h:4300:3: note: previous definition is here OPT_D = 136, /* -D */ ^ ./options.h:4305:3: error: redefinition of enumerator 'OPT_d' OPT_d = 141, /* -d */