Please check genkernel.log follow the link below: https://dpaste.com/DEA6G74DZ And I can emerge the util-linux package into @world
Please attach genkernel.log to this bug, your dpaste.com link has expired.
OK, I am able to reproduce. It will happen when >=sys-devel/autoconf-2.70 is present.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=235fcd4e9c1f57af368ca9bbe9dd25effc0dc900 commit 235fcd4e9c1f57af368ca9bbe9dd25effc0dc900 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2021-03-15 19:52:15 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2021-03-15 19:52:15 +0000 gkbuild.sh: gkautoreconf(): add workaround for >autoconf-2.69 Since >autoconf-2.69, autoreconf will check for GTK_DOC_CHECK macro and will call gtkdocize automatically [Link 1] when invoked with "--install" parameter. This is a problem for genkernel because our gkautoreconf is just a rudimentary implementation of Gentoo's eautoreconf: I.e. autotools eclass in Gentoo is not calling autoreconf with "--install" parameter, instead eclass is manually checking all used macros like autoreconf but will only call used tools when available. Because we do not care about docs in gkbuild packages, we can stick to our poor man's implementation of gkautoreconf and replace calls to gtkdocize with true. Link 1: https://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=dd880a0a6de5602cdd40b770ed6b083b34aa0768 Bug: https://bugs.gentoo.org/775563 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> worker_modules/gkbuild.sh | 4 ++++ 1 file changed, 4 insertions(+)
Released with genkernel-4.2.0!