Date: Tue, 22 Apr 2014 13:45:16 GMT From: Toni Ballesta <mustelator@yahoo.es> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/188890: devel/py27-setuptools: bad entry point (possible cause to egg-info problems) Message-ID: <201404221345.s3MDjG7D091631@cgiserv.freebsd.org> Resent-Message-ID: <201404221350.s3MDo0Xf065580@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188890 >Category: misc >Synopsis: devel/py27-setuptools: bad entry point (possible cause to egg-info problems) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 22 13:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Toni Ballesta >Release: 10.0-RELEASE >Organization: >Environment: FreeBSD freebsd 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Compilation of devel/py27-setuptools without problems, but next compilations, for example, textproc/py-setuptools, it find an error: pkg-static: Plist error, directory listed as a file: lib/python2.7/site-packages/MarkupSafe-0.19-py2.7.egg-info And when I execute easy_install, the output is the next: ----- Traceback (most recent call last): File "/usr/local/bin/easy_install", line 9, in <module> load_entry_point('setuptools==2.0.1', 'console_scripts', 'easy_install')() File "build/bdist.freebsd-9.1-RELEASE-amd64/egg/pkg_resources.py", line 343, in load_entry_point """Return a current distribution object for a Requirement or string""" File "build/bdist.freebsd-9.1-RELEASE-amd64/egg/pkg_resources.py", line 2308, in load_entry_point ImportError: Entry point ('console_scripts', 'easy_install') not found ----- The first installation that I make on this clean system is the 9.1, upgraded next to 9.2 and the last, 10.0. More packages py-* have installation problems with xxxx.egg-info. >How-To-Repeat: Recompiling, removing the older setuptools-0.6c11-xxx on /usr/local/lib/python2.7/site-packages, removing ALL setuptools* on this dir and recompiling setuptools, uninstalling and getting from the binary distribution. >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404221345.s3MDjG7D091631>