Opened 16 years ago

Last modified 15 years ago

#16617 closed defect

py25-clientform dependencies — at Initial Version

Reported by: vpribish@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: py25-clientform

Description

py25-clientform failed to build because of missing dependancies. it needed the following: py25-hashlib py25-zlib

here's the initial failure: vincent-pribishs-mac-pro:~ vpribish$ port deps py25-clientform py25-clientform has library dependencies on:

python25

vincent-pribishs-mac-pro:~ vpribish$ sudo port install py25-clientform ---> Fetching py25-clientform ---> Verifying checksum(s) for py25-clientform ---> Extracting py25-clientform ---> Configuring py25-clientform ---> Building py25-clientform with target build 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_py25-clientform/work/ClientForm-0.2.7" && /opt/local/bin/python2.5 setup.py build " returned error 1 Command output: Traceback (most recent call last):

File "setup.py", line 88, in <module>

ez_setup.use_setuptools()

File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-clientform/work/ClientForm-0.2.7/ez_setup.py", line 77, in use_setuptools

egg = download_setuptools(version, download_base, to_dir, download_delay)

File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-clientform/work/ClientForm-0.2.7/ez_setup.py", line 105, in download_setuptools

import urllib2, shutil

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py", line 91, in <module>

import hashlib

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/hashlib.py", line 133, in <module>

md5 = get_builtin_constructor('md5')

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/hashlib.py", line 60, in get_builtin_constructor

import _md5

ImportError: No module named _md5

Change History (0)

Note: See TracTickets for help on using tickets.