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

Bill Hernandez ms at mac-specialist.com
Tue Apr 14 23:22:39 PDT 2009


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
-------------------------------
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

[2009.15.04](12:50AM) -> [tiger_server] ~ $ port installed | grep py
  python25 @2.5.4_2+darwin_8+macosx (active)
  python26 @2.6.1_2 (active)
  python_select @0.2.1_0+darwin_8 (active)

[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] ~ $

-------------------------------
LEOPARD_WORKSTATION (OS X 10.5.6)
-------------------------------

[2009.15.04](12:49AM) -> [leopard_workstation] ~ $ python2.6 -c  
'import doctest'

[2009.15.04](12:49AM) -> [leopard_workstation] ~ $ 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/libgcc_s.1.dylib (compatibility version 1.0.0, current  
version 1.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current  
version 111.1.3)

[2009.15.04](12:50AM) -> [leopard_workstation] ~ $ port installed |  
grep py
  mod_python25 @3.3.1_2 (active)
  py25-bsddb @2.5.4_0 (active)
  py25-genshi @0.5_0
  py25-genshi @0.5.1_0 (active)
  py25-hashlib @2.5.4_0 (active)
  py25-mx-base @3.1.2_0 (active)
  py25-mysql @1.2.2_0+mysql5 (active)
  py25-pgsql @2.5.1_1
  py25-pgsql @2.5.1_2 (active)
  py25-pygments @1.0_0 (active)
  py25-setuptools @0.6c9_0 (active)
  py25-sqlite3 @2.5.4_0 (active)
  py25-zlib @2.5.4_0 (active)
  py26-genshi @0.5.1_0 (active)
  py26-mx-base @3.1.2_0 (active)
  py26-mysql @1.2.2_0+mysql5 (active)
  py26-pgsql @2.5.1_0 (active)
  py26-pygments @1.0_0 (active)
  py26-setuptools @0.6c9_0 (active)
  python25 @2.5.4_0+darwin_9+macosx
  python25 @2.5.4_2+darwin_9+macosx (active)
  python26 @2.6.1_2 (active)
  python_select @0.2.1_0+darwin_9 (active)
  subversion-python25bindings @1.6.0_1
  subversion-python25bindings @1.6.1_0 (active)
  subversion-python26bindings @1.6.1_0 (active)
[2009.15.04](01:16AM) -> [leopard_workstation] ~ $


Does any of that help ?

Bill Hernandez
Plano, Texas



More information about the macports-users mailing list