Date: Sun, 6 Oct 2002 08:21:05 -0700 From: Adam Kranzel <adam@blacktabby.org> To: freebsd-current@FreeBSD.org Cc: kris@obsecurity.org, wsk@mail.gddsn.org.cn Subject: Re: make linux_base error during rpm Message-ID: <20021006082105.74705cf0.adam@blacktabby.org> In-Reply-To: <20021005212832.12c1486e.adam@blacktabby.org> References: <3D9F93CD.4030207@mail.gddsn.org.cn> <20021006031251.GA71740@xor.obsecurity.org> <20021005203648.3d608d8d.adam@blacktabby.org> <20021006042707.GB73106@xor.obsecurity.org> <20021005212832.12c1486e.adam@blacktabby.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 5 Oct 2002 21:28:32 -0700 Adam Kranzel <adam@blacktabby.org> wrote: > On Sat, 5 Oct 2002 21:27:07 -0700 > Kris Kennaway <kris@obsecurity.org> wrote: > > > On Sat, Oct 05, 2002 at 08:36:48PM -0700, Adam Kranzel wrote: > > > > > It has been committed, and makes it build just fine for me... > > > > OK, ignore my previous mail then. > > > > Kris > > > > I'm doing some testing, and will report back in a bit. It's possible > I have something weird going on that's making it work. > > -Adam > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > It works just fine for me (I cleaned out my ports tree first, to make sure I had no extra files laying around). Are you sure you have a clean /usr/include? I've seen some really weird faliures from having outdated include files (lots of things changed/moved with the upgrades of the system compiler to GCC 3.1 and then 3.2). It's safe to remove /usr/include/* just before an installworld (as far as I can tell), so you could buildworld, remove everything in /usr/include (I'd actually cuggest moving it somewhere else, in case you need it back), installworld, and try building the port again. You should also be able to remove everything in /usr/include then "make installincludes" in /usr/src, though I've had trouble with that before (probably pilot error though). If I think of anything else I'll let you know. -Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021006082105.74705cf0.adam>