From owner-freebsd-x11@FreeBSD.ORG Fri Nov 26 20:10:39 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA58716A4CE for ; Fri, 26 Nov 2004 20:10:39 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981E443D5E for ; Fri, 26 Nov 2004 20:10:39 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id CBB291DD543; Fri, 26 Nov 2004 21:10:38 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 73008-12; Fri, 26 Nov 2004 21:10:37 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id D33151DD563; Fri, 26 Nov 2004 21:10:34 +0100 (CET) Received: from [192.168.10.30] (clj8-144.dial-up.arnes.si [194.249.52.144]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 9761C1C00729; Fri, 26 Nov 2004 21:10:33 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Fri, 26 Nov 2004 21:10:32 +0100 User-Agent: KMail/1.7.1 References: <41A5DC95.50401@iaindooley.com> In-Reply-To: <41A5DC95.50401@iaindooley.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411262110.32360.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: Iain Dooley Subject: Re: libXinerama configure error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2004 20:10:40 -0000 On Thursday 25 of November 2004 14:22, Iain Dooley wrote: > hi there, this is my first time reporting an error like this. is there > anything else i should provide? > > cheers > > iain You are trying to install a separate port of libXinerama library, which is already provided by XFree86-libraries-4.3.0_7 that you have installed. On the other hand, you've managed to install libXext-6.4.3 which should fail, since it conflicts with mentioned XFree86-libraries. The separate X11 libraries ports are meant as a replacement for 'monolithic' XFree86-libraries and xorg-libraries, but are not (yet) the recommended way to get X11 libraries. Having XFree86-libraries installed will fool libXinerama port into thinking that it already has it's dependencies, but since they are not the right ones, the configure will fail. Dejan