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

build fails on Fedora 19 #88

Open
kr428 opened this issue May 30, 2013 · 0 comments
Open

build fails on Fedora 19 #88

kr428 opened this issue May 30, 2013 · 0 comments

Comments

@kr428
Copy link

kr428 commented May 30, 2013

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.

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

1 participant