* Messages for package media-libs/libpgf-6.12.27: * Failed Running aclocal ! * * Include in your bugreport the contents of: * * /var/tmp/portage/media-libs/libpgf-6.12.27/temp/aclocal.out * ERROR: media-libs/libpgf-6.12.27 failed (prepare phase): * Failed Running aclocal ! * * Call stack: * ebuild.sh, line 93: Called src_prepare * environment, line 1507: Called eautoreconf * environment, line 616: Called eaclocal * environment, line 519: Called autotools_run_tool '--at-m4flags' 'aclocal' * environment, line 498: Called die * The specific snippet of code: * die "Failed Running $1 !"; * * If you need support, post the output of `emerge --info '=media-libs/libpgf-6.12.27'`, * the complete build log and the output of `emerge -pqv '=media-libs/libpgf-6.12.27'`. * The complete build log is located at '/var/tmp/portage/media-libs/libpgf-6.12.27/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-libs/libpgf-6.12.27/temp/environment'. * Working directory: '/var/tmp/portage/media-libs/libpgf-6.12.27/work/libpgf-6.12.27' * S: '/var/tmp/portage/media-libs/libpgf-6.12.27/work/libpgf-6.12.27' * GNU info directory index is up-to-date. VampPC vamp898 # cat /var/tmp/portage/media-libs/libpgf-6.12.27/temp/aclocal.out ***** aclocal ***** ***** PWD: /var/tmp/portage/media-libs/libpgf-6.12.27/work/libpgf-6.12.27 ***** aclocal configure.ac:29: 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:29: the top level autom4te-2.69: /usr/bin/m4 failed with exit status: 1 aclocal-1.13: error: echo failed with exit status: 1 Reproducible: Always
Created attachment 346806 [details] Ebuild for workaround
Comment on attachment 346806 [details] Ebuild for workaround --- libpgf-6.12.27.ebuild 2012-10-29 00:41:29.129717502 +0100 +++ - 2013-04-29 14:31:33.572724931 +0200 @@ -22,7 +22,8 @@ if ! use doc; then sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die fi - + + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die eautoreconf }
confirmed here.. % automake --version automake (GNU automake) 1.13.1 and same build.log.
I can confirm that applying the workaround work, though.
Did the situation changed after 1,5 years or is this bug still persistant?
Current versions of libpgf use AC_CONFIG_HEADERS.