我想在朋友的Mac上安裝libusb-devel
使用Macports(我們需要它來安裝Osceleton)。在我的電腦上,安裝過程非常順利,但我在安裝時遇到困難。從Macports安裝cURL失敗
libusb-devel
的依賴關係之一是curl
。但是,安裝curl
似乎失敗。在配置curl
期間,顯示一條錯誤消息,安裝程序退出。我提到的日誌,其中,這是錯誤的相關部分:
:info:configure configure: found both libz and libz.h header
:info:configure checking for "/dev/urandom"... configure: error: cannot check for file existence when cross compiling
:info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_curl/work/curl-7.21.4-ppc" && ./configure --prefix=/opt/local --disable-dependency-tracking --disable-dependency-tracking --enable-ipv6 --without-gnutls --without-gssapi --without-librtmp --without-libssh2 --without-nss --without-polarssl --without-spnego --with-ssl --disable-ares --disable-ldap --disable-ldaps --with-libidn --with-zlib=/opt/local --disable-dependency-tracking --with-ca-bundle=/opt/local/share/curl/curl-ca-bundle.crt --host=powerpc-apple-darwin10.7.0 " returned error 1
:error:configure Target org.macports.configure returned: configure failure: shell command failed (see log for details)
:debug:configure Backtrace: configure failure: shell command failed (see log for details)
while executing
"$procedure $targetname"
:info:configure Warning: the following items did not execute (for curl): org.macports.destroot org.macports.configure org.macports.build
:notice:configure Log for curl is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_curl/main.log
如果我運行配置腳本自己,使用日誌中給出的命令,一切順利,並curl
是完全安裝。然而,Macports對此並不滿意,因爲我得到的錯誤告訴我某些文件已經存在等。另外,直接使用Macports安裝curl
似乎給了麻煩。
因此,我無法繼續安裝libusb-devel
,我們很快就需要一個學校項目。誰能幫忙?
TIA
此問題不屬於此處。試試apple.stackexchange.com或者superuser.com吧。 – chmullig 2011-04-17 19:17:12
請包括日誌文件...你還在使用什麼OS X版本? (當然,從我的Mac上的MacPorts安裝curl就好了,所以我不認爲這個端口壞了。) – 2011-04-17 19:17:47
[logfile](http://pastebin.com/2XAMHv5M)。在Max OS X 10.6.6上。 – Frankie 2011-04-17 19:35:57