From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 05:16:18 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 C51EAEAA for ; Wed, 8 Oct 2014 05:16:18 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (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 9F9B774F for ; Wed, 8 Oct 2014 05:16:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=j9Qtx6b0vPARnxDWS/8gkPi7dN9ETQ5rkFmMoqysi3k=; b=q6tVFe4qBTf1opbQaRPLLf4SpNv15cANnXfgW/tztjGI2B6vfdc27fZ7GqtW8O9aCnYxDcmZmiodyQexXyA64OoRY3V9vzkM05VwYdIwBBRfQVrqMl07wAzMZRZft8GA2s+fcmQu68nuciMTc9DZVFeURss/ADQfc4qlVkTDqrg=; Received: from [182.9.144.112] (port=18770 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1Xbjbk-000f20-0O; Tue, 07 Oct 2014 23:16:16 -0600 Date: Wed, 8 Oct 2014 13:16:12 +0800 From: Erich Dollansky To: Rainer Hurling Subject: Re: py-setuptools27 conflicts with itself Message-ID: <20141008131612.6f91e62a@X220.alogt.com> In-Reply-To: <5434C641.4020209@gwdg.de> References: <20141008113509.230ea79f@X220.alogt.com> <5434C641.4020209@gwdg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-ports@freebsd.org 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:16:18 -0000 Hi, On Wed, 8 Oct 2014 07:06:09 +0200 Rainer Hurling wrote: > 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. > you mean, a new set of glasses are highly recommented? Yes, I agree with you. > For me, it helped to change the origin and update again. Eventually > it is also necessary to delete the old version py27-setuptools before. I just deleted it and the rest seem to work for the moment. Thanks! Erich