From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.229.71 with SMTP id jh7cs124574icb; Wed, 26 Jan 2011 08:16:10 -0800 (PST) Received: by 10.204.53.78 with SMTP id l14mr614769bkg.16.1296057990100; Wed, 26 Jan 2011 08:06:30 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id u21si18026102vcr.84.2011.01.26.08.06.29; Wed, 26 Jan 2011 08:06:30 -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 9339C18583CD; Wed, 26 Jan 2011 11:06:29 -0500 (EST) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 70F8F18583CC for ; Wed, 26 Jan 2011 10:50:17 -0500 (EST) Received: from w by entry.masanjin.net with local (Exim 4.69) (envelope-from ) id 1Pi7dQ-0007KA-6V for sup-talk@rubyforge.org; Wed, 26 Jan 2011 10:50:16 -0500 From: William Morgan To: sup-talk In-reply-to: References: <1295068347-sup-3453@zyrg.net> <1295301694-sup-2240@eris> <1295321122-sup-9696@zyrg.net> Date: Wed, 26 Jan 2011 10:50:15 -0500 Message-Id: <1296056218-sup-3756@masanjin.net> User-Agent: Sup/git Subject: Re: [sup-talk] Sup 0.12 released 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 Hi Andrei, These problems are all 1.9 related. But I'm very interested in getting Sup working with 1.9, so let's see if we can figure something out. Reformatted excerpts from Andrei Thorp's message of 2011-01-25: > * use ruby-xapian-full You may not need this; see Rich's comments earlier. > * need gettext to be a gem and not a regular install... -- pacman -Rd > your ruby-gettext and sudo gem install ruby-gettext (STILL A PROBLEM, > SHOULD TALK TO THE MAINTAINER OF THAT PACKAGE) Perhaps the package has not been updated to 1.9? > * gem install sup: > - Won't install in local mode (i.e. into your ~), fyi (not that I care a lot) What is ther error? Sup shouldn't care where its source files go. > - Still attempts to build ncurses (which fails)? Why's that? If I > override and install it without dependencies it seems to use ncursesw > happily enough. This is weird. Sup doesn't depend on the ncurses gem any more. And that gem doesn't build under 1.9. Sup now depends on the ncursesw gem (which Rich has been releasing newer versions of) which *does* support 1.9. > * The new package throws up this runtime error without a .sup directory: > > --- RuntimeError from thread: main > can't modify frozen string > /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/account.rb:54:in > `force_encoding' This is the most troubling. I will see if I can figure out what's going on here. I've seen this before and it's another symptom of Ruby 1.9 string insanity. > The above I've seen to be bug 98 on the bugtracker... but for whatever > reason, the bugtracker has been down for a week or two on my end. Due to spam reasons I've shut it down, at least for the time being. > What xapian package do you recommend using? Maybe that's the source of > my problems. I suspect not, given the above. -- William _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk