Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406423 - net-firewall/fwbuilder-4.2.2.3541 - automake-1.11: no `Makefile.am' found for any configure output
Summary: net-firewall/fwbuilder-4.2.2.3541 - automake-1.11: no `Makefile.am' found for...
Status: RESOLVED DUPLICATE of bug 398743
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 13:22 UTC by kj van de looij
Modified: 2012-03-07 18:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***