Opened 15 years ago

Closed 15 years ago

#19548 closed defect (worksforme)

py25-twisted needs py25-zlib

Reported by: bdenckla@… Owned by: stechert@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc: akitada@…
Port: py25-twisted

Description (last modified by mf2k (Frank Schima))

--->  Fetching py25-twisted
--->  Attempting to fetch Twisted-8.2.0.tar.bz2 from http://distfiles.macports.org/python
--->  Verifying checksum(s) for py25-twisted
--->  Extracting py25-twisted
--->  Configuring py25-twisted
--->  Building py25-twisted
--->  Staging py25-twisted into destroot
Error: Target org.macports.destroot returned: shell command "PYTHONPATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-twisted/work/destroot/opt/local/lib/python2.5/site-packages /opt/local/bin/python2.5 /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-twisted/files/getPlugins.py" returned error 1
Command output: Traceback (most recent call last):
  File "/opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-twisted/files/getPlugins.py", line 1, in <module>
    from twisted.plugin import IPlugin, getPlugins
  File "/opt/local/lib/python2.5/site-packages/twisted/plugin.py", line 34, in <module>
  File "/opt/local/lib/python2.5/site-packages/twisted/python/modules.py", line 68, in <module>
  File "/opt/local/lib/python2.5/site-packages/twisted/python/zippath.py", line 19, in <module>
  File "/opt/local/lib/python2.5/site-packages/twisted/python/zipstream.py", line 13, in <module>
ImportError: No module named zlib

Change History (3)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Cc: akitada@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to stechert@…
Port: py25-twisted added

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Unable to reproduce.

$ port installed py25-zlib
None of the specified ports are installed.
$ port install py25-twisted
--->  Fetching py25-twisted
--->  Verifying checksum(s) for py25-twisted
--->  Extracting py25-twisted
--->  Configuring py25-twisted
--->  Building py25-twisted
--->  Staging py25-twisted into destroot
--->  Installing py25-twisted @8.2.0_0
--->  Activating py25-twisted @8.2.0_0
--->  Cleaning py25-twisted
$

comment:3 Changed 15 years ago by blb@…

Resolution: worksforme
Status: newclosed

The zlib module is now part of python25 itself (see r51955, ticket #12369), making py25-zlib just a stub. So if anything needed the zlib module, it should get it by default now with python25.

Note: See TracTickets for help on using tickets.