Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automake problem? #91

Open
sejoharp opened this issue Aug 22, 2013 · 10 comments
Open

automake problem? #91

sejoharp opened this issue Aug 22, 2013 · 10 comments

Comments

@sejoharp
Copy link

Hi,

I am trying to build couchdb on a CentOS release 6.4 (Final).

The commands I used:

  • git clone git://github.com/iriscouch/build-couchdb
  • cd opt/build-couchdb
  • git submodule init
  • git submodule update && rake git="git://git.apache.org/couchdb.git tags/1.3.1"

The problem:

STDOUT  rm -rf $backupdir; exit $rc
STDERR /home/joscha/opt/build-couchdb/dependencies/automake-1.11.2/doc/automake.texi:13042: @itemx must follow @item
STDERR /home/joscha/opt/build-couchdb/dependencies/automake-1.11.2/doc/automake.texi:13059: @itemx must follow @item
STDERR /home/joscha/opt/build-couchdb/dependencies/automake-1.11.2/doc/automake.texi:13065: @itemx must follow @item
STDERR mv: target `.//home/joscha/opt/build-couchdb/dependencies/automake-1.11.2/doc/' is not a directory
STDOUT make[1]: Leaving directory `/tmp/automake_build20130822-3912-ni4ilb/doc'
STDERR make[1]: *** [/home/joscha/opt/build-couchdb/dependencies/automake-1.11.2/doc/automake.info] Error 1
STDERR make: *** [all-recursive] Error 1
STDOUT Resetting changes automake made to itself: /home/joscha/opt/build-couchdb/dependencies/automake-1.11.2
STDERR git checkout HEAD .
STDERR rake aborted!

here is the tail from rake.log: http://pastebin.com/RL0Snjk6

Any ideas what I did wrong?

Thanks

@jhs
Copy link
Member

jhs commented Aug 30, 2013

Hi. What about git submodule update --init --recursive? Failing that, I wonder if it is some issue with the automake build on CentOS.

@sejoharp
Copy link
Author

Hi, thanks for your comment. I tried it but I got the same error message.

@mavu
Copy link

mavu commented Sep 5, 2013

same problem here on debian testing.

@jhs
Copy link
Member

jhs commented Sep 5, 2013

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!

@sejoharp
Copy link
Author

sejoharp commented Sep 5, 2013

@jhs sorry, it is still the same error message.

@fabianofranz
Copy link

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

@fabianofranz
Copy link

@csbrandt
Copy link

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

@annismckenzie
Copy link

This fixed it for me: #77 (comment). You'll also want to do the same thing for autoconf-2.69/doc/Makefile.am (comment line 22).

@histrio
Copy link

histrio commented Jun 29, 2015

Same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants