Open sejoharp opened 11 years ago
Hi. What about git submodule update --init --recursive
? Failing that, I wonder if it is some issue with the automake build on CentOS.
Hi, thanks for your comment. I tried it but I got the same error message.
same problem here on debian testing.
I just made some changes to the autotools code, pushed five days ago. Do those fix your problem @zippelmann?
@mavu is it possible for you to gist or pastebin the entire rake.log output? Thanks!
@jhs sorry, it is still the same error message.
Similar (same?) issue here while building on RHEL (OpenShift):
mv: cannot move `.am90773/autoconf.info' to `.//var/lib/openshift/529d45154382eccdf500030a/build-couchdb/dependencies/autoconf-2.69/doc/': No such file or directory
make[2]: *** [/var/lib/openshift/529d45154382eccdf500030a/build-couchdb/dependencies/autoconf-2.69/doc/autoconf.info] Error 1
make[2]: Leaving directory `/tmp/autoconf-2.69_build20131203-88215-oui606/doc'
make[1]: Leaving directory `/tmp/autoconf-2.69_build20131203-88215-oui606'
make[1]: *** [all-recursive] Error 1
@jhs rake.log: https://gist.github.com/fabianofranz/7779248
On Ubuntu 13.10, similar issue with automake
mv: target ‘.//usr/local/src/build-couchdb/dependencies/automake-1.11.2/doc/’ is not a directory
make[1]: *** [/usr/local/src/build-couchdb/dependencies/automake-1.11.2/doc/automake.info] Error 1
make[1]: Leaving directory `/tmp/automake_build20131222-19946-u0he0i/doc'
make: *** [all-recursive] Error 1
This fixed it for me: https://github.com/iriscouch/build-couchdb/issues/77#issuecomment-15714391. You'll also want to do the same thing for autoconf-2.69/doc/Makefile.am (comment line 22).
Same problem.
Hi,
I am trying to build couchdb on a CentOS release 6.4 (Final).
The commands I used:
The problem:
here is the tail from rake.log: http://pastebin.com/RL0Snjk6
Any ideas what I did wrong?
Thanks