From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.52.109.137 with SMTP id hs9cs28242vdb; Sat, 2 Apr 2011 14:32:27 -0700 (PDT) Received: by 10.52.74.196 with SMTP id w4mr1825425vdv.34.1301779947759; Sat, 02 Apr 2011 14:32:27 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id e9si4003229vcx.118.2011.04.02.14.32.27; Sat, 02 Apr 2011 14:32:27 -0700 (PDT) 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 700C718583B0; Sat, 2 Apr 2011 17:32:27 -0400 (EDT) Received: from mail-gw0-f50.google.com (mail-gw0-f50.google.com [74.125.83.50]) by rubyforge.org (Postfix) with ESMTP id B49301858300; Sat, 2 Apr 2011 17:32:14 -0400 (EDT) Received: by gwj16 with SMTP id 16so2097771gwj.23 for ; Sat, 02 Apr 2011 14:32:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :x-hashcash:x-hashcash:user-agent; bh=eWF9jMDqXaTnwXlLeJ/xgciF6E3JN1SkkjxPpX/l8BI=; b=S29xuNiNOys2sLc/ChwcSbpHdGSkFUhVeuynGO4NcAMAEZFYTcK4UKbVqqvunsH6hk I0ZepF6WJX/RyzUllJgpy5vHfRsL8bm8v/xg0qm7jt2gPnVZWxEHff5UVkUyhKR7amy3 KHfrH+U5l9FPA5Je75hIxpbbpNu2iUm91yl88= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-hashcash:user-agent; b=vmQkKXaqnw5HQ/cfRsPTduTqn22GAwkNSkVgui3To4qP/3vkougZ1JJAssHVMsPLSx L+3+dyUZq3syKvmvsqVst9wnYYuIi/k7CUhahP+Hsl8cDxUPE4LlKI1GpnBTBBLsskEf e+/PC7XugRSIZ1D82kJowzea1FBw/dsyAAfqY= Received: by 10.150.116.14 with SMTP id o14mr5643203ybc.400.1301779934217; Sat, 02 Apr 2011 14:32:14 -0700 (PDT) Received: from localhost ([190.246.184.204]) by mx.google.com with ESMTPS id h63sm1686484yhm.86.2011.04.02.14.32.11 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 02 Apr 2011 14:32:13 -0700 (PDT) Date: Sat, 2 Apr 2011 18:32:09 -0300 From: Mariano Mara To: sup-talk@rubyforge.org, sup-devel@rubyforge.org Message-ID: <20110402213209.GB2315@kafka> References: <1301767622-sup-4907@masanjin.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1301767622-sup-4907@masanjin.net> X-Hashcash: 1:20:110402:sup-talk@rubyforge.org::h6syEMVpUSD/TUSs:6H2C X-Hashcash: 1:20:110402:sup-devel@rubyforge.org::oVcHNo/1/XTM/jid:WWp User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: [sup-talk] turnsole alpha preview 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org On 02.04.11 18:15, William Morgan wrote: > Ok, if you've managed to get Heliotrope running, you can now try a super-alpha > preview of Turnsole, the curses client. > > Get it by cloning > https://wmorgan@github.com/wmorgan/turnsole.git > and then following the instructions in HACKING. You will have to update your > Heliotrope repo to the latest master as well. > > Things that work: searching, getting results from the server, viewing threads, > changing labels in thread-view-mode. (The very, very basics.) > > Things that don't work: almost everything else. Any by "don't work" I mean will > crash with a backtrace. Lots of code still needs to be updated. I've also > ripped out various hooks and config options when they've gotten in my way. > > But generally this should be a faster, leaner experience. It's at roughly 1/3 > the sup codebase and I'm hoping it won't grow too much more. > > For fun, run two turnsoles at the same time and marvel at your power. > -- > William > _______________________________________________ Hi there, ncursesw is giving me a hard time ("invalid value for @cert_chain" being the error). I tried ncursesw 1.2.4.1, 1.2.4.2 and 1.2.4.3 but all failed with the same error. Since I know nothin' about Ruby I was hoping somebody can suggest a way to fix this so that I can try turnsole (find below what I did). TIA, Mariano mariano@kafka:~/Sandbox/turnsole$ ruby --version ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux] mariano@kafka:~/Sandbox/turnsole$ gem --version 1.7.1 mariano@kafka:~/Sandbox/turnsole$ sudo gem install trollop ncursesw console Successfully installed trollop-1.16.2 Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::FormatException) ncursesw-1.2.4.3 has an invalid value for @cert_chain mariano@kafka:~/Sandbox/turnsole$ sudo gem install ncursesw --version '<1.2.4.3' Fetching: ncursesw-1.2.4.2.gem (100%) Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::FormatException) ncursesw-1.2.4.2 has an invalid value for @cert_chain _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk