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 fails to build in Ubuntu 18.04 #46

Open
jbapple-cloudera opened this issue Apr 9, 2018 · 4 comments
Open

automake fails to build in Ubuntu 18.04 #46

jbapple-cloudera opened this issue Apr 9, 2018 · 4 comments

Comments

@jbapple-cloudera
Copy link

Using SYSTEM_GCC=1 GCC_VERSION=7.3.0-15ubuntu2 ./buildall.sh to dodge #24, I get the following error trying to build automake:

  GEN      doc/aclocal-1.14.1
  GEN      doc/automake-1.14.1
help2man: can't get `--help' info from automake-1.14
Try `--no-discard-stderr' if option outputs to stderr
Makefile:3707: recipe for target 'doc/automake-1.14.1' failed
make: *** [doc/automake-1.14.1] Error 255
make: *** Waiting for unfinished jobs....

(That's the tail of check/automake-1.14.1.log.)

@timarmstrong
Copy link
Contributor

FWIW I have no idea if SYSTEM_GCC=1 actually works, it's been unmaintained for a while.

@jbapple-cloudera
Copy link
Author

jbapple-cloudera commented Apr 13, 2018

I can get automake to build with the automake 1.15.1 source in Ubuntu 18.04: https://packages.ubuntu.com/bionic/automake

@MZDN
Copy link

MZDN commented Dec 12, 2018

(at)jbapple-cloudera: how could you get it fixed?

@four2five
Copy link

It looks like there's a known conflict between more recent versions of Perl and older versions of Automake. The solution seems to be to use at least version 1.15.1 of automake (given that Ubuntu has perl 5.26 by default):
http://gnu-automake.7480.n7.nabble.com/bug-29178-Failure-to-build-automake-gt-11-td22684.html

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

4 participants