#20509 closed defect (fixed)
py2[56]-suds: build failure - missing requirement
Reported by: | jpo@… | Owned by: | mamoll (Mark Moll) |
---|---|---|---|
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 (5)
comment:1 Changed 15 years ago by mnick@…
Owner: | changed from macports-tickets@… to mmoll@… |
---|
comment:2 Changed 15 years ago by mf2k (Frank Schima)
Cc: | mmoll@… removed |
---|
comment:3 Changed 15 years ago by mf2k (Frank Schima)
Port: | py25-suds added |
---|
comment:4 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
py26-suds fixed in r54788. Thanks!
Note: See
TracTickets for help on using
tickets.
py25-suds fixed in r54786. I set it as a build dependency.