Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 920748

Summary: sys-boot/grub-2.12-r1: configure failed with 'missing: line 81: automake-1.15: command not found'
Product: Gentoo Linux Reporter: Kai-Chun Ning <kaichun.ning>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Kai-Chun Ning 2023-12-26 22:22:37 UTC
Created attachment 880363 [details]
build.log

build fails at configuration phase with error message:

/tmp/portage/sys-boot/grub-2.12-r1/work/grub-2.12/build-aux/missing: line 81: automake-1.15: command not found
WARNING: 'automake-1.15' 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:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [Makefile:3554: /tmp/portage/sys-boot/grub-2.12-r1/work/grub-2.12/Makefile.in] Error 127
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-26 22:24:27 UTC
I suspect one of your userpatches is touching a generated file. If so, you should set GRUB_AUTORECONF=1.
Comment 2 Kai-Chun Ning 2023-12-26 22:41:28 UTC
That was it. Thank you!
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-26 22:41:54 UTC
np :)