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!


_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to