QA Notice: Automake "maintainer mode" detected: (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/app-arch/libpar2-0.4/work/libpar2-0.4/missing --run autoheader) If you patch Makefile.am, configure.in, or configure.ac then you should use autotools.eclass and eautomake or eautoreconf. Exceptions are limited to system packages for which it is impossible to run autotools during stage building. See https://wiki.gentoo.org/wiki/Proj ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_no_multilib-20240909-170511 The build log matches a QA pattern or sth. requested by a dev. The attached etc.portage.tar.xz has all details. -------------------------------------------------------------------
Created attachment 902736 [details] emerge-info.txt
Created attachment 902737 [details] app-arch:libpar2-0.4:20240912-031002.log
Created attachment 902738 [details] emerge-history.txt
Created attachment 902739 [details] etc.clang.tar.xz
Created attachment 902740 [details] etc.portage.tar.xz
Created attachment 902741 [details] qlist-info.txt.xz
Prerequisite 'configure.ac' is newer than target 'config.h.in'. Prerequisite 'aclocal.m4' is newer than target 'config.h.in'. Must remake target 'config.h.in'. Running autoheader does nothing other than remove HAVE_MEMORY_H from it, inconsequential. Touching the header should suffice.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a7f3fbdc01ab33973b58c619cbda9449615241 commit 91a7f3fbdc01ab33973b58c619cbda9449615241 Author: Eli Schwartz <eschwartz@gentoo.org> AuthorDate: 2024-09-13 00:09:04 +0000 Commit: Eli Schwartz <eschwartz@gentoo.org> CommitDate: 2024-09-13 16:09:55 +0000 app-arch/libpar2: drop build-time dependency on autoconf The Makefile rules trigger running autoheader, because a header is "out of date" compared to configure.ac / aclocal.m4. Rerunning autoheader is a no-op, so simply touch it to indicate that. Closes: https://bugs.gentoo.org/939532 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> app-arch/libpar2/libpar2-0.4.ebuild | 3 +++ 1 file changed, 3 insertions(+)