From owner-freebsd-current Tue Feb 4 4:24:44 2003 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 1FD3537B401; Tue, 4 Feb 2003 04:24:43 -0800 (PST) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6372B43F3F; Tue, 4 Feb 2003 04:24:32 -0800 (PST) (envelope-from Alexander@Leidinger.net) Received: from fwd08.sul.t-online.de by mailout05.sul.t-online.com with smtp id 18g27r-00044o-08; Tue, 04 Feb 2003 13:24:31 +0100 Received: from Andro-Beta.Leidinger.net (520065502893-0001@[217.229.213.149]) by fmrl08.sul.t-online.com with esmtp id 18g27j-0DjLPsC; Tue, 4 Feb 2003 13:24:23 +0100 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) by Andro-Beta.Leidinger.net (8.12.6/8.12.6) with ESMTP id h14COLbL087131; Tue, 4 Feb 2003 13:24:21 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.6/8.12.6) with SMTP id h14COL3d009463; Tue, 4 Feb 2003 13:24:21 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Tue, 4 Feb 2003 13:24:21 +0100 From: Alexander Leidinger To: current@freebsd.org, obrien@freebsd.org Subject: Re: Missing semicolon in generated insn-recog.c file. Message-Id: <20030204132421.26622b18.Alexander@Leidinger.net> In-Reply-To: <20030203185946.533e3731.Alexander@Leidinger.net> References: <20030203185946.533e3731.Alexander@Leidinger.net> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Sender: 520065502893-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 3 Feb 2003 18:59:46 +0100 Alexander Leidinger wrote: > I tried a buildworld yesterday and today, and I got: > ---snip--- > gcc -I/big/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DHAVE_C > ONFIG_H -DTARGET_NAME=\"i386-undermydesk-freebsd\" -DIN_GCC -c insn-recog.c -o > insn-recog.o > insn-recog.c: In function `split_2': > insn-recog.c:52213: syntax error before "x3" > insn-recog.c:52209: label `L9903' used but not defined > *** Error code 1 > > Stop in /big/usr/src/gnu/usr.bin/cc/cc_int. > *** Error code 1 > ---snip--- > > It complains about compiling > /usr/obj/.../gnu/usr.bin/cc/cc_int/insn-recog.c which seems to be > generated (it wouldn't life in /usr/obj if it isn't generated, isn't > it). There's a missing semicolon after a goto command. > > I don't use NOCLEAN, so there's something wrong with /usr/src, isn't it? I deleted my /usr/obj by hand and now the buildworld succeeds, so there's a dependency missing somewhere in the gcc bits. Bye, Alexander. -- Where do you think you're going today? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message