Github user micah commented on the pull request:
https://github.com/apache/couchdb/pull/302#issuecomment-114569986
Hi Jan, great progress!
I tried to use the current state of the branch with the new configure
script, but the make clean failed:
```
make -j1 distclean
make[1]: Entering directory '/home/micah/debian/couchdb/couchdb-2.0'
No install.mk found. Run ./configure
==> b64url (clean)
==> cassim (clean)
==> lager (clean)
==> couch_log (clean)
==> config (clean)
==> chttpd (clean)
ERROR: Failed to load
/home/micah/debian/couchdb/couchdb-2.0/src/couch/rebar.config: {error,
{115,
file,
{error,
{badmatch,
{error,
enoent}},
[{erl_eval,
expr,
3,
[]}]}}}
Makefile:34: recipe for target 'clean' failed
make[1]: *** [clean] Error 1
make[1]: Leaving directory '/home/micah/debian/couchdb/couchdb-2.0'
dh_auto_clean: make -j1 distclean returned exit code 2
debian/rules:3: recipe for target 'clean' failed
make: *** [clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit
status 2
micah@muck:couchdb-2.02$ ls src/couch
ebin/ include/ LICENSE rebar.config.script src/ test/
micah@muck:couchdb-2.0$
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---