Date: Thu, 7 Nov 2002 12:09:43 -0600 From: Chris Pressey <cpressey@catseye.mb.ca> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 30 Oct 2002 08:11:34 +0000 Matthew Seaman <m.seaman@infracaninophile.co.uk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021107120943.2877200d.cpressey>