jhs / build-couchdb

Batteries-included CouchDB build system
68 stars 17 forks source link

rake problem #11

Closed kentyler closed 14 years ago

kentyler commented 14 years ago

trying to set up on an amazon instance

had to figure out how to install git... which took some doing for a windows guy

git worked...

everything worked until i typed "rake"

then i got

(in /root/build-couchdb) mkdir -p /root/build-couchdb/build/bin rake aborted! undefined method `mktmpdir' for Dir:Class

(See full trace by running task with --trace)

this instance is: Basic Fedora Core 8

Basic Fedora Core 8 (AMI Id: ami-84db39ed) Minimal Fedora Core 8, 32-bit architecture, and Amazon EC2 AMI Tools.

kentyler commented 14 years ago

here's the trace:

[root@ip-10-196-143-193 build-couchdb]# rake --trace (in /root/build-couchdb) * Invoke default (first_time) * Invoke build:couchdb (first_time) * Invoke erlang:build (first_time) * Invoke known_distro (first_time) * Invoke known_mac (first_time) * Execute known_mac * Invoke known_ubuntu (first_time) * Execute known_ubuntu * Invoke known_debian (first_time) * Execute known_debian * Invoke known_redhat (first_time) * Execute known_redhat * Execute known_distro * Invoke /root/build-couchdb/build/bin/erl (first_time) * Invoke /root/build-couchdb/build/bin/autoconf2.59 (first_time) * Invoke environment:path (first_time) * Invoke /root/build-couchdb/build/bin (first_time, not_needed) * Execute environment:path \ Execute /root/build-couchdb/build/bin/autoconf2.59 rake aborted! undefined method mktmpdir' for Dir:Class /root/build-couchdb/tasks/toolchain.rake:14 /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:614:incall' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:614:in execute' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:611:ineach' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:611:in execute' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:577:ininvoke_with_call_chain' /usr/lib/ruby/1.8/monitor.rb:242:in synchronize' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:570:ininvoke_with_call_chain' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:587:in invoke_prerequisites' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:584:ineach' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:584:in invoke_prerequisites' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:576:ininvoke_with_call_chain' /usr/lib/ruby/1.8/monitor.rb:242:in synchronize' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:570:ininvoke_with_call_chain' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:587:in invoke_prerequisites' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:584:ineach' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:584:in invoke_prerequisites' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:576:ininvoke_with_call_chain' /usr/lib/ruby/1.8/monitor.rb:242:in synchronize' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:570:ininvoke_with_call_chain' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:587:in invoke_prerequisites' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:584:ineach' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:584:in invoke_prerequisites' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:576:ininvoke_with_call_chain' /usr/lib/ruby/1.8/monitor.rb:242:in synchronize' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:570:ininvoke_with_call_chain' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:587:in invoke_prerequisites' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:584:ineach' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:584:in invoke_prerequisites' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:576:ininvoke_with_call_chain' /usr/lib/ruby/1.8/monitor.rb:242:in synchronize' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:570:ininvoke_with_call_chain' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:563:in invoke' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2018:ininvoke_task' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1996:in top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1996:ineach' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1996:in top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2035:instandard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1990:in top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1969:inrun' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2035:in standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1966:inrun' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31 /usr/bin/rake:19:in `load' /usr/bin/rake:19

jhs commented 14 years ago

I think this is due to an old Ruby version in Fedora 8. Fedora 8 was release nearly 3 years ago so I did not expect anybody to use it.

I would love to support Fedora 8 since it is used in Amazon EC2 still. However in the meantime, I suggest you use a newer distribution if possible. For example, I know the official Ubuntu Server releases from Canonical work with build-couchdb.

kentyler commented 14 years ago

thanks, problem is, the fedora releases are the ones that are available on the "amazon instances", no ubuntu. There are ubuntu instances in the "public instances", but they look like just stuff different people are trying in a huge pile of possibilities.... i guess i could just try any one of them

kentyler commented 14 years ago

ok, i found an ubuntu instance i could use... now there's a problem with the compiler:Amazon EC2 Ubuntu 8.04 hardy AMI built by Eric Hammond http://alestic.com http://ec2ubuntu-group.notlong.com

root@ip-10-202-213-188:~# sudo apt-get install make gcc zlib1g-dev libssl-dev libreadline5-dev rake Reading package lists... Done Building dependency tree Reading state information... Done make is already the newest version. make set to manually installed. Package gcc is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package gcc has no installation candidate root@ip-10-202-213-188:~#

jhs commented 14 years ago

At this time, only Ubuntu 9.10 and 10.04 are supported. Ubuntu 8.04 is also 2.5 years old. I would like to support it as well but it is unsupported at this time.

Anything from canonical-cloud-us is an official Ubuntu release from Canonical. For example, ami-255bbc4c and ami-5059be39 are ones I use a lot.

kentyler commented 14 years ago

thanks, i changed to using elasticfox, so i can find instances by name, i'm using 9.1 instances, including the 2 you mention above... i must be doing something wrong... as i can never connect to them... when i try just going to their "public dns" it can't be found... so i don't think its an ssh problem... i think the instance just is not "there" from an external point of view... i've created instances with this same security profile that were addressable... so i really don't know what's going on....

jhs commented 14 years ago

I will leave this issue open so that I can update it and hopefully people will see when Fedora 8 and older but reasonably recent distros become supported.

About Elasticfox, I use it and it takes a little practice. With the Ubuntu AMIs, the trick is to make sure you are booting with the right key and also to SSH as the ubuntu user. Good luck!

kentyler commented 14 years ago

so, logging is an ubuntu rather than as root did the trick... i thought i was home free... but then rake ended in this (i'm using ami-5059be39): checking for m4... no checking whether m4 supports frozen files... no configure: error: GNU M4 1.4 is required

kentyler commented 14 years ago

so... unix has been kicking me in the head for 2 days now... i decided i could at least try sudo apt-get install make M4, which, when i changed the M4 to m4, worked... and now the rake task is humming along....

kentyler commented 14 years ago

so it all builds... and when i type couchdb, i get: ubuntu@domU-12-31-39-05-59-04:~/build-couchdb/build/bin$ couchdb Apache CouchDB needs write permission on the data directory: /var/lib/couchdb/0.8.0

i look in sudoers and see

User privilege specification

root ALL=(ALL) ALL ubuntu ALL=(ALL) NOPASSWD:ALL

do i need to change one of these ? which is the couchdb user?

so, bummer... and why is it trying to write to a .8 directory ? isn't this couchdb 1.0 ? sorry for all the posts... i don't mean to sound whiny... but for those of us who are not unix mavens this is all pretty frustrating and quite daunting

ken tyler

kentyler commented 14 years ago

i just installed on another instance from the same starting place... now i get ubuntu@domU-12-31-39-09-55-C7:~/build-couchdb/build/bin$ ls couchdb dialyzer erlc gencfu genrb js-config run_erl uconv couchjs epmd escript gencnval icu-config makeconv to_erl derb erl genbrk genctd icuinfo pkgdata typer ubuntu@domU-12-31-39-09-55-C7:~/build-couchdb/build/bin$ couchdb The program 'couchdb' is currently not installed. You can install it by typing: sudo apt-get install couchdb .........................since i just finished installing it this seems a little crazy

jhs commented 14 years ago

Oh great, I think you are quite close! Try

./couchdb

instead. Or you can use

~/build-couchdb/build/bin/couchdb

to be a little more sure. I think that will do it.

kentyler commented 14 years ago

if you look you'll see i'm already in bin...7:~/build-couchdb/build/bin$ .....i just tried again to make sure

i can do ls and see the couchdb file

but typing couchdb returns... couchdb is not installed

this is the second time i've gone thru the whole process... set up an instance... follow the script... install git, install m4... pull down build-couch etc... same result

thanks for your attempts to help... i do appreciate the attention... just kind of angry tonight

ken tyler

jhs commented 14 years ago

Believe me, I understand your frustration. I have to work with this stuff all day! :)

Please confirm that you are typing the same as my example above. I suspect you accidentally omitted the initial dot and slash:

If you still have trouble, let me know. We can definitely get this solved!

jhs commented 14 years ago

Hopefully this will get couchdb running. In anticipation of that, I am wondering about your network permissions in EC2. That is another aspect requiring some attention (although it is not limited to EC2).

Basically, you have to be sure that you are allowing incoming connections on port 5984. In Elasticfox's Security Groups tab, make sure that you have a group (I call mine "couchdb") and in that group, confirm you have tcp, from port 5984, to port 5984, Source CIDR 0.0.0.0/0.

It is also necessary I think to specify that group before booting the server, although you can change the policy for that group at any time. Again, it's not CouchDB-specific, but one of the hurdles to clear with EC2.

kentyler commented 14 years ago

ok, my bad... too much about unix i don't understand... there is a difference between typing "couchdb" and "./couchdb"... ./couchdb works... hurrah!

kentyler commented 14 years ago

i have opened up port 5984 in my security group, and i specify the group before booting the server... i can get the build-couchdb script to run thru now... but when i try to start couch the control counsole just hangs with this line:

ubuntu@domU-12-31-39-04-65-84:~/build-couchdb$ build/bin/couchdb Apache CouchDB 1.0.1 (LogLevel=info) is starting. Apache CouchDB has started. Time to relax. [info] [<0.32.0>] Apache CouchDB has started on http://127.0.0.1:5984/ and i never get a command prompt back.... if i open close that console and open another one...and use curl to check, couch is not running. if i try to address that machine in a browser, like this: ec2-75-101-170-161.compute-1.amazonaws.com:5984... i get a "can't connect" message i'd like to set it as a daemon, so it runs whenever the server is booted thanks for your help

ken

jhs commented 14 years ago

To run CouchDB as a daemon, you would add the -b option. Run ./couchdb -h to get a help screen with all the options it supports. Also check the CouchDB wiki for the full documentation of how to run it.

For security, CouchDB does not respond to any query from the Internet, but only to those from the machine it is on. That is not very useful in EC2. I suggest you check out the documentation about configuring CouchDB however the simplest thing to do is copy and paste this into the EC2 shell.

curl -X PUT http://localhost:5984/_config/httpd/bind_address -d '"0.0.0.0"'

That will enable what you need. Good luck!

kentyler commented 14 years ago

i finally got all this working on an ubuntu 10 server from viviotech... thanks to everyone here for all the help. i never would have made it without you. ken tyler

jhs commented 14 years ago

That's great to hear. Good luck!

andrabr commented 13 years ago

Different OS, same problem:

rake aborted! undefined method `mktmpdir' for Dir:Class (See full trace by running task with --trace)

This happened on Mac OS 10.5.8, withXcode 3.1.4 (but first with Xcode 3.1.2).

Full trace below. Any insights?

eXO-coRTeXX:build-couchdb andrabr$ rake --trace (in /Users/andrabr/Zero/RnD/Couch/build-couchdb) * Invoke default (first_time) * Invoke couchdb:clean_install (first_time) * Invoke couchdb:build (first_time) * Invoke erlang:build (first_time) * Invoke known_distro (first_time) * Invoke known_mac (first_time) * Execute known_mac * Invoke known_ubuntu (first_time) * Execute known_ubuntu * Invoke known_debian (first_time) * Execute known_debian * Invoke known_redhat (first_time) * Execute known_redhat * Invoke known_opensuse (first_time) * Execute known_opensuse * Invoke known_slf (first_time) * Execute known_slf * Invoke known_solaris (first_time) * Execute known_solaris * Execute known_distro * Invoke build:os_dependencies (first_time) * Invoke build:mac_dependencies (first_time) * Invoke known_distro * Execute build:mac_dependencies * Invoke build:ubuntu_dependencies (first_time) * Invoke known_distro * Execute build:ubuntu_dependencies * Invoke build:debian_dependencies (first_time) * Invoke known_distro * Execute build:debian_dependencies * Invoke build:opensuse_dependencies (first_time) * Invoke known_distro * Execute build:opensuse_dependencies * Invoke build:solaris_dependencies (first_time) * Invoke known_distro * Execute build:solaris_dependencies * Execute build:os_dependencies * Invoke environment:path (first_time) * Invoke /Users/andrabr/Zero/RnD/Couch/build-couchdb/build/bin (first_time, not_needed) * Invoke known_distro * Execute environment:path * Invoke /Users/andrabr/Zero/RnD/Couch/build-couchdb/build/bin/erl (first_time) * Invoke /Users/andrabr/Zero/RnD/Couch/build-couchdb/build/bin/autoconf2.59 (first_time) * Invoke /opt/csw/bin/gm4 (first_time) * Invoke package:gm4 (first_time) * Invoke known_distro * Execute package:gm4 * Execute /opt/csw/bin/gm4 * Execute /Users/andrabr/Zero/RnD/Couch/build-couchdb/build/bin/autoconf2.59 * Invoke environment:path rake aborted! undefined method mktmpdir' for Dir:Class /Users/andrabr/Zero/RnD/Couch/build-couchdb/tasks/toolchain.rake:16 /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:incall' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in execute' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in execute' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:362:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:in synchronize' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:369:in invoke_prerequisites' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:in send' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:368:in invoke_prerequisites' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:361:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:in synchronize' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:369:in invoke_prerequisites' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:in send' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:368:in invoke_prerequisites' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:361:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:in synchronize' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:369:in invoke_prerequisites' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:in send' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:368:in invoke_prerequisites' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:361:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:in synchronize' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:369:in invoke_prerequisites' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:in send' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:368:in invoke_prerequisites' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:361:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:in synchronize' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:369:in invoke_prerequisites' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:in send' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:368:in invoke_prerequisites' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:361:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:in synchronize' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:ininvoke' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in top_level' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:ineach' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in top_level' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:instandard_exception_handling' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1733:in top_level' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1711:inrun' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in standard_exception_handling' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:inrun' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7 /usr/bin/rake:19:in `load' /usr/bin/rake:19

jhs commented 13 years ago

andrabr, if you still have this issue would you please post at http://github.com/couchone/build-couchdb -- thanks!

The issue discussed here is already closed so I want to keep them separate.

andrabr commented 13 years ago

DONE! - http://github.com/couchone/build-couchdb/issues/issue/2