From owner-freebsd-current Sun Oct 6 8:21:12 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 127EC37B401 for ; Sun, 6 Oct 2002 08:21:11 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D0B43E42 for ; Sun, 6 Oct 2002 08:21:10 -0700 (PDT) (envelope-from adam@blacktabby.org) Received: from emmenthaler.blacktabby.org ([12.240.109.159]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021006152109.XGMW27763.sccrmhc02.attbi.com@emmenthaler.blacktabby.org>; Sun, 6 Oct 2002 15:21:09 +0000 Received: from cheshire.blacktabby.org (cheshire.blacktabby.org [192.168.1.198]) by emmenthaler.blacktabby.org (Postfix) with SMTP id AC1C83AF0; Sun, 6 Oct 2002 08:21:07 -0700 (PDT) Date: Sun, 6 Oct 2002 08:21:05 -0700 From: Adam Kranzel 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> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 5 Oct 2002 21:28:32 -0700 Adam Kranzel wrote: > On Sat, 5 Oct 2002 21:27:07 -0700 > Kris Kennaway 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