From owner-freebsd-ports@freebsd.org Tue Apr 25 13:48:07 2017 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 F07A7D50C41 for ; Tue, 25 Apr 2017 13:48:07 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dd36626.kasserver.com (dd36626.kasserver.com [85.13.153.106]) (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 B8562FCF for ; Tue, 25 Apr 2017 13:48:07 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from phantomias.home.jochen-neumeister.de (p548942F3.dip0.t-ipconnect.de [84.137.66.243]) by dd36626.kasserver.com (Postfix) with ESMTPSA id 14B562E0352B; Tue, 25 Apr 2017 15:42:47 +0200 (CEST) Subject: Re: py27-setuptools27 upgrade error To: "Dippery, Kyle" , FreeBSD Ports References: From: Jochen Neumeister Message-ID: <73673f70-ddd2-0d53-b32e-00ad2f95af14@bsdproject.de> Date: Tue, 25 Apr 2017 15:42:45 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 13:48:08 -0000 Hi, see UPDATING from 20170316: The python setuptools ports have been renamed to better match other python ports. Ports users need to rename them so that portupgrade and portmaster do not get confused. For example: pkg set -n py27-setuptools27:py27-setuptools pkg set -o devel/py-setuptools27:devel/py27-setuptools or pkg set -n py35-setuptools35:py35-setuptools pkg set -o devel/py-setuptools35:devel/py35-setuptools cheers Jochen Am 25.04.2017 um 14:32 schrieb Dippery, Kyle: > My FreeBSD systems are telling me: > > Checking for packages with security vulnerabilities: > curl-7.53.1_1 > mysql56-server-5.6.35_2 > libevent2-2.0.22_1 > tiff-4.0.7_1 > > > So I use: > > > # portsnap fetch update > # portmaster -B -G -d curl libevent2 mysql56-server > > > to update, and after a bit I get: > > > ===>>> Starting check for runtime dependencies > ===>>> Gathering dependency list for devel/py27-setuptools from ports > ===>>> Dependency check complete for devel/py27-setuptools > > ===>>> mysql56-server-5.6.35_2 >> mysql56-client-5.6.35 >> cmake-3.7.2 >> jsoncpp-1.8.0_1 >> scons-2.5.1 >> devel/py27-setuptools (5/10) > > ===> Installing for py27-setuptools-32.1.0_1 > ===> Checking if py27-setuptools already installed > ===> Registering installation for py27-setuptools-32.1.0_1 as automatic > Installing py27-setuptools-32.1.0_1... > pkg-static: py27-setuptools-32.1.0_1 conflicts with py27-setuptools27-32.1.0 (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/py27-setuptools > > > On a different system, yesterday, I 'solved' this by pkg remove py27-setuptools, proceeding with the upgrade, and reinstalling the various things that pkg remove py27-setuptools uninstalled. > > Is there a way I can proceed with the mysql server update without removing some unknown number of other packages? > > Is there a way I can find out what pkg remove py27-setuptools will remove, and why those packages are need anyway? I didn't think I had anything running python on this server. > > Thanks! > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"