From owner-freebsd-questions@FreeBSD.ORG Fri Feb 15 07:58:01 2008 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 2D7F516A418 for ; Fri, 15 Feb 2008 07:58:01 +0000 (UTC) (envelope-from nollan@phreaker.net) Received: from ec.se (bowser.ec.se [213.88.243.12]) by mx1.freebsd.org (Postfix) with ESMTP id AA52813C47E for ; Fri, 15 Feb 2008 07:58:00 +0000 (UTC) (envelope-from nollan@phreaker.net) Received: from freebsd1.opt.se by ec.se (MDaemon PRO v9.6.4) with ESMTP id md50000702286.msg for ; Fri, 15 Feb 2008 08:40:31 +0100 X-Spam-Processed: ec.se, Fri, 15 Feb 2008 08:40:31 +0100 (not processed: message from trusted or authenticated source) X-Authenticated-Sender: jgr748@ec.se X-MDRemoteIP: 213.88.243.32 X-Return-Path: nollan@phreaker.net X-Envelope-From: nollan@phreaker.net X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Date: Fri, 15 Feb 2008 10:05:03 +0100 From: nollan To: freebsd-questions@freebsd.org Message-ID: <20080215100503.3276fa2c@freebsd1.opt.se> Organization: - X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MDAV-Processed: ec.se, Fri, 15 Feb 2008 08:40:31 +0100 Subject: buildworld failes on 7.0-RC1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nollan@phreaker.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 07:58:01 -0000 Hi all, I get a buildworld error on 7.0-RC1, and I'd appreciate some help. I've tried the following: ------------------------- * Built w/o /etc/make.conf * 'rm /usr/obj/*' - 'rm /usr/src/*' * Tried RELENG_7 and RELENG_7_0. * Done 'mergemaster -p' before build. My 'uname -a': -------------- fbsdlap# uname -a FreeBSD fbsdlap.opt.se 7.0-RC1 FreeBSD 7.0-RC1 #0: Mon Dec 24 12:18:24 UTC 2007 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 fbsdlap# Here is the error I get: ------------------------ ===> gnu/lib/csu (all) cc -O2 -fno-strict-aliasing -pipe -DIN_GCC -DHAVE_LD_EH_FRAME_HDR -DDT_CONFIG -D__GLIBC__=3 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-zero-initialized-in-bss -fno-toplevel-reorder -I/usr/src/gnu/lib/csu/../../../contrib/gcclibs/include -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I/usr/src/gnu/lib/csu/../../../contrib/gcc -I. -I/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools -std=gnu89 -g0 -DCRT_BEGIN -c -o crtbegin.o /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c In file included from ./tm.h:4, from /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:70: ./options.h:891: error: redeclaration of enumerator 'OPT_w' ./options.h:889: error: previous definition of 'OPT_w' was here *** Error code 1 S top in /usr/src/gnu/lib/csu. *** Error code 1 Stop in /usr/src/gnu/lib. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.