Instalando o graph-tool com macports

1

Estou tentando instalar a ferramenta gráfica para Python usando o MacPorts, mas, por algum motivo, ela não está sendo instalada. Eu verifiquei o log da porta e encontrei muitos erros como este:

:info:build ./../fast_vector_property_map.hh:136:7: note: candidate constructor (the implicit copy c\
onstructor) not viable: requires 1 argument, but 2 were provided
:info:build class unchecked_vector_property_map
:info:build       ^
:info:build fatal error: too many errors emitted, stopping now [-ferror-limit=]
:info:build 20 errors generated.

e isso:

:info:build In file included from graph_eigenvector.cc:24:
:info:build ./graph_eigenvector.hh:44:23: error: no matching constructor for initialization of 'boos\
t::unchecked_vector_property_map<double, boost::vec_adj_list_vertex_id_map<boost::no_property, unsig\
ned long>>'
:info:build         CentralityMap c_temp(vertex_index, num_vertices(g));
:info:build                       ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

e finalmente

:info:build Exit code: 2
:error:build org.macports.build for port py27-graph-tool returned: command execution failed
:debug:build Error code: CHILDSTATUS 22204 2
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for py27-graph-tool: org.macports.activate org.macports.bu\
ild org.macports.destroot org.macports.install

Eu realmente não entendo o que está acontecendo. Eu também tentei instalar o graph-tool manualmente mas não consegui que todas as dependências (especificamente, pycairo) funcionassem. O que poderia estar acontecendo? Poderia o MacPorts ter instalado incorretamente alguns dependentes

    
por jclancy 06.11.2012 / 02:32

0 respostas