Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 551484

Summary: =net-proxy/squid-3.5.5 fails to build - aclocal-1.13: command not found
Product: Gentoo Linux Reporter: Manuel Rüger (RETIRED) <mrueg>
Component: Current packagesAssignee: Eray Aslan <eras>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Manuel Rüger (RETIRED) gentoo-dev 2015-06-08 08:34:00 UTC
make[1]: Entering directory '/var/tmp/portage/net-proxy/squid-3.5.5/work/squid-3.5.5/libltdl'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/net-proxy/squid-3.5.5/work/squid-3.5.5/cfgaux/missing aclocal-1.13 -I m4
/var/tmp/portage/net-proxy/squid-3.5.5/work/squid-3.5.5/cfgaux/missing: line 81: aclocal-1.13: command not found
WARNING: 'aclocal-1.13' 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:528: recipe for target 'aclocal.m4' failed
make[1]: *** [aclocal.m4] Error 127
make[1]: Leaving directory '/var/tmp/portage/net-proxy/squid-3.5.5/work/squid-3.5.5/libltdl'
Makefile:569: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
 * ERROR: net-proxy/squid-3.5.5::gentoo failed (compile phase):
 *   emake failed
Comment 1 Eray Aslan gentoo-dev 2015-06-08 08:51:36 UTC
Looks like a dup of bug #536420.  Please see if re-emerging libtool/libltdl fixes the issue.
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2015-06-08 09:29:41 UTC
Yep this fixes the issue. Thanks!

*** This bug has been marked as a duplicate of bug 536420 ***