On 8 Jul 2010, at 17:22, till wrote: > On Thu, Jul 8, 2010 at 1:38 AM, Noah Slater <[email protected]> wrote: >> Hello, >> >> I would like call a vote for the Apache CouchDB 1.0.0 release, first round. >> >> We encourage the whole community to download and test these release >> artifacts so >> that any critical issues can be resolved before the release is made. >> Everyone is >> free to vote on this release, so get stuck in! >> >> We are voting on the following release artifacts: >> >> http://people.apache.org/~nslater/dist/1.0.0/ >> >> These artifacts have been built from the 1.0.0 tag in Subversion: >> >> http://svn.apache.org/repos/asf/couchdb/tags/1.0.0/ >> >> Happy voting, >> >> N >> > > -1 > > Downloaded the tarball from Noah's space. > > OS: FreeBSD 6.x > > ./configured worked, make fails: > > extremely% make
How about extremely% gmake? Cheers Jan -- > make all-recursive > Making all in bin > sed -e "s|%ERL%|/usr/local/bin/erl|g" -e > "s|%ICU_CONFIG%|/usr/local/bin/icu-config|g" -e > "s|%bindir%|/usr/local/bin|g" -e > "s|%localerlanglibdir%|/usr/local/lib/couchdb/erlang/lib|g" -e > "s|%defaultini%|default.ini|g" -e "s|%localini%|local.ini|g" -e > "s|%localconfdir%|/usr/local/etc/couchdb|g" -e > "s|%localstatelogdir%|/usr/local/var/log/couchdb|g" -e > "s|%localstatelibdir%|/usr/local/var/lib/couchdb|g" -e > "s|%localstatedir%|/usr/local/var|g" -e > "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" -e > "s|%package_author_address%|[email protected]|g" -e > "s|%package_author_name%|The Apache Software Foundation|g" -e > "s|%package_name%|Apache CouchDB|g" -e "s|%version%|1.0.0|g" -e > "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > couchdb > < > Syntax error: end of file unexpected > *** Error code 2 > > Stop in /usr/home/till/apache-couchdb-1.0.0/bin. > *** Error code 1 > > Stop in /usr/home/till/apache-couchdb-1.0.0. > *** Error code 1 > > Stop in /usr/home/till/apache-couchdb-1.0.0.
