From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.229.71 with SMTP id jh7cs163048icb; Tue, 18 Jan 2011 23:02:33 -0800 (PST) Received: by 10.229.224.13 with SMTP id im13mr331000qcb.70.1295420552641; Tue, 18 Jan 2011 23:02:32 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id x6si13572175qcq.49.2011.01.18.23.02.32; Tue, 18 Jan 2011 23:02:32 -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; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 0820A185836C; Wed, 19 Jan 2011 02:02:32 -0500 (EST) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by rubyforge.org (Postfix) with ESMTP id C008A1858357 for ; Wed, 19 Jan 2011 00:55:58 -0500 (EST) Received: by wyb42 with SMTP id 42so507165wyb.23 for ; Tue, 18 Jan 2011 21:55:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=MRiRSv173N19w+blORDIWYIctwbJ1ZQQeizUxya96LI=; b=tsUBjspcx1CPmfjU2MWCeaZgZ7tOFJNmBJqm+1p/8AUSC5h1F0SP1LBRoLnqwTWU9+ nMoj34HhB24oSJe/8eBxl+jmcXlLhsWcTSnbZxAhYj8g0ZB6moJ9EExoM/pUn3u7OgdO pmvdGK4FVqhd3UIfw2m2gy1xvYyYh1dMfaye0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=U2KRpgbJpQ2fCuo3OWHYOWLZ1c4suwc+JEZme/5FIwE+VC7R5SCkVZK8lv+l/Wmdqu bxR5nz6MlCtqITShEQ+/k/pBKQsmQUx11Jxq1WjZl62x7ro5MZ62KqJjTpG4gyyBHxVn w0x2bDFYwPP9soXNBai7HkVWnzooyogNOO1UA= MIME-Version: 1.0 Received: by 10.227.129.1 with SMTP id m1mr267007wbs.30.1295416556741; Tue, 18 Jan 2011 21:55:56 -0800 (PST) Received: by 10.227.153.17 with HTTP; Tue, 18 Jan 2011 21:55:56 -0800 (PST) Date: Wed, 19 Jan 2011 11:25:56 +0530 Message-ID: From: "Jagadeesh N. Malakannavar" To: sup-talk@rubyforge.org Subject: [sup-talk] issue after upgrading sup mainline 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: , Content-Type: multipart/mixed; boundary="===============0355954572==" Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org --===============0355954572== Content-Type: multipart/alternative; boundary=0016e659f484b364b2049a2cab24 --0016e659f484b364b2049a2cab24 Content-Type: text/plain; charset=ISO-8859-1 Hi, I wanted to use 0.12 version of sup and did git pull. But getting below error. jagadeesh@jagadeesh-laptop ~/Downloads/SUP/mainline $ ls bin devel lib README.txt sup-version.rb bugs doc LICENSE ReleaseNotes test contrib HACKING protocol.md release-script.txt www CONTRIBUTORS History.txt Rakefile sup-files.rb jagadeesh@jagadeesh-laptop ~/Downloads/SUP/mainline $ ruby -I lib -w bin/sup ./lib/sup/util.rb:330: warning: `&' interpreted as argument prefix /usr/lib/ruby/1.8/pathname.rb:263: warning: `*' interpreted as argument prefix ./lib/sup/util.rb:19: warning: method redefined; discarding old gen_lock_id ./lib/sup/util.rb:30: warning: method redefined; discarding old dump_lock_id ./lib/sup/util.rb:107: warning: method redefined; discarding old calculate_boundaries ./lib/sup/message.rb:285: warning: `&' interpreted as argument prefix ./lib/sup/index.rb:564: warning: `&' interpreted as argument prefix ./lib/sup/index.rb:17: Xapian version 1.2.1 or higher required (RuntimeError) from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' from ./lib/sup.rb:359 from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' from bin/sup:22 jagadeesh@jagadeesh-laptop ~/Downloads/SUP/mainline $ ruby -v ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] Can someone help me fixing this issue? Thanks --0016e659f484b364b2049a2cab24 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I wanted to use 0.12 version of sup= and did git pull. But getting below error.

j= agadeesh@jagadeesh-laptop ~/Downloads/SUP/mainline $ ls
bin =A0 = =A0 =A0 =A0 =A0 devel =A0 =A0 =A0 =A0lib =A0 =A0 =A0 =A0 =A0README.txt =A0 = =A0 =A0 =A0 =A0sup-version.rb
bugs =A0 =A0 =A0 =A0 =A0doc =A0 =A0 =A0 =A0 =A0LICENSE =A0 =A0 =A0Rele= aseNotes =A0 =A0 =A0 =A0test
contrib =A0 =A0 =A0 HACKING =A0 =A0 = =A0protocol.md =A0release-script.txt =A0= www
CONTRIBUTORS =A0History.txt =A0Rakefile =A0 =A0 sup-files.rb<= /div>

jagadeesh@jagadeesh-laptop ~/Downloads/SUP/mainline $ r= uby -I lib -w bin/sup
./lib/sup/util.rb:330: warning: `&'= interpreted as argument prefix
/usr/lib/ruby/1.8/pathname.rb:263= : warning: `*' interpreted as argument prefix
./lib/sup/util.rb:19: warning: method redefined; discarding old gen_lo= ck_id
./lib/sup/util.rb:30: warning: method redefined; discarding= old dump_lock_id
./lib/sup/util.rb:107: warning: method redefine= d; discarding old calculate_boundaries
./lib/sup/message.rb:285: warning: `&' interpreted as argument= prefix
./lib/sup/index.rb:564: warning: `&' interpreted = as argument prefix
./lib/sup/index.rb:17: Xapian version 1.2.1 or= higher required (RuntimeError)
from = /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require= 9;
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from = ./lib/sup.rb:359
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `g= em_original_require'
from = /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
= from bin/s= up:22
jagadeesh@jagadeesh-laptop ~/Downloads/SUP/mainline $ ruby -v
ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux]

<= /div>
Can someone help me fixing this issue?

Thanks
--0016e659f484b364b2049a2cab24-- --===============0355954572== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk --===============0355954572==--