From owner-freebsd-ports@FreeBSD.ORG Thu Feb 26 20:27:50 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A956916A4CE for ; Thu, 26 Feb 2004 20:27:50 -0800 (PST) Received: from priv-edtnes03-hme0.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6545C43D31 for ; Thu, 26 Feb 2004 20:27:50 -0800 (PST) (envelope-from cpressey@catseye.mine.nu) Received: from catseye.biscuit.boo ([206.116.63.24]) by priv-edtnes03-hme0.telusplanet.netSMTP <20040227042749.PMBI17525.priv-edtnes03-hme0.telusplanet.net@catseye.biscuit.boo>; Thu, 26 Feb 2004 21:27:49 -0700 Date: Thu, 26 Feb 2004 20:32:56 -0800 From: Chris Pressey To: freebsd-ports@freebsd.org Message-Id: <20040226203256.0d7d8d2a.cpressey@catseye.mine.nu> In-Reply-To: <5B7D5E8E-68DB-11D8-BB2E-000A95C56D6A@dinda.com> References: <5B7D5E8E-68DB-11D8-BB2E-000A95C56D6A@dinda.com> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: jim@dinda.com Subject: Re: problem with XFree86-4-libraries port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 04:27:50 -0000 On Thu, 26 Feb 2004 20:13:54 -0800 Jim Dinda wrote: > I am new to FreeBSD and the ports system ... but I think I have things > pretty much figured out ... I am having one big problem right now that > has been very frustrating. > > I can't get the XFree86-4-libraries port to compile. I have noticed > other people having the same problem but I have not seen any > solutions. I had a similar problem not too long ago, and IIRC it was because I had conflicting versions (or just the wrong version?) of imake installed. What is the output of pkg_info | grep imake ? -Chris