From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: ferriswheel Newsgroups: gmane.comp.lang.ruby.raindrops.general Subject: failed install raindrops on mac osx 10.5.8 Date: Tue, 02 Aug 2011 14:46:55 +1000 Message-ID: <4E37813F.6080709@jetechserv.com> References: <4E37813F.6080709@jetechserv.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312260448 19143 80.91.229.12 (2 Aug 2011 04:47:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2011 04:47:28 +0000 (UTC) To: raindrops@librelist.org Original-X-From: raindrops@librelist.org Tue Aug 02 06:47:23 2011 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org In-Reply-To: <4E37813F.6080709@jetechserv.com> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:43 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qo6t0-0002Jf-5E for gclrrg-raindrops@m.gmane.org; Tue, 02 Aug 2011 06:47:22 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id A8F5721CA51 for ; Tue, 2 Aug 2011 04:48:11 +0000 (UTC) hello, whilst doing 'gem update' raindrops, a requirement for unicorn, i got this result. > $ gem update > Updating installed gems > Updating unicorn > Building native extensions. This could take a while... > ERROR: Error installing unicorn: > ERROR: Failed to build gem native extension. > > /Users/john/.rvm/rubies/ruby-1.9.2-head/bin/ruby extconf.rb > checking for mmap() in sys/mman.h... yes > checking for munmap() in sys/mman.h... yes > checking for mremap() in sys/mman.h... no > checking for getpagesize() in unistd.h... yes > checking for rb_thread_blocking_region()... yes > checking for rb_thread_io_blocking_region()... no > checking for GCC 4+ atomic builtins... no > checking for atomic_ops.h... no > > libatomic_ops is required if GCC 4+ is not used. > See http://www.hpl.hp.com/research/linux/atomic_ops/ > > Users of Debian-based distros may run: > > apt-get install libatomic-ops-dev > *** 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=/Users/john/.rvm/rubies/ruby-1.9.2-head/bin/ruby > --with-atomic_ops-dir > --without-atomic_ops-dir > --with-atomic_ops-include > --without-atomic_ops-include=${atomic_ops-dir}/include > --with-atomic_ops-lib > --without-atomic_ops-lib=${atomic_ops-dir}/lib > > > Gem files will remain installed in /Users/john/.rvm/gems/ruby-1.9.2-head/gems/raindrops-0.7.0 for inspection. > Results logged to /Users/john/.rvm/gems/ruby-1.9.2-head/gems/raindrops-0.7.0/ext/raindrops/gem_make.out > Nothing to update the same error occurs with manual install from the raindrop tarball. rvm 1.6.25 is installed. OS is mac osx 10.5.8. regards john