[MacPorts] #15410: linkchecker does not work on Mac OS X 10.4.11 after installing
#15410: linkchecker does not work on Mac OS X 10.4.11 after installing -------------------------------+-------------------------------------------- Reporter: macports@flyn.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | -------------------------------+-------------------------------------------- I just installed linkchecker on Mac OS X 10.4.11. The package pulled in python25 as a dependency. However, I see the following error when I try to execute linkchecker: Dragon:~ mike$ linkchecker Traceback (most recent call last): File "/opt/local/bin/linkchecker", line 37, in <module> import linkcheck.checker File "/opt/local/lib/python2.5/site- packages/linkcheck/checker/__init__.py", line 31, in <module> import linkcheck.checker.fileurl File "/opt/local/lib/python2.5/site- packages/linkcheck/checker/fileurl.py", line 26, in <module> import urllib2 File "/opt/local/lib/python2.5/urllib2.py", line 91, in <module> import hashlib File "/opt/local/lib/python2.5/hashlib.py", line 133, in <module> md5 = __get_builtin_constructor('md5') File "/opt/local/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor import _md5 ImportError: No module named _md5 -- Ticket URL: <http://trac.macports.org/ticket/15410> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15410: linkchecker does not work on Mac OS X 10.4.11 after installing --------------------------------+------------------------------------------- Reporter: macports@flyn.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Changes (by raimue@macports.org): * owner: macports-tickets@lists.macosforge.org => mww@macports.org Comment: It is missing a dependency on py25-hashlib. Workaround: {{{ sudo port install py25-hashlib }}} -- Ticket URL: <http://trac.macports.org/ticket/15410#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15410: linkchecker does not work on Mac OS X 10.4.11 after installing ------------------------------+--------------------------------------------- Reporter: macports@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Component: ports Version: 1.6.0 | Keywords: ------------------------------+--------------------------------------------- Comment(by peter.deweese@…): This is still an issue today. MacOSX 10.5.8, 10.6. That dependency should be added. -- Ticket URL: <http://trac.macports.org/ticket/15410#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15410: linkchecker does not work on Mac OS X 10.4.11 after installing -------------------------------+-------------------------------------------- Reporter: macports@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | Port: linkchecker -------------------------------+-------------------------------------------- Changes (by macsforever2000@…): * port: => linkchecker Old description:
I just installed linkchecker on Mac OS X 10.4.11. The package pulled in python25 as a dependency. However, I see the following error when I try to execute linkchecker:
Dragon:~ mike$ linkchecker Traceback (most recent call last): File "/opt/local/bin/linkchecker", line 37, in <module> import linkcheck.checker File "/opt/local/lib/python2.5/site- packages/linkcheck/checker/__init__.py", line 31, in <module> import linkcheck.checker.fileurl File "/opt/local/lib/python2.5/site- packages/linkcheck/checker/fileurl.py", line 26, in <module> import urllib2 File "/opt/local/lib/python2.5/urllib2.py", line 91, in <module> import hashlib File "/opt/local/lib/python2.5/hashlib.py", line 133, in <module> md5 = __get_builtin_constructor('md5') File "/opt/local/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor import _md5 ImportError: No module named _md5
New description: I just installed linkchecker on Mac OS X 10.4.11. The package pulled in python25 as a dependency. However, I see the following error when I try to execute linkchecker: {{{ Dragon:~ mike$ linkchecker Traceback (most recent call last): File "/opt/local/bin/linkchecker", line 37, in <module> import linkcheck.checker File "/opt/local/lib/python2.5/site- packages/linkcheck/checker/__init__.py", line 31, in <module> import linkcheck.checker.fileurl File "/opt/local/lib/python2.5/site- packages/linkcheck/checker/fileurl.py", line 26, in <module> import urllib2 File "/opt/local/lib/python2.5/urllib2.py", line 91, in <module> import hashlib File "/opt/local/lib/python2.5/hashlib.py", line 133, in <module> md5 = __get_builtin_constructor('md5') File "/opt/local/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor import _md5 ImportError: No module named _md5 }}} -- Comment: I do not see this problem on Mac OS X 10.6. I do not have py25-hashlib or py26-hashlib installed. But I am able to run linkchecker with no problems. -- Ticket URL: <http://trac.macports.org/ticket/15410#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15410: linkchecker does not work on Mac OS X 10.4.11 after installing --------------------------------+------------------------------------------- Reporter: macports@… | Owner: mww@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: worksforme | Keywords: Port: linkchecker | --------------------------------+------------------------------------------- Changes (by blb@…): * status: new => closed * resolution: => worksforme Comment: py25-hashlib is just a stub these days, it is built as part of python25 (see ticket #12369); make sure your python25 is 2.5.4_7. -- Ticket URL: <http://trac.macports.org/ticket/15410#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts