sudo port install trac +mysql +postgres (install errors)
Bryan Blackburn
blb at macports.org
Sun Apr 12 13:54:28 PDT 2009
On Sun, Apr 12, 2009 at 10:19:54AM -0500, Bill Hernandez said:
> I tried installing trac on my Tiger Server and got the errors below, so I
> ran items ( 1 ) thru ( 5 ) and tried again...
>
> ( 1 ) $ sudo port selfupdate
> ( 2 ) $ sudo port upgrade all
Note that 1.8 is going to break 'port upgrade all' as it'll complain about
uninstalled ports; use 'port upgrade outdated' instead. Using outdated will
be more efficient too.
[...]
> ---> Building py26-genshi
> Error: Target org.macports.build returned: shell 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 " returned error 1
Can you run with debug to see where it was when it hit the error?
$ sudo port -d install py26-genshi
Bryan
[...]
More information about the macports-users
mailing list