#10864 closed defect (fixed)
py-altgraph 0.6.7 build fails because of py-setuptools version mismatch
Reported by: | jay@… | Owned by: | darwinports-bugs@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | py-altgraph py-setuptools python | Cc: | markd@… |
Port: |
Description
Got this while attempting py-altgraph install:
$ sudo port install py-altgraph ---> Fetching py-altgraph ---> Attempting to fetch altgraph-0.6.7.tar.gz from http://cheeseshop.python.org/packages/source/a/altgraph/ ---> Verifying checksum(s) for py-altgraph ---> Extracting py-altgraph ---> Configuring py-altgraph ---> Building py-altgraph with target build Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_python_py-altgraph/work/altgraph-0.6.7" && /opt/local/bin/python2.4 setup.py build" returned error 2 Command output: The required version of setuptools (>=0.6c3) is not available, and can't be installed while this script is running. Please install a more recent version first. (Currently using setuptools 0.6c2 (/opt/local/lib/python2.4/site-packages)) Error: Status 1 encountered during processing.
Workaround was to have python's easy_install update setuptools.
Change History (1)
comment:1 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|---|
Component: | base → ports |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Committed. Thanks!