From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.28.69 with SMTP id l5cs229415ebc; Sun, 31 Jan 2010 13:44:48 -0800 (PST) Received: by 10.224.34.145 with SMTP id l17mr1595731qad.215.1264974287485; Sun, 31 Jan 2010 13:44:47 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 2si1526291qwi.35.2010.01.31.13.44.46; Sun, 31 Jan 2010 13:44:47 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id A06E01D788B8; Sun, 31 Jan 2010 16:44:46 -0500 (EST) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 95CC61858313 for ; Sun, 31 Jan 2010 16:38:29 -0500 (EST) Received: from localhost ([127.0.0.1] helo=entry.masanjin.net) by entry.masanjin.net with esmtp (Exim 4.69) (envelope-from ) id 1NbhUv-00027N-2B for sup-devel@rubyforge.org; Sun, 31 Jan 2010 16:38:28 -0500 MIME-Version: 1.0 To: sup-devel@rubyforge.org From: anonymous Date: Sun, 31 Jan 2010 21:38:24 +0000 Precedence: bulk X-Roundup-Name: Sup issue tracker X-Roundup-Loop: hello X-Roundup-Version: 1.4.10 Message-Id: <1264973904.76.0.328276768293.issue59@masanjin.net> X-Roundup-issue-status: unread X-Roundup-issue-priority: bug In-Reply-To: <1264973904.76.0.328276768293.issue59@masanjin.net> Subject: [sup-devel] [issue59] gem install sup on osx 10.6 fails due to .bundle instead of .so being built in xapian-full X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Reply-To: Sup issue tracker , Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org New submission from anonymous: on a default os X 10.6 machine (after updating rubygems) doing a 'gem sup install' fails: The problem is xapian-full is making a .bundle instead of a .so. It's easy to change to make a .so file (just remove the -bundle and chenge the output to .so, but I know nothing of Ruby, or how to make ruby gems behave. I can manually build the .so file, but then doing another 'gem install sup' just replaces the directory I just fixed. So I don't even know of how to work-around this. Below is the evil details: p.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin10.0 -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin10.0 -fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized -fvisibility=hidden -I/Users/tara/.gem/ruby/1.8/gems/xapian-full-1.1.3.1/xapian-core-1.1.3/include -g -O2 -MT xapian_wrap.lo -MD -MP -MF .deps/xapian_wrap.Tpo -c xapian_wrap.cc -fno-common -DPIC -o .libs/xapian_wrap.o mv -f .deps/xapian_wrap.Tpo .deps/xapian_wrap.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized -fvisibility=hidden -I/Users/tara/.gem/ruby/1.8/gems/xapian-full-1.1.3.1/xapian-core-1.1.3/include -g -O2 -avoid-version -module -shrext ".bundle" -o _xapian.la -rpath /Library/Ruby/Site/1.8/universal-darwin10.0 xapian_wrap.lo /Users/tara/.gem/ruby/1.8/gems/xapian-full-1.1.3.1/xapian-core-1.1.3/libxapian-1.1.la -lstdc++ libtool: link: g++ -Wl,-undefined -Wl,dynamic_lookup -o .libs/_xapian.bundle -bundle .libs/xapian_wrap.o /Users/tara/.gem/ruby/1.8/gems/xapian-full-1.1.3.1/xapian-core-1.1.3/.libs/libxapian-1.1.dylib -lz -lstdc++ libtool: link: dsymutil .libs/_xapian.bundle || : libtool: link: ( cd ".libs" && rm -f "_xapian.la" && ln -s "../_xapian.la" "_xapian.la" ) mkdir -p lib cp xapian-bindings-1.1.3/ruby/.libs/_xapian.so lib cp: xapian-bindings-1.1.3/ruby/.libs/_xapian.so: No such file or directory rake aborted! /Users/tara/.gem/ruby/1.8/gems/xapian-full-1.1.3.1/rakefile:6:in `system!' (See full trace by running task with --trace) Gem files will remain installed in /Users/tara/.gem/ruby/1.8/gems/xapian-full-1.1.3.1 for inspection. Results logged to /Users/tara/.gem/ruby/1.8/gems/xapian-full-1.1.3.1/gem_make.out tara@mudita ~ % gem install ferret ---------- messages: 144 nosy: anonymous priority: bug ruby_version: 1.8.7 status: unread sup_version: 0.10.2 title: gem install sup on osx 10.6 fails due to .bundle instead of .so being built in xapian-full _________________________________________ Sup issue tracker _________________________________________ _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel