sudo port install trac +mysql +postgres (install errors)
Bryan Blackburn
blb at macports.org
Mon Apr 13 20:10:28 PDT 2009
On Mon, Apr 13, 2009 at 11:41:17AM -0500, Bill Hernandez said:
[...]
> Bryan,
>
> The debug log below shows the install failed again.
>
> Any Ideas ?
>
> Bill Hernandez
> Plano, Texas
>
> [2009.13.04](09:11AM) -> [roscoe] ~ $ sudo port clean --work py26-genshi
> ---> Cleaning py26-genshi
>
> [2009.13.04](09:12AM) -> [roscoe] ~ $ sudo port -d install py26-genshi
[...]
> DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/
> _opt_local_var_macports_sources_rsync
> .macports.org_release_ports_python_py26-genshi/work/Genshi-0.5.1" && /
> opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6
> setup.py --no-user-cfg build'
> Traceback (most recent call last):
> File "setup.py", line 18, in <module>
> import doctest
> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/
> lib/python2.6/doctest.py", line 99, in <module>
> import unittest, difflib, pdb, tempfile
> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/
> lib/python2.6/tempfile.py", line 34, in <module>
> from random import Random as _Random
> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/
> lib/python2.6/random.py", line 871, in <module>
> _inst = Random()
> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/
> lib/python2.6/random.py", line 96, in __init__
> self.seed(x)
> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/
> lib/python2.6/random.py", line 115, in seed
> super(Random, self).seed(a)
> SystemError: error return without exception set
Dang, nothing more specific about what is going on. It looks similar to
<http://www.mail-archive.com/numpy-discussion@scipy.org/msg15015.html>
but unfortunately no resolution that might help in this case. Could be some
odd interaction between python 2.6 and Mac OS X 10.4 (since I had no
problems with py26-genshi on 10.5); other than making sure you have Xcode
2.5 for building, I'm not sure what else to try.
Anyone else reading this successful in installing py26-genshi on 10.4?
Bryan
[...]
More information about the macports-users
mailing list