From owner-freebsd-current@FreeBSD.ORG Sat Jul 21 03:46:11 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32DEA16A417 for ; Sat, 21 Jul 2007 03:46:11 +0000 (UTC) (envelope-from lance.myatt@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id AFA6513C45D for ; Sat, 21 Jul 2007 03:46:10 +0000 (UTC) (envelope-from lance.myatt@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so929006uge for ; Fri, 20 Jul 2007 20:46:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qbuzUeVOloo1FxaECsx9zXO2A64kgVomjOrjJITbRNj8FXzO8CeRK66IPzxLFDyErmT2T1rI9rNM3BAc+EN99SHgm7RacmRpookInjRMG+U0W3yxuJJQstT/27xBgdZNHcboEM7JgXMf1eAvi/VzlvJKUXkjjweJGhMzEX5rDKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Z7tD4NWInVDFPbmnZJWCXealgc4ZML4ov7va8917ulvlGknZagfwtOYdT8i/TB07G/Tn7AiwL0b/dZNzt8kY9lp3TFLFIAznIQvK9WWqzdr3NR6gf01Y8fPz+DhtPgy2H2XL7xOrIKKM1vkI8zRpcGaVj7Cyl4FnMIhGSo55R/s= Received: by 10.78.168.1 with SMTP id q1mr244348hue.1184988079811; Fri, 20 Jul 2007 20:21:19 -0700 (PDT) Received: by 10.78.205.14 with HTTP; Fri, 20 Jul 2007 20:21:19 -0700 (PDT) Message-ID: Date: Sat, 21 Jul 2007 13:21:19 +1000 From: "Lance Myatt" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: buildworld failing for csh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 21 Jul 2007 03:46:11 -0000 Hi all, I am attempting to upgrade from STABLE to CURRENT for the first time. However, buildworld fails just after the start of Stage 2.3, while building csh. I've tried deleting /usr/obj and deleting/retrieving the whole source tree again. Contents of make.conf: CPUTYPE?=pentium2 NO_PROFILE= Error log: cc -E -O1 -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' -DHAVE_ICONV -I/usr/obj/usr/src/tmp/legacy/usr/include /usr/src/bin/csh/../../contrib/tcsh/tc.const.c /usr/src/bin/csh/../../contrib/tcsh/sh.char.h /usr/src/bin/csh/config.h /usr/src/bin/csh/../../contrib/tcsh/config_f.h /usr/src/bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const | grep 'Char STR' | sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | sort >> tc.const.h In file included from /usr/src/bin/csh/config.h:235, from /usr/src/bin/csh/../../contrib/tcsh/sh.h:36, from /usr/src/bin/csh/../../contrib/tcsh/tc.const.c:33: /usr/src/bin/csh/../../contrib/tcsh/config_f.h:63:1: warning: "NLS" redefined In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:36, from /usr/src/bin/csh/../../contrib/tcsh/tc.const.c:33: /usr/src/bin/csh/config.h:180:1: warning: this is the location of the previous definition In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:366, from /usr/src/bin/csh/../../contrib/tcsh/tc.const.c:33: /usr/include/varargs.h:34:2: #error " is obsolete with this version of GCC." /usr/include/varargs.h:35:2: #error "Change your code to use instead." In file included from /usr/src/bin/csh/config.h:235: /usr/src/bin/csh/../../contrib/tcsh/config_f.h:63:1: warning: "NLS" redefined /usr/src/bin/csh/config.h:180:1: warning: this is the location of the previous definition cc -o gethost -L/usr/obj/usr/src/tmp/legacy/usr/lib -O1 -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' -DHAVE_ICONV -I/usr/obj/usr/src/tmp/legacy/usr/include /usr/src/bin/csh/../../contrib/tcsh/gethost.c In file included from /usr/src/bin/csh/config.h:235, from /usr/src/bin/csh/../../contrib/tcsh/sh.h:36, from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33: /usr/src/bin/csh/../../contrib/tcsh/config_f.h:63:1: warning: "NLS" redefined In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:36, from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33: /usr/src/bin/csh/config.h:180:1: warning: this is the location of the previous definition In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:366, from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33: /usr/include/varargs.h:34:2: #error " is obsolete with this version of GCC." /usr/include/varargs.h:35:2: #error "Change your code to use instead." In file included from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33: /usr/src/bin/csh/../../contrib/tcsh/sh.h:484: error: syntax error before '*' token In file included from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33: /usr/src/bin/csh/../../contrib/tcsh/sh.h:750: error: syntax error before "parintr" /usr/src/bin/csh/../../contrib/tcsh/sh.h:750: warning: data definition has no type or storage class /usr/src/bin/csh/../../contrib/tcsh/sh.h:751: error: syntax error before "parterm" /usr/src/bin/csh/../../contrib/tcsh/sh.h:751: warning: data definition has no type or storage class In file included from /usr/src/bin/csh/../../contrib/tcsh/tc.h:42, from /usr/src/bin/csh/../../contrib/tcsh/sh.h:1252, from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33: /usr/src/bin/csh/../../contrib/tcsh/tc.decls.h:90: error: syntax error before "alrmcatch" /usr/src/bin/csh/../../contrib/tcsh/tc.decls.h:90: warning: data definition has no type or storage class In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:1304, from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33: /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:45: error: syntax error before "pintr" /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:45: warning: data definition has no type or storage class /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:314: error: syntax error before "pchild" /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:314: warning: data definition has no type or storage class *** Error code 1 Stop in /usr/src/bin/csh. *** Error code 1