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

Bug 406423

Summary: net-firewall/fwbuilder-4.2.2.3541 - automake-1.11: no `Makefile.am' found for any configure output
Product: Gentoo Linux Reporter: kj van de looij <keesjan.vandelooij>
Component: New packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description kj van de looij 2012-03-01 13:22:38 UTC
Emerging fwbuilder gives:

 * Running automake --add-missing --copy --foreign ...
 [ !! ]

 * Failed Running automake !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/net-firewall/fwbuilder-4.2.2.3541/temp/automake.out

 * ERROR: net-firewall/fwbuilder-4.2.2.3541 failed (prepare phase):
 *   Failed Running automake !

>>> Failed to emerge net-firewall/fwbuilder-4.2.2.3541, Log file:

>>>  '/var/tmp/portage/net-firewall/fwbuilder-4.2.2.3541/temp/build.log'


Contents of automake.out:

***** automake *****

***** PWD: /var/tmp/portage/net-firewall/fwbuilder-4.2.2.3541/work/
           fwbuilder-4.2.2.3541

***** automake --add-missing --copy --foreign

configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
BUG.am: `install.sh' is an anachronism; use `install-sh' instead
automake-1.11: no `Makefile.am' found for any configure output


Part of configure.in:

AC_PROG_INSTALL

AC_ISC_POSIX
AC_PROG_CC
dnl  AM_PROG_CC_STDC
AC_HEADER_STDC
AC_PROG_CPP
AC_PROG_CXX
AC_PROG_CXXCPP

dnl need this for intl to compile on FreeBSD and may be other platforms
AC_CHECK_FUNCS(strchr memcpy)

dnl AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
dnl AC_CANONICAL_HOST

AC_PROG_MAKE_SET

dnl Check for GNU make 
dnl 
AC_MSG_CHECKING(whether make is GNU Make)

The directory does contain recent aclocal.m4
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-03-07 18:02:59 UTC

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