iriscouch/build-couchdb

build fails on Fedora 19

Opened this issue · 0 comments

Am so far unable to build either 1.3.0 or 1.2.2 on Fedora 19.

Error:
[...]
rm -f $out;
( sed -n '1,/^.. DO NOT REMOVE THIS LINE -- /p' $in;
{ echo 'ACLOCAL_AMFLAGS = -I m4';
echo 'AUTOMAKE_OPTIONS = foreign';
echo 'AM_CPPFLAGS =';
echo 'AM_LDFLAGS =';
echo 'BUILT_SOURCES =';
echo 'include_HEADERS =';
echo 'noinst_LTLIBRARIES =';
echo 'lib_LTLIBRARIES =';
echo 'EXTRA_LTLIBRARIES =';
echo 'EXTRA_DIST =';
echo 'CLEANFILES =';
echo 'MOSTLYCLEANFILES =';
};
sed -n '/^.. DO NOT REMOVE THIS LINE -- /,$p' $in |
sed -e 's,libltdl_,,; s,libltdl/,,; s,: libltdl/,: ,'
-e 's,$(libltdl_,$(,' ) | sed -e '/^.. DO NOT REMOVE THIS LINE -- /d' -e '1s,^(.. Makefile.)inc.*,\1am -- Process this file with automake to produce Makefile.in,' > $out;
chmod a-w ./libltdl/Makefile.am
cd ./doc &&
makeinfo --no-headers -o notes.txt notes.texi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I libltdl/m4
configure.ac:130: error: Autoconf version 2.65 or higher is required
/usr/share/aclocal-1.13/init.m4:23: AM_INIT_AUTOMAKE is expanded from...
configure.ac:130: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: error: echo failed with exit status: 63
autoreconf: aclocal failed with exit status: 63
git reset --hard
Zweigspitze (HEAD) ist jetzt bei fdb4c54 Release 2.4.2.
git clean -f -d
git ls-files --others -i --exclude-standard | xargs rm -f || true
rake aborted!
Command failed with status (63): [./bootstrap...]
[...]

This is for the default build, but the outcome is the same while trying to use 1.2.2. Still trying to track down what it's actually trying to build at this time, unfortunately the Fedora binaries don't work either.