From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.87.14 with SMTP id k14cs1382344agb; Fri, 1 Jan 2010 20:36:21 -0800 (PST) Received: by 10.224.52.81 with SMTP id h17mr10065075qag.131.1262406981515; Fri, 01 Jan 2010 20:36:21 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 36si9387513qyk.92.2010.01.01.20.36.21; Fri, 01 Jan 2010 20:36:21 -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 4491118582CB; Fri, 1 Jan 2010 23:36:21 -0500 (EST) Received: from pion.club.cc.cmu.edu (PION.CLUB.CC.cmu.edu [128.237.157.88]) by rubyforge.org (Postfix) with ESMTP id 0373718582C7 for ; Fri, 1 Jan 2010 23:36:12 -0500 (EST) Received: from rlane by pion.club.cc.cmu.edu with local (Exim 4.69) (envelope-from ) id 1NQvim-0003zn-HY; Fri, 01 Jan 2010 23:36:12 -0500 From: Rich Lane To: Richard Sandilands In-reply-to: <2e8d08f1001012027w62bbff13gacd8a19a0394f7ed@mail.gmail.com> References: <1262382203-sup-1890@masanjin.net> <2e8d08f1001012027w62bbff13gacd8a19a0394f7ed@mail.gmail.com> Date: Fri, 01 Jan 2010 23:36:12 -0500 Message-Id: <1262406810-sup-6131@zyrg.net> User-Agent: Sup/git Cc: Sup-talk mailing list Subject: Re: [sup-talk] fun stuff in git next 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 Excerpts from Richard Sandilands's message of Fri Jan 01 23:27:25 -0500 2010: > I'm getting the following error after pulling next: > > /Library/Ruby/Gems/1.8/gems/sup-999/lib/sup/util.rb:520:in `send': > undefined method `stop_sync_worker' for > # (NoMethodError) > from /Library/Ruby/Gems/1.8/gems/sup-999/lib/sup/util.rb:520:in > `method_missing' > from /Users/richard/src/mainline/bin/sup:350 It looks like you're using the lib/ directory of an older installed gem. Make sure you have -I./lib (or the correct path to your sup lib dir) in your ruby arguments when running your git working copy. _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk