
neo4j gem cannot be built from the source
Reported by Jaroslaw Zabiello | October 10th, 2009 @ 03:39 PM | in 0.3.3
git clone git://github.com/andreasronge/neo4j.git
cd neo4j
$ jrake package --trace
(in /Volumes/Bydle/INSTALKI/Databases/Neo4J/neo4j)
** Invoke package (first_time)
** Invoke pkg/neo4j-0.3.2.tgz (first_time)
** Invoke pkg/neo4j-0.3.2 (first_time)
** Invoke LICENSE (first_time, not_needed)
** Invoke CHANGELOG (first_time, not_needed)
** Invoke README.rdoc (first_time, not_needed)
** Invoke Rakefile (first_time, not_needed)
rake aborted!
Don't know how to build task 'neo4j.gemspec'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in `[]'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:605:in `invoke_prerequisites'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
/opt/jruby/lib/ruby/1.8/monitor.rb:242:in `mon_synchronize'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
/opt/jruby/lib/ruby/1.8/monitor.rb:242:in `mon_synchronize'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
/opt/jruby/lib/ruby/1.8/monitor.rb:242:in `mon_synchronize'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/bin/rake:31
/Users/zbiru/.gem/jruby/1.8/gems/rake-0.8.7/bin/rake:19:in `load'
/opt/local/bin/jrake:19
@@@
Comments and changes to this ticket
-
Andreas Ronge October 12th, 2009 @ 10:24 PM
- Milestone set to 0.3.3
-
Andreas Ronge October 12th, 2009 @ 10:25 PM
- State changed from new to resolved
(from [677df6a8a7a201410e8df6c7ee010c22652b9456]) Removed github gem repository stuff, Fixed package rake task [#86 state:resolved] http://github.com/andreasronge/neo4j/commit/677df6a8a7a201410e8df6c...
-
Andreas Ronge October 19th, 2009 @ 10:12 PM
- State changed from resolved to open
Still not working.
-
Andreas Ronge October 22nd, 2009 @ 10:04 PM
- State changed from open to resolved
(from [2e18b4a34444d1e91bee9bf44bec9ecea871b410]) Fixed Rake problem, rake gem:install did not work [#86 state:resolved] http://github.com/andreasronge/neo4j/commit/2e18b4a34444d1e91bee9bf...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails
People watching this ticket
Tags
Referenced by
-
86 neo4j gem cannot be built from the source (from [677df6a8a7a201410e8df6c7ee010c22652b9456]) Removed...
-
86 neo4j gem cannot be built from the source (from [2e18b4a34444d1e91bee9bf44bec9ecea871b410]) Fixed R...