I can run make, make libs=shared, and make check all fine. There were three JS tests that failed with file errors but I'm pretty sure that's just the generally flakiness of async file deletes and what not.
make rel appears to work. It creates a release that I can start/stop/attach to and can at least hit the root resource when its running. This is the failure I get when attempting to do make icu=static https://gist.github.com/davisp/8acbacdf7413d39a209f On Wed, Jan 15, 2014 at 6:47 AM, Benoit Chesneau <[email protected]> wrote: > Hi Andy, > > On Wed, Jan 15, 2014 at 1:13 PM, Andy Wenk <[email protected]> wrote: >> >> >> >> how would a test look like? Can you specify this a little more in detail? I >> would like to help. >> >> > The version is normally completely usable. At least it is on my own > machines here . > > > The thing that could be tested right now are the following: > > 1. If the build is OK on your machine: > > make if you want to use a static spidermonkey > make icu=static to bind statically ICU > make libs=shared to use installed spidermonkey and ICU libraries on the > system. > > I would be happy if you can report the first one :) > > 2. create a release : > > make rel > > and launch it ./rel/apache-couchdb/bin/couchdb console and then go on the > usual URL. > > 3. lauch JS tests: > > make testjs > > 4. Launch Erlang tests. Replications tests actually fail on osx like the > current couchdb (timeout issue) > > If anything goes wrong let me know :) > > > Hope it helps, > > - benoit
