0

我正在尝试libusb-devel在朋友的 Mac 上使用 Macports 进行安装(我们需要它来安装 Osceleton)。在我的电脑上,安装非常顺利,但我在他的电脑上安装时卡住了。

的依赖项之一libusb-develcurl. 但是,安装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 对此并不满意,因为我收到错误消息,告诉我某些文件已经存在等。此外,curl直接使用 Macports 安装似乎会带来麻烦。

因此,我无法继续安装libusb-devel,我们很快就需要它用于学校项目。任何人都可以帮忙吗?

TIA

4

1 回答 1

0

看起来 MacPorts 认为它​​是针对 PowerPC 的交叉编译。确保您安装了正确版本的 MacPorts。如果您没有将 MacPorts 用于其他任何用途,只需从这里吹走/opt/local并安装。

于 2011-04-17T19:42:44.630 回答