From owner-freebsd-current@FreeBSD.ORG Sat Jul 26 07:29:00 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6E7137B401 for ; Sat, 26 Jul 2003 07:29:00 -0700 (PDT) Received: from gewis.win.tue.nl (gewis.win.tue.nl [131.155.71.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46EEB43FBF for ; Sat, 26 Jul 2003 07:29:00 -0700 (PDT) (envelope-from pieterb@gewis.nl) Received: by gewis.win.tue.nl (Postfix, from userid 103) id 804BC210ED; Sat, 26 Jul 2003 16:28:59 +0200 (CEST) To: freebsd-current@freebsd.org Date: Sat, 26 Jul 2003 16:28:59 +0200 (CEST) From: PieterB X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20030726142859.804BC210ED@gewis.win.tue.nl> Subject: buildworld fails on FreeBSD5.0/i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: PieterB List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2003 14:29:01 -0000 Hi, I'm trying to upgrade my FreeBSD5.0 server to FreeBSD current. My "make buildworld" fails with the current CVS checkout during stage 3: cross tools. I use a GENERIC kernel on i386 and I followed the procedure as described in the FreeBSD handbook. Can anybody give me a clue how to fix this? Is this related to the recent gcc-upgrade? If so, can anybody tell me what CVS checkout of FreeBSD I should use if I'm not (yet) interested in gcc3.3? PieterB 8<---------------------------------------------------------------- [...] cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/ad3/freebsd5current/src/i386/usr\" -I/usr/obj/ad3/freebsd5current/src/i386/ad3/freebsd5current/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/ad3/freebsd5current/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/ad3/freebsd5current/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc -I/ad3/freebsd5current/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config -I/ad3/freebsd5current/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -I/usr/obj/ad3/freebsd5current/src/i386/legacy/usr/include -c /ad3/freebsd5current/src/contrib/gcc/cp/cp-lang.c In file included from /ad3/freebsd5current/src/contrib/gcc/cp/cp-lang.c:168: /ad3/freebsd5current/src/contrib/gcc/cp/tree.def:35: excess elements in char array initializer /ad3/freebsd5current/src/contrib/gcc/cp/tree.def:35: (near initialization for `tree_code_type') [...] /ad3/freebsd5current/src/contrib/gcc/cp/cp-lang.c:169: excess elements in struct initializer /ad3/freebsd5current/src/contrib/gcc/cp/cp-lang.c:169: (near initialization for `tree_code_type') In file included from /ad3/freebsd5current/src/contrib/gcc/cp/cp-lang.c:170: /ad3/freebsd5current/src/contrib/gcc/c-common.def:29: excess elements in struct initializer /ad3/freebsd5current/src/contrib/gcc/c-common.def:29: (near initialization for `tree_code_type') [...] /ad3/freebsd5current/src/contrib/gcc/c-common.def:119: excess elements in struct initializer /ad3/freebsd5current/src/contrib/gcc/c-common.def:119: (near initialization for `tree_code_type') /ad3/freebsd5current/src/contrib/gcc/cp/cp-lang.c:171: excess elements in struct initializer /ad3/freebsd5current/src/contrib/gcc/cp/cp-lang.c:171: (near initialization for `tree_code_type') In file included from /ad3/freebsd5current/src/contrib/gcc/cp/cp-lang.c:172: /ad3/freebsd5current/src/contrib/gcc/cp/cp-tree.def:45: excess elements in struct initializer /ad3/freebsd5current/src/contrib/gcc/cp/cp-tree.def:45: (near initialization for `tree_code_type') [...] /ad3/freebsd5current/src/contrib/gcc/cp/cp-tree.def:283: excess elements in struct initializer /ad3/freebsd5current/src/contrib/gcc/cp/cp-tree.def:283: (near initialization for `tree_code_type') *** Error code 1 Stop in /ad3/freebsd5current/src/gnu/usr.bin/cc/cc1plus. *** Error code 1 Stop in /ad3/freebsd5current/src/gnu/usr.bin/cc. *** Error code 1 Stop in /ad3/freebsd5current/src. *** Error code 1 Stop in /ad3/freebsd5current/src. *** Error code 1 Stop in /ad3/freebsd5current/src. -- http://zwiki.org/PieterB