Hey, I just tried to `make distcheck` from master (on ubuntu precise), and it fails:
1. build-aux/compile https://github.com/apache/couchdb/blob/master/build-aux/compile is a soft link: build-aux/compile -> /usr/local/Cellar/automake/1.14/share/automake-1.14/compile seems to arrive in 44c5d6657e26330449a3b3b86b36aa05034cf45b, COUCHDB-1911. Garren, I assume it can be removed? 2. licence.skip make[2]: Leaving directory `/home/vagrant/couchdb/share/doc/build' grep -rL 'http://www.apache.org/licenses/LICENSE-2.0' * \ | grep --include= -vEf ./license.skip; \ test "$?" -eq 1 src/fauxton/app/addons/config/assets/less/config.less make[1]: *** [distcheck-hook] Error 1 make[1]: Leaving directory `/home/vagrant/couchdb' make: *** [distcheck] Error 1 Does this need to be added to ./license.skip, or does it get an ASF header? 3. sphinx errors I’m not sure if these matter or not, but I don’t recall seeing them last year. Here’s a sample: ./database/common.rst:165: ERROR: Unknown interpreted text role "code". ./database/common.rst:192: ERROR: Unknown interpreted text role "code". ./document/common.rst:400: ERROR: Unexpected indentation. ./document/common.rst:411: ERROR: Unexpected indentation. ./document/common.rst:418: ERROR: Unexpected indentation. ./server/authn.rst:21: ERROR: Error in "note" directive: invalid option block. The build still hasn’t finished so I can’t see if the final product is borked or not. A+ Dave
