New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20509 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by mnick@…

  • owner changed from macports-tickets@… to mmoll@…

Changed 3 years ago by macsforever2000@…

  • cc mmoll@… removed

Changed 3 years ago by macsforever2000@…

  • port changed from py26-suds to py25-suds py26-suds

py25-suds fixed in r54786. I set it as a build dependency.

Changed 3 years ago by macsforever2000@…

  • status changed from new to closed
  • resolution set to fixed

py26-suds fixed in r54788. Thanks!

Changed 3 years ago by jpo@…

Thanks for the updates! They now install without problems.

Note: See TracTickets for help on using tickets.