Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697680 - sys-block/parted-3.3 - .../work/parted-3.3/build-aux/missing: line 81: automake-1.16: command not found
Summary: sys-block/parted-3.3 - .../work/parted-3.3/build-aux/missing: line 81: automa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-14 01:45 UTC by David Korth
Modified: 2020-01-03 15:31 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 David Korth 2019-10-14 01:45:35 UTC
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.
Comment 1 David Korth 2019-10-14 01:48:53 UTC
Note that this might be caused by having "pt-BR" in L10N in make.conf.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-10-14 05:26:51 UTC
Please attach the entire build log to this bug report.
Comment 3 Larry the Git Cow gentoo-dev 2019-12-03 22:57:01 UTC
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(+)
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2020-01-03 15:31:56 UTC
I guess this was fixed.