Created
August 22, 2010 07:01
-
-
Save hackervera/543454 to your computer and use it in GitHub Desktop.
build-couchdb geocouch error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git checkout geocouch | |
Already on 'geocouch' | |
git reset --hard | |
git clean -f -d | |
git ls-files --others -i --exclude-standard | xargs rm -v || true | |
./bootstrap | |
env LDFLAGS='-R/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib' CFLAGS='-I/root/build-couchdb/build/include/js' /root/build-couchdb/git-build/git%3A%2F%2Fgithub.com%2Fvmx%2Fcouchdb/configure --prefix=/root/build-couchdb/build --with-erlang=/root/build-couchdb/build/lib/erlang/usr/include | |
configure: WARNING: jsapi.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: jsapi.h: proceeding with the compiler's result | |
configure: WARNING: You will be unable to regenerate any man pages. | |
make | |
make[4]: *** [couch_spatial_updater.beam] Error 1 | |
make[3]: *** [all-recursive] Error 1 | |
make[2]: *** [all-recursive] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 | |
git ls-files --others --ignored --exclude-standard | xargs rm -vf | |
rake aborted! | |
Command failed with status (2): [make...] | |
/usr/lib/ruby/1.8/rake.rb:995 | |
/usr/lib/ruby/1.8/rake.rb:1010:in `call' | |
/usr/lib/ruby/1.8/rake.rb:1010:in `sh' | |
/usr/lib/ruby/1.8/rake.rb:1094:in `sh' | |
/root/build-couchdb/tasks/couchdb.rake:59 | |
/root/build-couchdb/tasks/couchdb.rake:51:in `chdir' | |
/root/build-couchdb/tasks/couchdb.rake:51 | |
/usr/lib/ruby/1.8/tmpdir.rb:129:in `mktmpdir' | |
/root/build-couchdb/tasks/couchdb.rake:50 | |
/usr/lib/ruby/1.8/rake.rb:636:in `call' | |
/usr/lib/ruby/1.8/rake.rb:636:in `execute' | |
/usr/lib/ruby/1.8/rake.rb:631:in `each' | |
/usr/lib/ruby/1.8/rake.rb:631:in `execute' | |
/usr/lib/ruby/1.8/rake.rb:597:in `invoke_with_call_chain' | |
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain' | |
/usr/lib/ruby/1.8/rake.rb:607:in `invoke_prerequisites' | |
/usr/lib/ruby/1.8/rake.rb:604:in `each' | |
/usr/lib/ruby/1.8/rake.rb:604:in `invoke_prerequisites' | |
/usr/lib/ruby/1.8/rake.rb:596:in `invoke_with_call_chain' | |
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain' | |
/usr/lib/ruby/1.8/rake.rb:607:in `invoke_prerequisites' | |
/usr/lib/ruby/1.8/rake.rb:604:in `each' | |
/usr/lib/ruby/1.8/rake.rb:604:in `invoke_prerequisites' | |
/usr/lib/ruby/1.8/rake.rb:596:in `invoke_with_call_chain' | |
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain' | |
/usr/lib/ruby/1.8/rake.rb:607:in `invoke_prerequisites' | |
/usr/lib/ruby/1.8/rake.rb:604:in `each' | |
/usr/lib/ruby/1.8/rake.rb:604:in `invoke_prerequisites' | |
/usr/lib/ruby/1.8/rake.rb:596:in `invoke_with_call_chain' | |
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain' | |
/usr/lib/ruby/1.8/rake.rb:583:in `invoke' | |
/usr/lib/ruby/1.8/rake.rb:2051:in `invoke_task' | |
/usr/lib/ruby/1.8/rake.rb:2029:in `top_level' | |
/usr/lib/ruby/1.8/rake.rb:2029:in `each' | |
/usr/lib/ruby/1.8/rake.rb:2029:in `top_level' | |
/usr/lib/ruby/1.8/rake.rb:2068:in `standard_exception_handling' | |
/usr/lib/ruby/1.8/rake.rb:2023:in `top_level' | |
/usr/lib/ruby/1.8/rake.rb:2001:in `run' | |
/usr/lib/ruby/1.8/rake.rb:2068:in `standard_exception_handling' | |
/usr/lib/ruby/1.8/rake.rb:1998:in `run' | |
/usr/bin/rake:28 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment