Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467666 - =dev-libs/log4cpp-1.0 fails with automake-1.13 - error: 'AM_CONFIG_HEADER': this macro is obsolete
Summary: =dev-libs/log4cpp-1.0 fails with automake-1.13 - error: 'AM_CONFIG_HEADER': t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: automake-1.13
  Show dependency tree
 
Reported: 2013-04-28 02:24 UTC by Ian Stakenvicius (RETIRED)
Modified: 2015-01-14 06:48 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 Ian Stakenvicius (RETIRED) gentoo-dev 2013-04-28 02:24:35 UTC
# cat /var/tmp/portage/dev-libs/log4cpp-1.0/temp/aclocal.out
***** aclocal *****
***** PWD: /var/tmp/portage/dev-libs/log4cpp-1.0/work/log4cpp-1.0
***** aclocal -I m4

aclocal-1.13: warning: autoconf input should be named 'configure.ac', not 'configure.in'
/usr/share/aclocal/zthread.m4:34: warning: underquoted definition of AM_PATH_ZTHREAD
/usr/share/aclocal/zthread.m4:34:   run info Automake 'Extending aclocal'
/usr/share/aclocal/zthread.m4:34:   or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
configure.in:20: 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.in:20: the top level
autom4te-2.69: /usr/bin/m4 failed with exit status: 1
aclocal-1.13: error: echo failed with exit status: 1

Please note that although this package is stable and automake-1.13 is ~arch,
this is still a priority fix because ~arch users are immediately affected.
Comment 1 Sergey Popov gentoo-dev 2015-01-14 06:48:17 UTC
+*log4cpp-1.1 (14 Jan 2015)
+
+  14 Jan 2015; Sergey Popov <pinkbyte@gentoo.org> +log4cpp-1.1.ebuild,
+  +files/log4cpp-1.1-automake-1.13.patch, +files/log4cpp-1.1-cmath-fix.patch:
+  Version bump, wrt bug #454712. Migrate to autotools-multilib eclass, build
+  tests only when they are requested, build static lib conditionally. Fix
+  building with Automake 1.13, wrt bug #467666

As 1.0 currently does not fail with automake 1.13 even without this fix, i am closing this bug as fixed.