From owner-freebsd-ports@freebsd.org Tue Jan 5 11:53:06 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0ECBA6240A for ; Tue, 5 Jan 2016 11:53:06 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id CB0EC1848 for ; Tue, 5 Jan 2016 11:53:06 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a48.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) by hapkido.dreamhost.com (Postfix) with ESMTP id 64F9E8A1CC for ; Tue, 5 Jan 2016 03:53:00 -0800 (PST) Received: from homiemail-a48.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a48.g.dreamhost.com (Postfix) with ESMTP id AE0144F806B for ; Tue, 5 Jan 2016 03:52:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=menhennitt.com.au; h=to :from:subject:message-id:date:mime-version:content-type: content-transfer-encoding; s=menhennitt.com.au; bh=45noP/ON+Llzl bzX8MQiZ3TSXnw=; b=AUl1klVZBiLY7O0wzvp7wgmNdiWE7HwfNa5ULpRwZ8GUq F+IU0qhQ8WWdbcjKOG9brEaleOqDesPVxXRIddjfVbzJlgylM6uQjh5qZK2CgGkG bDkul99owcfsUz21AVraqVBlRxlw/3/L+bYWbn3Jjt17vQaSkFKDfJU9B2qJvg= Received: from [203.2.73.68] (c122-107-214-88.mckinn3.vic.optusnet.com.au [122.107.214.88]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: graham@menhennitt.com.au) by homiemail-a48.g.dreamhost.com (Postfix) with ESMTPSA id 3F92D4F806A for ; Tue, 5 Jan 2016 03:52:54 -0800 (PST) To: freebsd-ports@freebsd.org From: Graham Menhennitt Subject: portupgrade fails possibly due to py27-asn1 rename to py-pyasn1 X-Enigmail-Draft-Status: N1110 Message-ID: <568BAE94.30304@menhennitt.com.au> Date: Tue, 5 Jan 2016 22:52:52 +1100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2016 11:53:07 -0000 Hi all, I updated my ports collection the other day and ran portupgrade. It fails on the devel/py-pyasn1 port with the error: ===> Installing for py27-pyasn1-0.1.9 ===> py27-pyasn1-0.1.9 depends on package: py27-setuptools27>0 - found ===> py27-pyasn1-0.1.9 depends on file: /usr/local/bin/python2.7 - found ===> Checking if py27-pyasn1 already installed ===> Registering installation for py27-pyasn1-0.1.9 as automatic Installing py27-pyasn1-0.1.9... pkg-static: py27-pyasn1-0.1.9 conflicts with py27-asn1-0.1.8,1 (installs files into the same place). Problematic file: /usr/local/lib/python2.7/site-packages/pyasn1/__init__.py *** Error code 70 Stop. I suspect it's because this port was recently renamed from devel/py27-asn1 (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204567). I can't see any message in UPDATING that's relevant. Any clues please? Thanks, Graham