Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A397D313 for ; Thu, 20 Dec 2012 16:22:18 +0000 (UTC) Received: (qmail 24454 invoked by uid 500); 20 Dec 2012 16:22:18 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 24406 invoked by uid 500); 20 Dec 2012 16:22:18 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 24397 invoked by uid 99); 20 Dec 2012 16:22:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2012 16:22:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of martin@rapportive.com) Received: from [209.85.219.43] (HELO mail-oa0-f43.google.com) (209.85.219.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2012 16:22:11 +0000 Received: by mail-oa0-f43.google.com with SMTP id k1so3574532oag.30 for ; Thu, 20 Dec 2012 08:21:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:from:date :message-id:subject:to:content-type:x-gm-message-state; bh=/HznHl5RhjtC/hJwMstyuIOph1G42JE1gSogbxqx1Bw=; b=QXE2m9jpejpcDUt7FOqds6YTmslFmRfWsuJMi7wH68DlHDl+TVgMl3Ez72lEXKUOwu 1TgS0eR8/zd5TCODe4lK5YiHXITeDMUam1rxaotMEs1zaW0hyKUtMmeVjwuag3NfEPRG mdKm8gKUZwpNQ3bkw7YigV0SiGDZiQI7327C4F00wxSRiViCH2P4jtalm4BA6QJrXCqc AlHV7TKHKYlVaI/h7BKcOaV3MGTJiJU2SiFboXqeNfkrbRhhmXSMRVvymAFVtsydSxIA T3MM6A0khS/s16U71+S9Skm1nCGG8Be3hRV97B6fD/0JGVW/hOlT6opNk2aDO/myvuIB odtQ== Received: by 10.182.154.70 with SMTP id vm6mr8645747obb.50.1356020510932; Thu, 20 Dec 2012 08:21:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.60.136.164 with HTTP; Thu, 20 Dec 2012 08:21:30 -0800 (PST) X-Originating-IP: [69.28.149.29] In-Reply-To: References: From: Martin Kleppmann Date: Thu, 20 Dec 2012 08:21:30 -0800 Message-ID: Subject: Re: Ruby tests failing on new environment To: dev@avro.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkmpasbsh40Q2aWFaNjxPZ8uVGBpQSTHYlfsNFmcrXVU7xfFtlVZEV3uKMxzvfRZmWpFqZ0 X-Virus-Checked: Checked by ClamAV on apache.org Try `gem install echoe`. I'd like to remove the echoe dependency, actually. I may submit a patch for that. Martin On 20 December 2012 07:14, Christopher McConnell wrote: > Hello all, > > I'm starting the process of downloading/building/testing the Avro source, > all went well except for the Ruby testing. Here is some information, not > sure if this is my environment, or my ignorance. :-) > > Avro: latest trunk (pulled 12/19) > OS: CentOS 6.2 > Linux: 2.6.32-220.el6.x86_64 > Rake: 0.8.7 > Ruby 1.8.7 > > Execution of Ruby clean and test: > > [ctm@localhost ruby]$ rake --trace clean test > (in /home/ctm/avro-trunk/lang/ruby) > rake aborted! > no such file to load -- echoe > /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require' > /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' > /home/ctm/avro-trunk/lang/ruby/Rakefile:18 > /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2382:in `load' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2382:in > `raw_load_rakefile' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2067:in > `standard_exception_handling' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2015:in `load_rakefile' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1999:in `run' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2067:in > `standard_exception_handling' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1997:in `run' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31 > /usr/bin/rake:19:in `load' > /usr/bin/rake:19 > > Any insights are appreciated! If there is more information that is needed, > please let me know. > > Cheers, > Chris