#17451 closed defect (fixed)
mailman 2.1.11 errors on install
Reported by: | edmond@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | jmroot (Joshua Root) | |
Port: | mailman |
Description
I am new to MacPorts. Often install issues I find in MacPorts are due to missing knowledge on the part of the user. If this falls into that, I regret the inconvenience for the developers, but it may be a sign of usability issues.
Build output follows:
---> Staging mailman into destroot Error: Target org.macports.destroot returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mailman/work/destroot/opt/local/share/mailman && DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mailman/work/destroot PYTHONPATH=.:./pythonlib ./bin/check_perms" returned error 1 Command output: Warning: Private archive directory is other-executable (o+x). This could allow other users on your system to read private archives. If you're on a shared multiuser system, you should consult the installation manual on how to fix this. Traceback (most recent call last): File "./bin/check_perms", line 395, in <module> checkmta() File "./bin/check_perms", line 326, in checkmta __import__(modname) File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mailman/work/destroot/opt/local/share/mailman/Mailman/MTA/Manual.py", line 25, in <module> from Mailman import Message File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mailman/work/destroot/opt/local/share/mailman/Mailman/Message.py", line 34, in <module> from Mailman import Utils File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mailman/work/destroot/opt/local/share/mailman/Mailman/Utils.py", line 32, in <module> import sha File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/sha.py", line 6, in <module> from hashlib import sha1 as sha 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 Error: Status 1 encountered during processing.
Change History (2)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jmr@… added |
---|---|
Port: | mailman added |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Should be fixed by r42772.