iriscouch / build-couchdb

Batteries-included CouchDB build system
227 stars 36 forks source link

autom4te: not found #95

Open mark-hahn opened 10 years ago

mark-hahn commented 10 years ago

I'm trying to build couchdb 1.3.0 on Ubuntu 12.04.1 LTS. I'm using the command ...

rake git="git://git.apache.org/couchdb.git 1.3.0" install=/root/build-couchdb/build/

Rake is erroring out with the log output below. Can someone tell me what I'm doing wrong?

    STDOUT configure: exit 0
STDOUT == End of config.log ==
STDOUT CDPATH="${ZSH_VERSION+.}:" && cd /root/build-couchdb/dependencies/autoconf-2.69 && /bin/bash /root/build-couchdb/dependencies/autoconf-2.69/build-aux/missing --run aclocal-1.11 -I m4
STDERR sh: 1: autom4te: not found
STDERR aclocal-1.11: autom4te failed with exit status: 127
STDERR make: *** [/root/build-couchdb/dependencies/autoconf-2.69/aclocal.m4] Error 1
STDERR git checkout HEAD .
STDERR rm -rf autom4te.cache
STDERR rake aborted!
STDERR Command failed with status (2): [make ...]
STDERR 
STDERR Tasks: TOP => default => couchdb:build => couchdb:couchdb => /root/build-couchdb/build//bin/couchdb => /root/build-couchdb/build//bin/autoconf2.69
nomicode commented 10 years ago

Do you have the build-essential package installed?