lilzz
Posts: 411
Joined: Sat Nov 30, 2013 5:27 pm

make, aclocal.m4 Error 127

Tue Oct 14, 2014 4:46 pm

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

DirkS
Posts: 10363
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: make, aclocal.m4 Error 127

Tue Oct 14, 2014 5:24 pm

It says
'aclocal-1.14' is missing on your system.
Install aclocal-1.14?

Gr.
Dirk.

lilzz
Posts: 411
Joined: Sat Nov 30, 2013 5:27 pm

Re: make, aclocal.m4 Error 127

Tue Oct 14, 2014 6:05 pm

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.

User avatar
rpdom
Posts: 17174
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: make, aclocal.m4 Error 127

Tue Oct 14, 2014 7:01 pm

aclocal-1.14 is part of automake in jessie, but not in wheezy.

lilzz
Posts: 411
Joined: Sat Nov 30, 2013 5:27 pm

Re: make, aclocal.m4 Error 127

Wed Oct 15, 2014 4:26 am

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

User avatar
rpdom
Posts: 17174
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: make, aclocal.m4 Error 127

Wed Oct 15, 2014 7:00 am

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).

iskenderoguz
Posts: 6
Joined: Sun Nov 16, 2014 6:51 pm

Re: make, aclocal.m4 Error 127

Fri Aug 14, 2015 5:06 am

after I installed libtool, make worked

Return to “Troubleshooting”