From owner-freebsd-hackers Thu Jul 6 18:46: 3 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with SMTP id F32D637BC0F for ; Thu, 6 Jul 2000 18:45:53 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 43891 invoked by uid 1000); 7 Jul 2000 01:45:50 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Jul 2000 01:45:50 -0000 Date: Thu, 6 Jul 2000 20:45:50 -0500 (CDT) From: Mike Silbersack To: Doug Barton Cc: hackers@freebsd.org, stable@freebsd.org Subject: Re: [Fwd: Re: Cant build 3.5-stable?] In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, the problem seems to stem from the fact that if I do a buildworld, I get the following: achilles# vi /usr/obj/usr/src/lib/libfetch/fetch_err.h /* Generated from /usr/src/lib/libfetch/fetch_err.et */ #ifndef __fetch_err_h__ #define __fetch_err_h__ #include void initialize_ftch_error_table_r(struct et_list **); void initialize_ftch_error_table(void); #define init_ftch_err_tbl initialize_ftch_error_table typedef enum ftch_error_number{ ERROR_TABLE_BASE_ftch = -2098765312, ftch_err_base = -2098765312, FETCH_ABORT = -2098765312, FETCH_AUTH = -2098765311, FETCH_DOWN = -2098765310, FETCH_EXISTS = -2098765309, FETCH_FULL = -2098765308, FETCH_INFO = -2098765307, FETCH_MEMORY = -2098765306, (etc) You may note that this differs greatly from what you get if you just go into /usr/src/lib/libfetch and make clean ; make. Anyone with a better knowledge of the buildworld process have any ideas? Mike "Silby" Silbersack On Thu, 6 Jul 2000, Mike Silbersack wrote: > The problem seems to stem from a corrupt > /usr/obj/usr/src/lib/libfetch/fetch_err.h > > If I manually delete it and make from the libfetch directory, it seems > to be created properly. > > So, I have two lingering questions: > > 1. Did the tools used to create the file change? As far as I can tell, > libfetch itself did _not_ change from 3.4 to 3.5. > > 2. Why isn't the file auto-cleaned? > > On the other hand, I haven't run a full buildworld yet, so it could be > something else in the build process casuing the problem. Details after it > finishes. > > Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message