#16617 closed defect (fixed)
py25-clientform dependencies
Reported by: | vpribish@… | Owned by: | akira@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | py25-clientform |
Description (last modified by mf2k (Frank Schima))
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 (4)
comment:1 Changed 16 years ago by vpribish@…
comment:2 Changed 16 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to akira@… |
Port: | py25-clientform added |
Assigning to maintainer.
Note: See
TracTickets for help on using
tickets.
sorry for the mangled formatting there... basically it just needs those 2 additional dependencies.