Ticket #20509 (closed defect: fixed)
py2[56]-suds: build failure - missing requirement
| Reported by: | jpo@… | Owned by: | mmoll@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Port: | py25-suds py26-suds |
Description
Problem:
py26-suds (and py25-suds) fails to build if py26-setuptools is not installed
Solution:
The py26-suds portfile is missing the following line
depends_lib port:py26-setuptools
Output:
$ sudo port install py26-suds
---> Fetching py26-suds
---> Verifying checksum(s) for py26-suds
---> Extracting py26-suds
---> Configuring py26-suds
---> Building py26-suds
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-suds/work/python-suds-0.3.6" && /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 setup.py --no-user-cfg build " returned error 1
Command output: Traceback (most recent call last):
File "setup.py", line 20, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools
Error: Status 1 encountered during processing.
Change History
Note: See
TracTickets for help on using
tickets.

