Opened 13 years ago

Closed 12 years ago

#30531 closed defect (fixed)

py27-py @1.1.1 needs dependency on py27-distribute

Reported by: mndavidoff (Monte Davidoff) Owned by: akitada@…
Priority: Normal Milestone:
Component: ports Version: 2.0.0
Keywords: Cc:
Port: py-py, py26-py, py27-py

Description

It appears the py27-py port is missing a build dependency on py27-distribute.

$ sudo port -v install py27-py
--->  Computing dependencies for py27-py.
--->  Fetching archive for py27-py
--->  py27-py-1.1.1_0.darwin_10.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/software/py27-py
--->  Attempting to fetch py27-py-1.1.1_0.darwin_10.x86_64.tbz2 from http://packages.macports.org/py27-py
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
--->  Fetching py27-py
--->  Verifying checksum(s) for py27-py
--->  Checksumming py-1.1.1.tar.gz
--->  Extracting py27-py
--->  Extracting py-1.1.1.tar.gz
--->  Configuring py27-py
--->  Building py27-py
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    from setuptools import setup
ImportError: No module named setuptools
shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py27-py/py27-py/work/py-1.1.1" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build " returned error 1
Error: Target org.macports.build returned: shell command failed (see log for details)
Warning: the following items did not execute (for py27-py): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Log for py27-py is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py27-py/py27-py/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Installing py27-py works if py27-distribute is already installed.

Change History (2)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to akitada@…
Port: py-py py26-py added

I would guess that py26-py and py-py are also affected. py25-py appears to have already been fixed in r60625 (#22365) / r65907.

$ port deps 'name:^py.*-py$'
Full Name: py-py @0.9.2_0+universal
Library Dependencies: python24
--
Full Name: py25-py @1.1.0_0+universal
Build Dependencies:   py25-distribute
Library Dependencies: python25
--
Full Name: py26-py @1.1.1_0+universal
Library Dependencies: python26
--
Full Name: py27-py @1.1.1_0+universal
Library Dependencies: python27
}}]

comment:2 Changed 12 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.