From owner-freebsd-questions Thu Nov 7 10:13:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24D1837B401 for ; Thu, 7 Nov 2002 10:13:18 -0800 (PST) Received: from kallisti.mine.nu (h24-70-180-74.wp.shawcable.net [24.70.180.74]) by mx1.FreeBSD.org (Postfix) with SMTP id E619A43E75 for ; Thu, 7 Nov 2002 10:13:16 -0800 (PST) (envelope-from catseye@kallisti.mine.nu) Received: (qmail 16044 invoked by uid 1001); 7 Nov 2002 18:09:43 -0000 Date: Thu, 7 Nov 2002 12:09:43 -0600 From: Chris Pressey To: freebsd-questions@FreeBSD.ORG Subject: Re: make buildworld fails Message-Id: <20021107120943.2877200d.cpressey@catseye.mb.ca> In-Reply-To: <20021030081134.GA49354@happy-idiot-talk.infracaninophi> References: <20021029033143.7c01a0b7.cpressey@catseye.mb.ca> <20021029112907.GB4480@happy-idiot-talk.infracaninophi> <20021029064730.2637b4e2.cpressey@catseye.mb.ca> <20021029142839.GF4480@happy-idiot-talk.infracaninophi> <20021029192615.69e3bb31.cpressey@catseye.mb.ca> <20021030081134.GA49354@happy-idiot-talk.infracaninophi> Organization: Cat's Eye Technologies, http://www.catseye.mb.ca/ X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 30 Oct 2002 08:11:34 +0000 Matthew Seaman wrote: > I think it's worth trying NO_OPENSSH=true in /etc/make.conf together > with your C_INCLUDE_PATH thing to see if you can get to the end of the > buildworld process. If you can get the rest of the system up to > 4.7-STABLE, you should have no trouble compiling normally. Means two > buildworld cycles to get everything up to date, I'm afraid. > > Cheers, > > Matthew Good news - I finally got make buildworld to build. I had to add /usr/src/include:/usr/src/sys to the beginning of my C_INCLUDE_PATH. I also had to remove several libraries from /usr/lib/*, and replace them with copies from /usr/src/*, so that symbols could resolve. Apparently it was trying to build using my existing include files and library files, when they are clearly insufficient, older versions. I have no idea why it was trying to do this, but hopefully after the second build cycle it will revert to the old correct behaviour. I'm about to try building and installing the kernel, and I'll post a second followup after the dust has cleared. Thanks once again to everyone for their help. -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message