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

aclocal-1.14 needed but there is 1.15 in system , why can't use in some system. #2065

Closed
ucwong opened this issue Feb 4, 2017 · 5 comments
Closed
Labels
A-build Area: Build system A-dependencies Area: Dependencies

Comments

@ucwong
Copy link

ucwong commented Feb 4, 2017

in some ubuntu systems I occurs this problem, can I modify the version of aclocal?

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /opt/zcash/build-aux/missing aclocal-1.14 -I build-aux/m4
/opt/zcash/build-aux/missing: line 81: aclocal-1.14: command not found
WARNING: 'aclocal-1.14' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
http://www.gnu.org/software/automake
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
http://www.gnu.org/software/autoconf
http://www.gnu.org/software/m4/
http://www.perl.org/
Makefile:562: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 127

@bitcartel
Copy link
Contributor

Did you follow the instructions on the user guide to build? You need to install autoconf as shown here:

$ sudo apt-get install \
      build-essential pkg-config libc6-dev m4 g++-multilib \
      autoconf libtool ncurses-dev unzip git python \
      zlib1g-dev wget bsdmainutils automake

@ucwong
Copy link
Author

ucwong commented Feb 7, 2017

@bitcartel I just do the upgrade operation. but failed in some ubuntu systems.

@ucwong
Copy link
Author

ucwong commented Feb 7, 2017

Only 1.14 supported?
image

but no

some system successfully
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/ubuntu/zcash/build-aux/missing aclocal-1.15 -I build-aux/m4

some failed
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /opt/zcash/build-aux/missing aclocal-1.14 -I build-aux/m4
/opt/zcash/build-aux/missing: line 81: aclocal-1.14: command not found

@daira daira added A-build Area: Build system A-dependencies Area: Dependencies needs prioritization labels Feb 8, 2017
@daira
Copy link
Contributor

daira commented Feb 13, 2017

aclocal-1.15 works for me. I think ./configure is supposed to detect the version on your system (which it then writes into the Makefiles). What are the distributions on which it fails or succeeds, and can you attach the full build output of a failing build?

@ioptio
Copy link
Contributor

ioptio commented Apr 10, 2017

We're closing this due to timeout. Feel free to reopen if problem persists, however.

@ioptio ioptio closed this as completed Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-build Area: Build system A-dependencies Area: Dependencies
Projects
None yet
Development

No branches or pull requests

4 participants