sudo port install trac +mysql +postgres (install errors)

Bryan Blackburn blb at macports.org
Tue Apr 14 23:48:02 PDT 2009


On Wed, Apr 15, 2009 at 01:22:39AM -0500, Bill Hernandez said:
>
> On Apr 15, 2009, at 12:34 AM, Bryan Blackburn wrote:
>
>> After some time, py26-genshi installed fine on my 10.4.11 ppc machine, 
>> so it
>> doesn't appear to be a general 2.6+10.4 issue.
>>
>> Does the following break in the same way?
>>
>> $ python2.6 -c 'import doctest'
>>
>> If so then it seems like there may be something weird going on with the
>> _random.so file; the output of the following may also be interesting:
>>
>> $ otool -L /opt/local/Library/Frameworks/Python.framework/Versions/ 
>> 2.6/lib/python2.6/lib-dynload/_random.so
>>
>> For both 10.4 and 10.5 mine are linked only with libgcc_s and  
>> libSystem.
>
> Bryan,
>
> Are you running OS X 10.4 or OS X Server 10.4

Just plain ol' 10.4 non-server.

> -------------------------------
> TIGER_SERVER (OS X Server 10.4.11)
> -------------------------------
> [2009.15.04](12:48AM) -> [tiger_server] ~ $ python2.6 -c 'import doctest'
> ^C
> ^Z
> [1]+  Stopped                 python2.6 -c 'import doctest'
>
> The prompt never returned above, so I had to break out

That's odd and possibly not good...

[...]
>
> [2009.15.04](12:53AM) -> [tiger_server] ~ $ otool -L /opt/local/ 
> Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib- 
> dynload/_random.so
> /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/ 
> python2.6/lib-dynload/_random.so:
>        /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current  
> version 92.0.0)
>        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
> version 88.1.12)
> [2009.15.04](01:08AM) -> [tiger_server] ~ $

Interesting that it links against libmx instead of libgcc_s, though that
could have nothing to do with the issue at all, I'm not sure.

I note there's a python bug against the server version, though 10.5 and in a
completely different area:

<http://bugs.python.org/issue5413>

Perhaps there are other oddities with python 2.6+ on server versions of Mac
OS X?

[...]
>
> Does any of that help ?

Unfortunately I don't know what else to try other than maybe filing a bug at
bugs.python.org, if it is an issue specific to python 2.6+ on server.

If you want trac installed, but with python 2.5, you can use the
instructions at

<http://trac.macports.org/wiki/howto/InstallingOlderPort>

and trac at revision 48859.

Bryan


>
> Bill Hernandez
> Plano, Texas
>


More information about the macports-users mailing list