Thanks Matt.  It seems to work now.  I figured I was missing something.

BTW, the tests seem anti-climatic after they're all over.  It'd be nice if
the build.sh script printed out a big "Success!"  message at the end if
everything passed.  Maybe for 1.4?

Scott


On 2/24/10 11:07 AM, "Matt Massie" said:

> Scott-
> 
> It looks like you need to install the simplejson python module on your box.
> 
> -Matt
> 
> On Wed, Feb 24, 2010 at 11:01 AM, Scott Banachowski
> <sbana...@yahoo-inc.com>wrote:
> 
>> 
>> 
>> 
>> On 2/24/10 10:39 AM, "Doug Cutting" said:
>> 
>>> Scott Banachowski wrote:
>>>> "build.sh test" seems to fail for interop tests, but I suspect it's my
>>>> environment and haven't had a chance to investigate why.  I assume
>> others
>>>> would have flagged this otherwise.
>>> 
>>> What environment?  How did they fail?
>>> 
>> 
>> Here's the output of the tail end of the build, where it fails for me:
>> 
>> 
>> creating test_interop_data
>> Making all in examples
>> /Users/sbanacho/candidate/avro-src-1.3.0/build/c/examples
>> make[2]: Nothing to be done for `all'.
>> make[2]: Nothing to be done for `all-am'.
>> + cd lang/ruby
>> /Users/sbanacho/candidate/avro-src-1.3.0/lang/ruby
>> + rake interop
>> (in /Users/sbanacho/candidate/avro-src-1.3.0/lang/ruby)
>> rake aborted!
>> no such file to load -- echoe
>> /Users/sbanacho/candidate/avro-src-1.3.0/lang/ruby/rakefile:18
>> (See full trace by running task with --trace)
>> + /bin/bash share/test/interop/bin/test_rpc_interop.sh
>> /Users/sbanacho/candidate/avro-src-1.3.0
>> TEST: share/test/interop/rpc/add/onePlusOne
>> 177 [main] INFO org.mortbay.log - Logging to
>> org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
>> 203 [main] INFO org.mortbay.log - jetty-1.3.0
>> 267 [main] INFO org.mortbay.log - Started socketconnec...@0.0.0.0:51300
>> 2
>> Closing server.
>> 175 [main] INFO org.mortbay.log - Logging to
>> org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
>> 201 [main] INFO org.mortbay.log - jetty-1.3.0
>> 258 [main] INFO org.mortbay.log - Started socketconnec...@0.0.0.0:51306
>> Traceback (most recent call last):
>>  File "lang/py/src/avro/tool.py", line 26, in <module>
>>    from avro import io
>>  File "/Users/sbanacho/candidate/avro-src-1.3.0/lang/py/src/avro/io.py",
>> line 40, in <module>
>>    from avro import schema
>>  File
>> "/Users/sbanacho/candidate/avro-src-1.3.0/lang/py/src/avro/schema.py", line
>> 39, in <module>
>>    import json
>> ImportError: No module named json
>> 
>> 

Reply via email to