From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.86.63.8 with SMTP id l8cs166476fga; Fri, 5 Mar 2010 12:00:33 -0800 (PST) Received: by 10.224.109.213 with SMTP id k21mr699730qap.182.1267819231180; Fri, 05 Mar 2010 12:00:31 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 7si3960534qwb.20.2010.03.05.12.00.30; Fri, 05 Mar 2010 12:00:31 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-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-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 73F3418582FD; Fri, 5 Mar 2010 15:00:30 -0500 (EST) Received: from proofpoint2.lanl.gov (proofpoint2.lanl.gov [204.121.3.26]) by rubyforge.org (Postfix) with ESMTP id B326918582EA for ; Fri, 5 Mar 2010 15:00:16 -0500 (EST) Received: from mailrelay2.lanl.gov (mailrelay2.lanl.gov [128.165.4.103]) by proofpoint2.lanl.gov (8.14.3/8.14.3) with ESMTP id o25K0Gps029800 for ; Fri, 5 Mar 2010 13:00:16 -0700 Received: from ccn-mail.lanl.gov (ccn-mail.lanl.gov [128.165.4.105]) by mailrelay2.lanl.gov (Postfix) with ESMTP id 1382915FDB9F for ; Fri, 5 Mar 2010 13:00:16 -0700 (MST) Received: from localhost (localhost.localdomain [127.0.0.1]) by ccn-mail.lanl.gov (Postfix) with ESMTP id 12158410064 for ; Fri, 5 Mar 2010 13:00:16 -0700 (MST) X-NIE-2-Virus-Scanner: amavisd-new at ccn-mail.lanl.gov Received: from guava.lanl.gov (guava.lanl.gov [128.165.229.10]) by ccn-mail.lanl.gov (Postfix) with ESMTP id E2D6141005D for ; Fri, 5 Mar 2010 13:00:15 -0700 (MST) From: John Bent To: sup-talk In-reply-to: <1267804677-sup-3302@guava.lanl.gov> References: <1262098048-sup-7303@tw> <1262127103-sup-307@masanjin.net> <1262128268-sup-2780@tw> <1262128724-sup-1138@tilus.net> <1262130179-sup-8306@zyrg.net> <1262130868-sup-2032@masanjin.net> <1262133096-sup-2807@tangerine.lanl.gov> <1262557187-sup-8151@masanjin.net> <1267804677-sup-3302@guava.lanl.gov> Date: Fri, 05 Mar 2010 13:00:14 -0700 Message-Id: <1267818644-sup-5188@guava.lanl.gov> User-Agent: Sup/0.10.2 X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5, 1.2.40, 4.0.166 definitions=2010-03-05_12:2010-02-06, 2010-03-05, 2010-03-05 signatures=0 Subject: Re: [sup-talk] unread status X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from John Bent's message of Fri Mar 05 08:59:42 -0700 2010: > Excerpts from William Morgan's message of Sun Jan 03 15:22:25 -0700 > 2010: > > Reformatted excerpts from John Bent's message of 2009-12-29: > > > I spent a couple of unsuccessful hours last week trying to switch. > > > Anyway else on an old PPC OS X who has been able to transition? > > > > Please try sup-convert-ferret-index in git next and report any > > problems. > > > Although, I have xapian-full install, when I run > sup-convert-ferret-index, I get this error: > > guava:~>sup-convert-ferret-index > Error: you don't have the xapian gem installed, so this script won't do > much for you--`gem install xapian` (or xapian-full) first. > Try --help for help. > > I do have xapian-full installed: > Also, irb reports that I have xapian installed but I still get the error from sup-convert-ferret-index: 1) irb says that I have xapian: irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'xapian' => true irb(main):003:0> quit 2) gem list says that I have xapian: *** LOCAL GEMS *** ferret (0.11.6) gettext (2.1.0) highline (1.5.2) locale (2.0.5) lockfile (1.4.3) mime-types (1.16) ncursesw (1.2.4.1) net-ssh (2.0.20) rake (0.8.7) rmail (1.0.0) sup (0.10.2) trollop (1.15) xapian-full (1.1.3.4) 3) sup-convert-ferret-index says I don't have xapian: guava:~>sup-convert-ferret-index --verbose Error: you don't have the xapian gem installed, so this script won't do much for you--`gem install xapian` (or xapian-full) first. Try --help for help. guava:~>sup-convert-ferret-index --version sup-convert-ferret-index (sup 0.10.2) 4) ruby --version = 1.8.7 (2010-01-10 patchlevel 249) [i686-darwin10] I tried port install ruby19 but the build failed: 'rb_dl_callback_double_19_0_stdcall' undeclared Any ideas? Thanks, John > ROOT:guava:/Users/johnbent>gem install xapian-full > Building native extensions. This could take a while... > Successfully installed xapian-full-1.1.3.4 > 1 gem installed > Installing ri documentation for xapian-full-1.1.3.4... > Installing RDoc documentation for xapian-full-1.1.3.4... > > But installing xapian (just itself) fails. Looks like I'm missing > glibc-devel library or something: > > /bin/sh ../libtool --tag=CXX --mode=link g++ -fno-strict-aliasing > -Wall -Wno-unused -Wno-uninitialized -fvisibility=hidden > -I/opt/local/include -g -O2 -avoid-version -module -shrext ".bundle" > -o _xapian.la -rpath /opt/local/lib/ruby/site_ruby/1.8/i686-darwin10 > xapian_wrap.lo /opt/local/lib/libxapian.la -lstdc++ > g++ -shared -nostdlib > /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/../../../crti.o > /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/crtbeginS.o .libs/xapian_wrap.o > -Wl,--rpath -Wl,/opt/local/lib -Wl,--rpath -Wl,/opt/local/lib > /opt/local/lib/libxapian.dylib -L/opt/local/lib > -L/usr/lib/gcc/i686-pc-linux-gnu/4.4.1 > -L/usr/lib/gcc/i686-pc-linux-gnu/4.4.1/../../.. -lstdc++ -lm -lc -lgcc_s > /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/crtendS.o > /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/../../../crtn.o -Wl,-soname > -Wl,_xapian.bundle -o .libs/_xapian.bundle > i686-apple-darwin10-g++-4.0.1: > /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/../../../crti.o: No such file or > directory > i686-apple-darwin10-g++-4.0.1: > /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/crtbeginS.o: No such file or > directory > i686-apple-darwin10-g++-4.0.1: > /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/crtendS.o: No such file or > directory > i686-apple-darwin10-g++-4.0.1: > /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/../../../crtn.o: No such file or > directory > make[4]: *** [_xapian.la] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > extconf.rb:3:in `system!': unhandled exception > from extconf.rb:6 > > > Thanks, > > John _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk