From owner-freebsd-stable@FreeBSD.ORG Wed Nov 16 12:57:47 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69FC116A430 for ; Wed, 16 Nov 2005 12:57:47 +0000 (GMT) (envelope-from andyfraser@apfraser.co.uk) Received: from mail.linuxuser.org.uk (213-152-59-115.dsl.eclipse.net.uk [213.152.59.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8198043D45 for ; Wed, 16 Nov 2005 12:57:45 +0000 (GMT) (envelope-from andyfraser@apfraser.co.uk) Received: from localhost (mantis.linuxuser.org.uk [127.0.0.1]) by mail.linuxuser.org.uk (Postfix) with ESMTP id 6101A21907 for ; Wed, 16 Nov 2005 12:57:44 +0000 (GMT) Received: from mail.linuxuser.org.uk ([127.0.0.1]) by localhost (mantis.linuxuser.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08447-02 for ; Wed, 16 Nov 2005 12:57:38 +0000 (GMT) Received: from wasp.linuxuser.org.uk (wasp.linuxuser.org.uk [192.168.0.10]) by mail.linuxuser.org.uk (Postfix) with ESMTP id F1D9E21905 for ; Wed, 16 Nov 2005 12:57:37 +0000 (GMT) From: Andy Fraser To: freebsd-stable@freebsd.org Date: Wed, 16 Nov 2005 12:57:37 +0000 User-Agent: KMail/1.8.1 References: <20051116032616.GA92903@ns.museum.rain.com> In-Reply-To: <20051116032616.GA92903@ns.museum.rain.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511161257.37461.andyfraser@apfraser.co.uk> X-Virus-Scanned: by amavisd-new (Gentoo) at linuxuser.org.uk Subject: Re: xorg-clients conflicts with xterm (patch) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2005 12:57:47 -0000 On Wednesday 16 Nov 2005 3:26 am, James Long wrote: > After hours of head-banging over the past couple of days, > I have finally succeeded in installing EITHER > xorg-clients-6.8.2_1 OR xterm-206_1. Previously, > installing either port told me that it conflicted > with the other, in spite of having cvsupped my > ports tree twice to ensure I was getting the most > recent version of the ports, hopefully including a > fix to the chicken-and-egg problem noted in > /usr/ports/UPDATING I had a similar problem. xterm-206_1 conflicted with xorg-clients-6.8.2_1. portmanager suggested removing xorg-clients after which xterm installed but xorg-clients wouldn't build anymore[1]. Some Googling suggested that the nVidia driver port (I don't know whether you're using this or not) replaced glx.h causing the xorg-clients to fail (unchecked) and reinstalling xorg-libraries would fix it. This worked for me. I'm not sure whether you're having the same problem or not but I thought I'd mention this just in case. [1] I also had this problem with 5.4-STABLE but to get around it there I installed a binary package to save time. -- Andy Fraser.