Não é possível instalar o git-core usando macports

0

Snow Leopard 10.6.4 Portas mac 1.9.1

Acabei de instalar o macports e quero instalar o git-core.

No entanto, recebo os seguintes erros:

--->  Computing dependencies for git-core
--->  Dependencies to be installed: python26 db46 gdbm readline sqlite3 rsync popt
--->  Building db46
Error: Target org.macports.build returned: shell command failed
Log for db46 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_db46/main.log
Error: The following dependencies failed to build: python26 db46 gdbm readline sqlite3 rsync popt
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Eu tentei fazer um port selfupdate e um port clean all e, em seguida, tentar instalar novamente. Mas ainda tem o mesmo problema.

Esta é minha primeira vez usando as portas mac.

Muito obrigado por qualquer sugestão.

====== EDIT ====

:error:build Target org.macports.build returned: shell command failed
:debug:build Backtrace: shell command failed
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for db46): org.macports.activate org.macports.build org.macports.destroot org.macports.install
    
por ant2009 25.10.2010 / 09:34

1 resposta

1

Se

: info: build Aviso: os seguintes itens não foram executados (para db46): org.macports.activate org.macports.build org.macports.destroot org.macports.install

é o primeiro erro no log então eu acho que você precisa rodar o comando com o sudo

por exemplo,

sudo port install readline

Tente readline, pois acho que é a porta mais simples

e eu acho que o superusuário é o lugar correto para isso, não serverfault, já que macports podem se aplicar a uma máquina e é apenas para instalar software. (Suponho que o Apple StackExchange possa ser um site relevante.

    
por 25.10.2010 / 13:04

Tags