From owner-freebsd-python@FreeBSD.ORG Thu Aug 29 10:50:28 2013 Return-Path: Delivered-To: python@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 ESMTP id D17C080C for ; Thu, 29 Aug 2013 10:50:28 +0000 (UTC) (envelope-from mva@freebsd.org) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 901CD2A1C for ; Thu, 29 Aug 2013 10:50:28 +0000 (UTC) Received: from [80.67.16.118] (helo=webmailfront01.ispgateway.de) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1VEznv-0007Us-E4; Thu, 29 Aug 2013 12:50:19 +0200 Received: from his1.his.de (his1.his.de [192.124.237.237]) by webmail.df.eu (Horde Framework) with HTTP; Thu, 29 Aug 2013 12:50:19 +0200 Date: Thu, 29 Aug 2013 12:50:19 +0200 Message-ID: <20130829125019.Horde.5pW5RxSvT0j4fFfwAac4xA1@webmail.df.eu> From: Marcus von Appen To: David Demelier Subject: Re: [CFT] lang/python becoming a python binary wrapper References: <20130802180059.GA1278@medusa.sysfault.org> In-Reply-To: User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mva@freebsd.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 10:50:28 -0000 David Demelier : [...] > It's weird, I still have some conflicts with the new wrappers: > > Proceed with installing packages [y/N]: y > Checking integrity... > Conflict found on path /usr/local/bin/2to3-3 between > python2-3(lang/python2) and python3-3(lang/python3) > > Conflict found on path /usr/local/bin/idle3 between > python2-3(lang/python2) and python3-3(lang/python3) > > Conflict found on path /usr/local/bin/pydoc3 between > python2-3(lang/python2) and python3-3(lang/python3) > > Conflict found on path /usr/local/bin/python-shared3 between > python2-3(lang/python2) and python3-3(lang/python3) > > Conflict found on path /usr/local/bin/python-shared3-config between > python2-3(lang/python2) and python3-3(lang/python3) > > Conflict found on path /usr/local/bin/python3 between > python2-3(lang/python2) and python3-3(lang/python3) > > Conflict found on path /usr/local/bin/python3-config between > python2-3(lang/python2) and python3-3(lang/python3) > > Why 2to3-3 conflicts since it should only be installed by python3.3 ? How do you install the packages exactly? Where do you take them from and what are your relevant settings in /etc/make.conf and friends? The installation/deinstallation procedure using the ports tree works flawlessly (to my knowledge and tests), so I would guess that you are using pkgng? If oyu are using pkgng and are building the packages yourself, your poudriere settings or whatever you are using to build the packages would be relevant as well. Cheers Marcus