Ruby安装fastthread-1.0.7和Sup

时间:2011-06-13 01:18:01

标签: ruby sup

当尝试通过MacPorts安装Sup时,我得到: -

>--->  Computing dependencies for sup
>--->  Dependencies to be installed: rb-fastthread rb-ferret rb-gettext rb-locale rb-highline rb-lockfile >rb-mime-types rb-ncurses-ruby rb-net-ssh rb-rake rb-rmail rb-trollop
>--->  Verifying checksum(s) for rb-fastthread
>Error: Checksum (md5) mismatch for fastthread-1.0.7.gem
>Error: Checksum (sha1) mismatch for fastthread-1.0.7.gem
>Error: Checksum (rmd160) mismatch for fastthread-1.0.7.gem
>***
>The non-matching file appears to be HTML. See this page for possible reasons
>for the checksum mismatch:
><http://trac.macports.org/wiki/MisbehavingServers>
>***
>Error: Target org.macports.checksum returned: Unable to verify file checksums
>Error: Failed to install rb-fastthread
>Log for rb-fastthread is at: >/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_ruby_rb->fastthread/main.log
>Error: The following dependencies were not installed: rb-fastthread rb-ferret rb-gettext rb-locale rb->highline rb-lockfile rb-mime-types rb-ncurses-ruby rb-net-ssh rb-rake rb-rmail rb-trollop
>Error: Status 1 encountered during processing.
>To report a bug, see <http://guide.macports.org/#project.tickets>

错误似乎表明我的DNS服务器没有正确重定向,但是我使用的是Goolge的8.8.8.8和8.8.4.4服务器,所以这应该不是问题。

OSX 10.6和ruby 1.9.2p180(2011-02-18修订版30909)[x86_64-darwin10]。

任何建议都将不胜感激。

感谢。

尝试了这些结果的sudo gem install sup: -

>sudo gem install sup
>Building native extensions.  This could take a while...
>ERROR:  Error installing sup:
>        ERROR: Failed to build gem native extension.

>/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
>checking for unistd.h... yes
>checking for locale.h... yes
>checking for ncurses.h... yes
>checking for wmove() in -lncursesw... no
>checking for wmove() in -lpdcurses... no
>*** extconf.rb failed ***
>Could not create Makefile due to some reason, probably lack of
>necessary libraries and/or headers.  Check the mkmf.log file for more
>details.  You may need configuration options.

>Provided configuration options:
>        --with-opt-dir
>        --without-opt-dir
>        --with-opt-include
>        --without-opt-include=${opt-dir}/include
>        --with-opt-lib
>        --without-opt-lib=${opt-dir}/lib
>        --with-make-prog
>        --without-make-prog
>        --srcdir=.
>        --curdir
>        --ruby=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
>        --with-ncurseswlib
>        --without-ncurseswlib
>        --with-pdcurseslib
>        --without-pdcurseslib
>extconf.rb:46: ncurses library not found (RuntimeError)

我之前通过sudo port install ncurses + universial

安装了ncurses

1 个答案:

答案 0 :(得分:0)

显然Mac OSX已经安装了ncurses,所以它可能只是一个$ PATH问题? locate ncurses是否显示有用的内容?如果我在这里运行它,我在/ Developer(iPhone .dylibs)中有一些东西,ports文件,以及/ usr / include和/ usr / lib中的一些东西,包括:

/usr/bin/ncurses5.4-config
/usr/include/ncurses.h
/usr/include/ncurses_dll.h
/usr/lib/libncurses.5.4.dylib
/usr/lib/libncurses.5.dylib
/usr/lib/libncurses.dylib

您可以尝试手动定位ncurses lib,然后更改gem install sup

的配置选项