From owner-freebsd-ports@FreeBSD.ORG Fri Mar 7 09:02:03 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28C687B9 for ; Fri, 7 Mar 2014 09:02:03 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id CFAD2103 for ; Fri, 7 Mar 2014 09:02:02 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id 0B406B9038 for ; Fri, 7 Mar 2014 10:01:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:message-id:subject:subject:from:from:date :date:received:received; s=mimar-0901; t=1394182908; x= 1395997309; bh=yzedN6RkXDy7ujW01CXhk+VXmAqD+qa0Rh7PUqkmUZo=; b=P gKJF5CYy284I9NnvBSvqShAzCNXlbMXe8Sd0xzbMXY5BVG1fUh3Fi85qaGi4bjan HDUP2EDxmgDDDJt13f2xExcy6M1vxzk57o4GvADIPJ0quLw7AuD5KR9SK0u+D2Kk 3m3YqQOEddi4p3+Nysxso3tQhbvoSc6/buzHrryrOg= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id o-ztb6c71OGw for ; Fri, 7 Mar 2014 10:01:48 +0100 (CET) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id A082CB9033 for ; Fri, 7 Mar 2014 10:01:47 +0100 (CET) Date: Fri, 7 Mar 2014 10:01:46 +0100 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-ports@freebsd.org Subject: py-setuptools confusion Message-Id: <20140307100146.8efb3835f339843b8479e83a@mimar.rs> Organization: Mimar X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 09:02:03 -0000 Hi, I am having problems with portmaster because of two versions of py-setuptools: =3D=3D=3D> Installing for py27-setuptools-2.0.1 =3D=3D=3D> Checking if devel/py-setuptools already installed =3D=3D=3D> Registering installation for py27-setuptools-2.0.1 as automa= tic Installing py27-setuptools-2.0.1...pkg-static: py27-setuptools-2.0.1 conflicts with py27-setuptools27-2.0.1 (installs files into the same place). Problematic file: /usr/local/lib/python2.7/site-packages/easy-install.pth.dist *** Error code 70 How can I fix this? --=20 Marko Cupa=C4=87