sys-block/parted-3.3 fails to build unless automake:1.16 is installed. Reproducible: Always Steps to Reproduce: 1. Attempt to emerge =sys-block/parted-3.3 without automake:1.16 installed. Actual Results: make[3]: Entering directory '/var/tmp/portage/sys-block/parted-3.3/work/parted-3.3/doc/pt_BR' cd ../.. && /bin/sh /var/tmp/portage/sys-block/parted-3.3/work/parted-3.3/build-aux/missing automake-1.16 --gnu doc/pt_BR/Makefile /var/tmp/portage/sys-block/parted-3.3/work/parted-3.3/build-aux/missing: line 81: automake-1.16: command not found WARNING: 'automake-1.16' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <https://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <https://www.gnu.org/software/autoconf> <https://www.gnu.org/software/m4/> <https://www.perl.org/> make[3]: *** [Makefile:1377: Makefile.in] Error 127 Expected Results: parted-3.3 builds successfully.
Note that this might be caused by having "pt-BR" in L10N in make.conf.
Please attach the entire build log to this bug report.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65233f50da7008599f764e8957d31809cdeb4c4 commit a65233f50da7008599f764e8957d31809cdeb4c4 Author: Jeroen Roovers <jer@gentoo.org> AuthorDate: 2019-12-03 22:56:36 +0000 Commit: Jeroen Roovers <jer@gentoo.org> CommitDate: 2019-12-03 22:56:58 +0000 sys-block/parted: touch doc/pt_BR/Makefile.in Package-Manager: Portage-2.3.80, Repoman-2.3.19 Bug: https://bugs.gentoo.org/697680 Signed-off-by: Jeroen Roovers <jer@gentoo.org> sys-block/parted/parted-3.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+)
I guess this was fixed.