From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 05:06:23 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E16FC9F for ; Wed, 8 Oct 2014 05:06:23 +0000 (UTC) Received: from fmailer.gwdg.de (fmailer.gwdg.de [134.76.11.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2543618 for ; Wed, 8 Oct 2014 05:06:22 +0000 (UTC) Received: from um-excht-a01.um.gwdg.de ([134.76.11.221] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.80) (envelope-from ) id 1XbjS1-0003cf-SI; Wed, 08 Oct 2014 07:06:13 +0200 Received: from pc028.nfv (134.76.242.1) by email.gwdg.de (134.76.9.210) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 8 Oct 2014 07:06:13 +0200 Message-ID: <5434C641.4020209@gwdg.de> Date: Wed, 8 Oct 2014 07:06:09 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Erich Dollansky , Subject: Re: py-setuptools27 conflicts with itself References: <20141008113509.230ea79f@X220.alogt.com> In-Reply-To: <20141008113509.230ea79f@X220.alogt.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Level: - X-Virus-Scanned: (clean) by clamav X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 05:06:23 -0000 Am 08.10.2014 um 05:35 schrieb Erich Dollansky: > Hi, > > I just updated my ports tree a few minutes ago and tried to > install /usr/ports/devel/py-setuptools27 > > This is what I get: > > ===> Registering installation for py27-setuptools27-5.5.1 > pkg-static: py27-setuptools27-5.5.1 conflicts with > py27-setuptools-5.5.1 (installs files into the same place). > Problematic > file: /usr/local/lib/python2.7/site-packages/easy-install.pth.dist *** > Error code 70 > > Stop. > make: stopped in /usr/ports/devel/py-setuptools27 > > How can a port conflict with itself? > > Should I deinstall it? I do not want to risk this without some kind of > confirmation. > > Erich It is only almost the same. py27-setuptools27 conflicts with py27-setuptools (take care of the '27' after setuptools). There had been a slight change in the near past. For me, it helped to change the origin and update again. Eventually it is also necessary to delete the old version py27-setuptools before. portmaster -o devel/py-setuptools27 py27-setuptools-5.5.1 or something like this should do it. Regards, Rainer Hurling