Page 1 of 1

make, aclocal.m4 Error 127

Posted: Tue Oct 14, 2014 4:46 pm
by lilzz
I trying to make install a package

but it says

Code: Select all

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/>
make: *** [aclocal.m4] Error 127

Re: make, aclocal.m4 Error 127

Posted: Tue Oct 14, 2014 5:24 pm
by DirkS
It says
'aclocal-1.14' is missing on your system.
Install aclocal-1.14?

Gr.
Dirk.

Re: make, aclocal.m4 Error 127

Posted: Tue Oct 14, 2014 6:05 pm
by lilzz
DirkS wrote:It says
'aclocal-1.14' is missing on your system.
Install aclocal-1.14?

Gr.
Dirk.
how? isn't it part of automate?
I did apt-get install automake but issue remains.

Re: make, aclocal.m4 Error 127

Posted: Tue Oct 14, 2014 7:01 pm
by rpdom
aclocal-1.14 is part of automake in jessie, but not in wheezy.

Re: make, aclocal.m4 Error 127

Posted: Wed Oct 15, 2014 4:26 am
by lilzz
rpdom wrote:aclocal-1.14 is part of automake in jessie, but not in wheezy.
I did try sudo apt-get install aclocal-1.14 or apt-get install aclocal.

both says no such package can't locate

Re: make, aclocal.m4 Error 127

Posted: Wed Oct 15, 2014 7:00 am
by rpdom
lilzz wrote:
rpdom wrote:aclocal-1.14 is part of automake in jessie, but not in wheezy.
I did try sudo apt-get install aclocal-1.14 or apt-get install aclocal.

both says no such package can't locate
That's because it is part of the automake package. But automake for wheezy only contains aclocal-1.11. To get aclocal-1.14 you'd need to install automake from Raspbian jessie. (I'm assuming you are running wheezy. If you are running jessie instead then you should be ok with just installing automake).

Re: make, aclocal.m4 Error 127

Posted: Fri Aug 14, 2015 5:06 am
by iskenderoguz
after I installed libtool, make worked