[MacPorts] #16617: py25-clientform dependencies
MacPorts
noreply at macports.org
Mon Sep 22 13:56:22 PDT 2008
#16617: py25-clientform dependencies
---------------------------------+------------------------------------------
Reporter: vpribish at gmail.com | Owner: akira at macports.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords:
Port: py25-clientform |
---------------------------------+------------------------------------------
Changes (by macsforever2000 at macports.org):
* owner: macports-tickets at lists.macosforge.org => akira at macports.org
* port: => py25-clientform
Old 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
New 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
}}}
--
Comment:
Assigning to maintainer.
--
Ticket URL: <http://trac.macports.org/ticket/16617#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list