Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467812 - =www-client/netrik-1.16.1-r1 with automake-1.13 - error: 'AM_CONFIG_HEADER': this macro is obsolete
Summary: =www-client/netrik-1.16.1-r1 with automake-1.13 - error: 'AM_CONFIG_HEADER': ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: automake-1.13
  Show dependency tree
 
Reported: 2013-04-29 01:57 UTC by Guy
Modified: 2013-05-17 07:21 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 Guy 2013-04-29 01:57:37 UTC
Contents of /var/tmp/portage/www-client/netrik-1.16.1-r1/temp/build.log:

 * Package:    www-client/netrik-1.16.1-r1
 * Repository: gentoo
 * Maintainer: maintainer-needed@gentoo.org
 * Upstream:   http://sourceforge.net/tracker/?group_id=23183
 * USE:        amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   preserve-libs sandbox
>>> Unpacking source...
>>> Unpacking netrik-1.16.1.tar.gz to /var/tmp/portage/www-client/netrik-1.16.1-r1/work
>>> Source unpacked in /var/tmp/portage/www-client/netrik-1.16.1-r1/work
>>> Preparing source in /var/tmp/portage/www-client/netrik-1.16.1-r1/work/netrik-1.16.1 ...
 * Applying netrik-1.16.1-ncurses-tinfo.patch ...
 [ ok ]
 * Applying netrik-1.16.1-configure.patch ...
 [ ok ]
 * Running eautoreconf in '/var/tmp/portage/www-client/netrik-1.16.1-r1/work/netrik-1.16.1' ...
 * Running aclocal ...
 [ !! ]

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/www-client/netrik-1.16.1-r1/temp/aclocal.out

 * ERROR: www-client/netrik-1.16.1-r1 failed (prepare phase):
 *   Failed Running aclocal !
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 2870:  Called eautoreconf
 *   environment, line  808:  Called eaclocal
 *   environment, line  711:  Called autotools_run_tool '--at-m4flags' 'aclocal'
 *   environment, line  581:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 * 
 * If you need support, post the output of `emerge --info '=www-client/netrik-1.16.1-r1'`,
 * the complete build log and the output of `emerge -pqv '=www-client/netrik-1.16.1-r1'`.
/var/tmp/portage/._portage_reinstall_.KFN7PU/bin/isolated-functions.sh: line 215: wait: `Failed Running aclocal !': not a pid or valid job spec
 * The complete build log is located at '/var/tmp/portage/www-client/netrik-1.16.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/netrik-1.16.1-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/www-client/netrik-1.16.1-r1/work/netrik-1.16.1'
 * S: '/var/tmp/portage/www-client/netrik-1.16.1-r1/work/netrik-1.16.1'


Contents of /var/tmp/portage/www-client/netrik-1.16.1-r1/temp/aclocal.out:

***** aclocal *****
***** PWD: /var/tmp/portage/www-client/netrik-1.16.1-r1/work/netrik-1.16.1
***** aclocal

/usr/share/aclocal/http-fetcher.m4:13: warning: underquoted definition of AC_PATH_HFETCHER
/usr/share/aclocal/http-fetcher.m4:13:   run info Automake 'Extending aclocal'
/usr/share/aclocal/http-fetcher.m4:13:   or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
configure.ac:7: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:7: the top level
autom4te-2.69: /usr/bin/m4 failed with exit status: 1
aclocal-1.13: error: echo failed with exit status: 1
Comment 1 Sergey Popov gentoo-dev 2013-05-17 07:21:27 UTC
+  17 May 2013; Sergey Popov <pinkbyte@gentoo.org> netrik-1.16.1-r1.ebuild:
+  Add compatibility with Automake 1.13, wrt bug #467812. Thanks to Guy
+  <no.tellin AT gmail.com> for discovering this issue