New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19548 (closed defect: worksforme)

Opened 4 years ago

Last modified 4 years ago

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 macsforever2000@…) (diff)

--->  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

comment:1 Changed 4 years ago by macsforever2000@…

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

comment:2 Changed 4 years ago by ryandesign@…

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 4 years ago by blb@…

  • Status changed from new to closed
  • Resolution set to worksforme

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.