Date: Fri, 25 Sep 2015 12:04:17 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203331] Installation failure of some ports named */py-* if Python's default version is set to 3.4 Message-ID: <bug-203331-13-AiirIPss4F@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-203331-13@https.bugs.freebsd.org/bugzilla/> References: <bug-203331-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203331 --- Comment #2 from Antoine Brodin <antoine@FreeBSD.org> --- Could you read this entry from UPDATING and check that you are not affected by it: 20140413: AFFECTS: Users of Python and pkg >= 1.2.7_1 AUTHOR: koobs@FreeBSD.org There have been reports of the following error when upgrading Python ports: pkg-static: Plist error, directory listed as a file: <name>.egg-info The cause is an outdated or unpatched version of setuptools or distribute installed by the user, or leftover from previous upgrades being used during the `setup.py install` phase. pkg >= 1.2.7_1 now generates an error where previously it did not. Users should inspect their ${LOCALBASE}/lib/pythonX.Y/site-packages directory, and remove any entries that reference versions of setuptools or distribute *not* provided by ports or packages. Examples of entries that may be removed are: 1) distribute-0.6.35-py2.7.egg 2) setuptools-0.6c11-py2.7.egg 3) *Any* version of setuptools directly from PyPi via pip or easy_install More information is available here: http://lists.freebsd.org/pipermail/freebsd-ports/2014-April/091618.html -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203331-13-AiirIPss4F>