From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.229.71 with SMTP id jh7cs140619icb; Wed, 26 Jan 2011 16:14:03 -0800 (PST) Received: by 10.229.246.79 with SMTP id lx15mr975943qcb.25.1296087242828; Wed, 26 Jan 2011 16:14:02 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id e28si33867921qck.91.2011.01.26.16.14.02; Wed, 26 Jan 2011 16:14:02 -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 44CF718583D9; Wed, 26 Jan 2011 19:14:02 -0500 (EST) Received: from mail-yw0-f50.google.com (mail-yw0-f50.google.com [209.85.213.50]) by rubyforge.org (Postfix) with ESMTP id 2C3D618583C1 for ; Wed, 26 Jan 2011 18:59:25 -0500 (EST) Received: by ywc21 with SMTP id 21so398159ywc.23 for ; Wed, 26 Jan 2011 15:59:24 -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=ATJyJmwhz29k/WtpIJVxe1bxhGSC1GbxnIyUOjqo3UM=; b=sGmwFmZk0GGGxFg/yh36kuWmfeuaJwfkuyjdWUZCOnTdcwDuozbMsfBavzfAWF3tl3 Jv1HuRb7ZYdOdqp/a71x5MEBsGS3yXaWLlnTdV/KdbrL0mxIEq3bfq+Y5fremfqfgLZD MYctEutxDZKpTg1NGCISlRUOR5qWpXm/xAGAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BPa//k/wb6QA/Gi6Wp5ShspQgoU2ZsAxShMl/aJVlfnrWGcaa4Qc3HGlUOiv6W7vm0 ENdT5x/qRgQbnvhVGtUrPgGRo5zqDF2yYQzz7Ocwo21oBjoL2sMgr1vr4Gy2waLzfOsU YqdurMV5XH6GdszcOXyiDzADBYue+WNUBvzCA= MIME-Version: 1.0 Received: by 10.100.119.1 with SMTP id r1mr54225anc.165.1296086364615; Wed, 26 Jan 2011 15:59:24 -0800 (PST) Received: by 10.100.225.4 with HTTP; Wed, 26 Jan 2011 15:59:24 -0800 (PST) Date: Wed, 26 Jan 2011 23:59:24 +0000 Message-ID: From: Hamish D To: sup-talk Subject: [sup-talk] problem starting sup 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 I have a strange problem when trying to start sup from master. I am running Ubuntu 10.10 x86_64. I have installed ruby and rubygems from the archive, but installed all the gems with "gem install" and sup is from git. I don't seem to be able to install xapian due to it looking for some 32 bit libraries on a path that doesn't exist on my 64 bit system, so I have installed the xapian-full gem, which installs fine. When I start sup I get: $ SUP_LOG_LEVEL=debug ruby -I /home/mish/dev/sup/sup-mainline/lib -w /home/mish/dev/sup/sup-mainline/bin/sup ... [Wed Jan 26 23:58:42 +0000 2011] locking /home/mish/.sup/lock... /home/mish/dev/sup/sup-mainline/lib/sup/index.rb:84: warning: instance variable @lock_update_thread not initialized /home/mish/dev/sup/sup-mainline/lib/sup/util.rb:602:in `method_missing': no Redwood::HookManager instance defined in method call to run! (RuntimeError) from /home/mish/dev/sup/sup-mainline/bin/sup:381 Any ideas? Hamish Downer _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk