make SHELL=/Volumes/Scratch/Gentoo/bootstrap32-20180211/tmp/bin/bash -j1 CDPATH="${ZSH_VERSION+.}:" && cd . && /Volumes/Scratch/Gentoo/bootstrap32-20180211/tmp/bin/bash /Volumes/Scratch/Gentoo/bootstrap32-20180211/var/tmp/portage/sys-devel/bison-3.0.4-r1/work/bison-3.0.4/build-aux/missing aclocal-1.15 -I m4 /Volumes/Scratch/Gentoo/bootstrap32-20180211/var/tmp/portage/sys-devel/bison-3.0.4-r1/work/bison-3.0.4/build-aux/missing: line 81: aclocal-1.15: command not found WARNING: 'aclocal-1.15' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> * the complete build log and the output of `emerge -pqv '=sys-devel/bison-3.0.4-r1::gentoo_prefix'`. Oddly enough, only when disabling all patches touches and sed (basically removing entire src_prepare) this problem goes away.
(In reply to Fabian Groffen from comment #0) > Oddly enough, only when disabling all patches touches and sed (basically > removing entire src_prepare) this problem goes away. that's maintainer mode I would say
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f54722192f7484965fcbb77355de9a6200f6b8 commit 06f54722192f7484965fcbb77355de9a6200f6b8 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2018-02-18 18:20:21 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2018-02-18 18:23:03 +0000 sys-devel/bison: Avoid maintainer-mode. Bug: https://bugs.gentoo.org/647410 Bug: https://bugs.gentoo.org/648012 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-devel/bison/bison-3.0.4-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+)}
Fixes it for me, then same issue happens with make, Bug 648034.
fix works, thanks