aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-04-13 09:39:22 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-04-13 09:39:22 +0000
commit07e0ccf5b5c0a86b525b771e9f8e553a143437c2 (patch)
tree4d0b2f751edcaba15be8322c213c0518f6798e16 /UPDATING
parent67f0076b8f060bbb34448b54929c60d1ea777e8b (diff)
downloadports-07e0ccf5b5c0a86b525b771e9f8e553a143437c2.tar.gz
ports-07e0ccf5b5c0a86b525b771e9f8e553a143437c2.zip
UPDATING: Add entry for Python/pkg users and egg-info Plist errors
Add instructions for Python/pkg users on how to resolve a Plist error when updating ports in a Python environment that contains multiple versions of setuptools. PR: ports/188431 Reported by: Andrew Berg (via IRC), Olaf Kolkman (via Twitter) and others
Notes
Notes: svn path=/head/; revision=351193
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING27
1 files changed, 27 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index eb022cf838cb..ae4806c7af1b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,33 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+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
+
20140410:
AFFECTS: users of mail/vpopmail
AUTHOR: bdrewery@FreeBSD.org