L'installazione di ghostscript su MacPorts non è riuscita

0

Sto cercando di installare ghostcript su Macports 2.2.1-10.0-Mavericks. Ottengo il seguente messaggio:

**checking for gcc... /usr/bin/clang checking whether the C compiler works... no configure: error: in '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_ghostscript/ghostscript/work/ghostscript-9.10':
configure: error: C compiler cannot create executables See 'config.log' for more details Command failed:  cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_ghostscript/ghostscript/work/ghostscript-9.10"
&& ./configure --prefix=/opt/local --disable-compile-inits
--disable-cups --disable-dbus --disable-gtk --without-luratech --with-system-libtiff --with-x  Exit code: 77 Error: Failed to configure ghostscript, consult
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_ghostscript/ghostscript/work/ghostscript-9.10/config.log
Error: org.macports.configure for port ghostscript returned: configure
failure: command execution failed Warning: targets not executed for
ghostscript: org.macports.activate org.macports.configure
org.macports.build org.macports.destroot org.macports.install Please
see the log file for port ghostscript for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_ghostscript/ghostscript/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets Error: Processing of port ghostscript failed**

Qualche idea su come risolvere questo?

    
posta Yaniv Almog 16.02.2014 - 18:07
fonte

1 risposta

2

Non hai installato Xcode Command Line Tools (usa xcode-select --install per farlo), o non hai accettato il contratto di licenza Xcode (che può essere ottenuto usando sudo xcodebuild -license ).

Una volta completati entrambi questi controlli, configure dovrebbe raccogliere correttamente il compilatore di lavoro.

MacPorts 2.3 conterrà i controlli per rilevare e segnalare questi problemi.

    
risposta data 04.03.2014 - 01:08
fonte

Leggi altre domande sui tag