From owner-freebsd-stable Thu Jul 6 13:52:34 2000 Delivered-To: freebsd-stable@freebsd.org Received: from front001.cluster1.charter.net (24-216-159-200.hsacorp.net [24.216.159.200]) by hub.freebsd.org (Postfix) with ESMTP id EB76D37B643 for ; Thu, 6 Jul 2000 13:52:28 -0700 (PDT) (envelope-from duhring@charter.net) Received: from [24.217.4.31] (HELO foo) by front001.cluster1.charter.net (CommuniGate Pro SMTP 3.2.4) with SMTP id 12785777; Thu, 06 Jul 2000 16:52:27 -0400 From: David Uhring To: Forrest Aldrich , freebsd-stable@freebsd.org Subject: Re: 4.0 Stable Compile Failure Date: Thu, 6 Jul 2000 20:52:31 -0500 X-Mailer: KMail [version 1.1.50] Content-Type: text/plain References: <4.3.2.7.2.20000706135041.00bff100@64.20.73.233> In-Reply-To: <4.3.2.7.2.20000706135041.00bff100@64.20.73.233> MIME-Version: 1.0 Message-Id: <00070620523100.08450@foo> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 06 Jul 2000, Forrest Aldrich wrote: > This still appears to be broken. I've done a "make clean" in /usr/src > just to be certain, and this is still generating an error: > > ===> libfetch > compile_et /usr/src/lib/libfetch/fetch_err.et > cc -nostdinc -O -pipe -I. -Wall -pedantic -DNDEBUG > -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libfetch/fetch.c -o > fetch.o In file included from /usr/src/lib/libfetch/fetch.h:34, > from /usr/src/lib/libfetch/fetch.c:39: > fetch_err.h:6: com_right.h: No such file or directory > In file included from /usr/src/lib/libfetch/fetch.h:34, > from /usr/src/lib/libfetch/fetch.c:39: > fetch_err.h:8: warning: `struct et_list' declared inside parameter list > fetch_err.h:8: warning: its scope is only this definition or declaration, > fetch_err.h:8: warning: which is probably not what you want. > *** Error code 1 > > Stop. > *** Error code 1 > > > Is this going to be fixed, or is there another problem? > > > > _F Suggest you look at the file with an editor like kwrite which will color the text by syntax. I've several times found ???.c files that had one character converted to something else, either in TCP/IP transmission or tar -zxpf from the CD or maybe the file is corrupted in the repository. For instance, one time, make reported a missing endif; it was caused by a /* xxxxxxx */ showing up as /* xxxxxxx j/. Last night when I tried a make buildworld again, make reported a syntax error before '(' in line 121 of /usr/src/lib/libc/regex/regcomp.c. Where a space should have been was an extraneous '('. Changed it to a space and made buildworld just fine. Dave > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message