Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

make can not find aclocal-1.15 #53

Closed
randyqx opened this issue Aug 26, 2020 · 6 comments
Closed

make can not find aclocal-1.15 #53

randyqx opened this issue Aug 26, 2020 · 6 comments

Comments

@randyqx
Copy link

randyqx commented Aug 26, 2020

after make clean and ./configure

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/local/src/net/irrd/src/aconf/missing aclocal-1.15 -I m4
/usr/local/src/net/irrd/src/aconf/missing: aclocal-1.15: not found
WARNING: 'aclocal-1.15' 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/>
*** Error code 127

Stop.
make: stopped in /usr/local/src/net/irrd/src

work0.psg.com:/usr/local/src/net/irrd/src# pkg install automake
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed

work0.psg.com:/usr/local/src/net/irrd/src# pkg install autoconf
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed

work0.psg.com:/usr/local/src/net/irrd/src# automake
configure.ac:10: error: version mismatch.  This is Automake 1.16.2,
configure.ac:10: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:10: comes from Automake 1.15.  You should recreate
configure.ac:10: aclocal.m4 with aclocal and run automake again.```
@job
Copy link
Member

job commented Aug 26, 2020

Are you working on the master branch of this git repository?

Can you try a ./autogen.sh before make clean & configure?

@mxsasha
Copy link
Contributor

mxsasha commented Aug 27, 2020

This sounds like an issue on https://github.com/irrdnet/irrd-legacy instead?

@mxsasha mxsasha closed this as completed Aug 27, 2020
@job job transferred this issue from irrdnet/irrd Aug 29, 2020
@job job reopened this Aug 29, 2020
@haussli
Copy link
Contributor

haussli commented Sep 15, 2020 via email

@job
Copy link
Member

job commented Sep 15, 2020

@haussli we don't know what version or git checkout the user tried this on. Afaik we include autoconf in the dist... (but it has been a while since we released an irrd 3 version, most effort went to irrd v4)

@haussli
Copy link
Contributor

haussli commented Sep 15, 2020 via email

@haussli
Copy link
Contributor

haussli commented Sep 15, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants