From owner-freebsd-questions@FreeBSD.ORG Thu Dec 27 17:27:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F27D316A417 for ; Thu, 27 Dec 2007 17:27:05 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 1882D13C478 for ; Thu, 27 Dec 2007 17:27:02 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (ppp1-119.pat.forthnet.gr [213.16.208.119]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lBRHQbSs012518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 27 Dec 2007 19:26:46 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lBRHQa6f006294 for ; Thu, 27 Dec 2007 19:26:36 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lBRHPfJl006289; Thu, 27 Dec 2007 19:25:41 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 27 Dec 2007 19:25:41 +0200 From: Giorgos Keramidas To: Bernt Hansson Message-ID: <20071227172540.GA5858@kobe.laptop> References: <4771E7FD.6030908@bah.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4771E7FD.6030908@bah.homeip.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.081, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.32, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Buildworld RELENG_7 problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 17:27:06 -0000 On 2007-12-26 06:34, Bernt Hansson wrote: > Hello! > > I'v got a bit of a problem upgrading from FreeBSD 7.0-BETA2 #0 > to any later version. > This is the error I get: > > > gtyp-gen.h > echo "NULL};" >> gtyp-gen.h > echo "static const char * const lang_dir_names[] = {" >> gtyp-gen.h > echo "\"c\", " >> gtyp-gen.h > echo "\"cp\", " >> gtyp-gen.h > echo "\"objc\", " >> > gtyp-gen.h > echo "NULL};" >> gtyp-gen.h > cc -O2 -fno-strict-aliasing -pipe -I. -DIN_GCC -DHAVE_CONFIG_H > -DPREFIX=\"/usr\" -I/usr/obj/usr/sr > c/gnu/usr.bin/cc/cc_tools/../cc_tools > -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gn > u/usr.bin/cc/cc_tools/../../../../contrib/gcc > -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contr > ib/gcc/config > -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/include > -I/usr/src/gn > u/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libcpp/include > -I/usr/src/gnu/usr.bin/cc/cc_tool > s/../../../../contrib/gcclibs/libdecnumber -g -DGENERATOR_FILE > -DHAVE_CONFIG_H -I/usr/obj/usr/src > /tmp/legacy/usr/include -c > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gengtype.c > In file included from ./tm.h:4, > from > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gengtype.c:24: > ./options.h:901: error: redeclaration of enumerator 'OPT_w' > ./options.h:899: error: previous definition of 'OPT_w' was here > *** Error code 1 Hi Bernt, Are you using a non-POSIX locale (i.e. LANG, LC_ALL and friends)?