From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.218.138 with SMTP id hq10cs105441icb; Fri, 24 Dec 2010 13:47:04 -0800 (PST) Received: by 10.224.74.14 with SMTP id s14mr9150957qaj.370.1293227223536; Fri, 24 Dec 2010 13:47:03 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id u16si8050872vby.60.2010.12.24.13.47.03; Fri, 24 Dec 2010 13:47:03 -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 E15F8167832B; Fri, 24 Dec 2010 16:47:02 -0500 (EST) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by rubyforge.org (Postfix) with ESMTP id 092011858389 for ; Fri, 24 Dec 2010 16:44:08 -0500 (EST) Received: by wwb31 with SMTP id 31so7513569wwb.23 for ; Fri, 24 Dec 2010 13:44:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=gsw4xrLEPJr+tnDD+26+LSw53eTsgTvxndoH6gs5rkE=; b=NYzbh8JndLmS+JYXtExVt6K5LOpd9dLiNntl3XXpT1ooHBhUFF3AFJ4yFxom0HPNEY hzejRWwrdQfjS+HBEdbtPCn00AotMqaXOs/o2qS88CJZ3FBQ4qi3IDbkDduoYjhhaiCr jn9u6Z7IdWye1CYabmrL1uyKnrQDnUoatxaa4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=eAg54YWCNCB2yOYcAWn9+adsalTXC5tlUBQTQO8GNI9V3+3vzalOj+8UlTuWCarsKo SEuGdfsDeAEe0B/b4hRETDr6rgLh0uAOviW5zLj8G/Dxayug9X5ru1+2+3CyjM1oG3dX bStq4GLnnhrdZUZSLUh8hFv7gzu/jSzvZLQkc= MIME-Version: 1.0 Received: by 10.227.136.132 with SMTP id r4mr6013455wbt.38.1293227048086; Fri, 24 Dec 2010 13:44:08 -0800 (PST) Received: by 10.227.151.73 with HTTP; Fri, 24 Dec 2010 13:44:08 -0800 (PST) Date: Fri, 24 Dec 2010 23:44:08 +0200 Message-ID: From: Matti Eiden To: sup-talk Subject: [sup-talk] Running sup on Ruby 1.9.2 (Arch Linux) 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 Hey folks, I somehow broke my Ruby 1.8 installation a few days ago and ended up trying to run sup with Ruby 1.9.2. I grabbed it from git, however the rake would fail for not finding "sup-files" and "sup-version". I changed these two lines in the Rakefile from require 'sup-files' require 'sup-version' to require './sup-files.rb' require './sup-version.rb' and a nice gem came out. Does anyone know what caused this? Has Ruby syntax for requiring local files changed or is my system just being weird? Also, after installing the gem it failed to run because rubygems was nagging I didn't have two other gems: ncurses and xapian-full. (xapian-full is provided in arch linux by xapian-ruby-bindings). Ncurses for 1.9.2.. I don't know if that even exists. And ncursesw works just fine. I guess there's a method to compile the gem to ignore dependencies? Anyway I just removed those dependencies to get it to work. I cloned earlier my own repository of sup where I made these changes if anybody wants to look (or get sup run on arch+ruby 1.9.2). It's available here: http://gitorious.org/sup/ruby192-arch Other than that, sup seems to work very well under 1.9.2! Nice job! Matti Eiden _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk