From owner-freebsd-current@FreeBSD.ORG Mon Nov 27 18:13:06 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 753D016A40F for ; Mon, 27 Nov 2006 18:13:06 +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 5569943E17 for ; Mon, 27 Nov 2006 17:43:53 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kARHiD7c007479 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 27 Nov 2006 19:44:20 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kARHhuDj008007 for ; Mon, 27 Nov 2006 19:43:57 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kARHhu8o008005 for freebsd-current@freebsd.org; Mon, 27 Nov 2006 19:43:56 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 27 Nov 2006 19:43:55 +0200 From: Giorgos Keramidas To: freebsd-current@freebsd.org Message-ID: <20061127174355.GA7969@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.436, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.76, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Subject: Is HEAD broken in rescue/ or am I being silly? 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: Mon, 27 Nov 2006 18:13:06 -0000 I haven't been able to build HEAD since a couple of days. The breakage is now in src/rescue/ and it stops at: /home/build/src/bin/sh/arith.y:146: error: `arith_val' undeclared (first use in this function) /home/build/src/bin/sh/arith.y:153: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:157: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:159: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:159: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:163: error: syntax error before "value" /home/build/src/bin/sh/arith.y:165: error: `value' undeclared (first use in this function) /home/build/src/bin/sh/arith.y:165: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:168: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:172: error: syntax error before "value" /home/build/src/bin/sh/arith.y:174: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:177: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:181: error: syntax error before "value" /home/build/src/bin/sh/arith.y:183: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:186: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:190: error: syntax error before "value" /home/build/src/bin/sh/arith.y:192: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:195: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:198: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:202: error: syntax error before "value" /home/build/src/bin/sh/arith.y:204: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:207: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:210: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:214: error: syntax error before "value" /home/build/src/bin/sh/arith.y:216: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:219: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:223: error: syntax error before "value" /home/build/src/bin/sh/arith.y:225: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:228: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:232: error: syntax error before "value" /home/build/src/bin/sh/arith.y:234: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:237: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:241: error: syntax error before "value" /home/build/src/bin/sh/arith.y:243: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:246: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:250: error: syntax error before "value" /home/build/src/bin/sh/arith.y:252: error: union has no member named `l_value' /home/build/src/bin/sh/arith.y:255: error: union has no member named `l_value' Is this a known issue, or am I doing something silly? My /etc/make.conf file contains: % # cat -n /etc/make.conf % 1 CPUTYPE?= i686 % 2 NO_CPU_CFLAGS= true # Don't add -march= to CFLAGS automatically % 3 NO_CPU_COPTFLAGS= true # Don't add -march= to COPTFLAGS automatically % 4 % 5 CFLAGS?= -O -pipe % 6 COPTFLAGS?= -O -pipe % 7 % 8 BOOTWAIT= 0 % 9 PRINTERDEVICE= ascii % 10 % 11 DOC_LANG= en_US.ISO8859-1 el_GR.ISO8859-7 % 12 % 13 SENDMAIL_MC= /etc/mail/kobe.mc % 14 SENDMAIL_SUBMIT_MC= /etc/mail/kobe.submit.mc % 15 % 16 SENDMAIL_CFLAGS= -I/usr/local/include -DSASL=2 % 17 SENDMAIL_LDFLAGS= -L/usr/local/lib % 18 SENDMAIL_LDADD= -lsasl2 % 19 % 20 XFREE86_VERSION?= 4 % 21 % 22 # When fetching distfiles, try to continue failed or interrupted transfers. % 23 FETCH_CMD?= /usr/bin/fetch -A -r -R % 24 % 25 DEBUG_FLAGS?= -g % 26 % 27 # added by use.perl 2006-10-31 21:47:35 % 28 PERL_VER=5.8.8 % 29 PERL_VERSION=5.8.8 % #