From owner-freebsd-x11@FreeBSD.ORG Wed Nov 16 22:24:34 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org 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 B9EAF16A41F for ; Wed, 16 Nov 2005 22:24:34 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF6243D45 for ; Wed, 16 Nov 2005 22:24:34 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 619A017B872; Wed, 16 Nov 2005 23:24:33 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 70027-10; Wed, 16 Nov 2005 23:24:25 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id C9B2E17B821; Wed, 16 Nov 2005 23:24:24 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 9FC4917033; Wed, 16 Nov 2005 23:24:24 +0100 (CET) From: Dejan Lesjak To: Andy Fawcett Date: Wed, 16 Nov 2005 23:24:22 +0100 User-Agent: KMail/1.8.3 References: <20051116032616.GA92903@ns.museum.rain.com> <200511170002.14208.andy@athame.co.uk> <200511170014.58776.andy@athame.co.uk> In-Reply-To: <200511170014.58776.andy@athame.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511162324.23848.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: freebsd-x11@freebsd.org, James Long Subject: Re: xorg-clients conflicts with xterm (patch) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2005 22:24:34 -0000 [freebsd-stable omitted] On Wednesday 16 of November 2005 23:14, Andy Fawcett wrote: > Argh! Correction below. > > On Thursday 17 November 2005 00:02, Andy Fawcett wrote: > > For an interesting variation, I have a totally up to date ports tree, > > with the latest versions of xterm and xorg-clients already installed: > > > > xterm-206_1 Terminal emulator for the X Window System > > xorg-clients-6.8.2_1 X client programs and related files from X.Org > > > > then, portupgrade -fp xterm xorg-clients > > ... > > ===> Installing for xterm-206_1 > > > > ===> xterm-206_1 conflicts with installed package(s): > > xorg-clients-6.8.2 > > > > They install files into the same place. > > Please remove them first with pkg_delete(1). > > *** Error code 1 > > > > Again, please note that xterm conflicts with the version of the > > clients it is supposed to work with. > > this should read "shows a conflict with a version of the port that is > not installed". > > > This is repeatable on 2 systems > > I have tried so far, 5.4-RELEASE/i386 and 6.0-STABLE/amd64. It's indeed interesting. I can't seem to reproduce it. Is your pkgdb in good shape - does running 'pkgdb -F' complain about duplicate origins? Dejan