as title say, radvd failing to build, if no automake-1.14 installed. Likely, ebuild just need eautoreconf added to build against current automake installed. Reproducible: Always Steps to Reproduce: 1. make sure automake-1.14 not installed (or remove) 2. emerge radvd (2.11-r1 on ~amd64) 3. notice a failure 4. emerge -1 automake:1.14 5. emerge radvd, notice a successful build. Actual Results: CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/net-misc/radvd-2.11-r1/work/radvd-2.11/missing aclocal-1.14 /var/tmp/portage/net-misc/radvd-2.11-r1/work/radvd-2.11/missing: line 81: aclocal-1.14: command not found WARNING: 'aclocal-1.14' 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> 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/> Makefile:770: recipe for target 'aclocal.m4' failed make: *** [aclocal.m4] Error 127 [31;01m*[0m ERROR: net-misc/radvd-2.11-r1 failed (compile phase): [31;01m*[0m emake failed [31;01m*[0m [31;01m*[0m If you need support, post the output of `emerge --info '=net-misc/radvd-2.11-r1'`, [31;01m*[0m the complete build log and the output of `emerge -pqv '=net-misc/radvd-2.11-r1'`. [31;01m*[0m The complete build log is located at '/var/tmp/portage/net-misc/radvd-2.11-r1/temp/build.log'. [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-misc/radvd-2.11-r1/temp/environment'. [31;01m*[0m Working directory: '/var/tmp/portage/net-misc/radvd-2.11-r1/work/radvd-2.11' [31;01m*[0m S: '/var/tmp/portage/net-misc/radvd-2.11-r1/work/radvd-2.11'
Created attachment 413728 [details] build.log
commit 47961a1e5c39aa0561925517e58c9db0579b65f2 Author: Mike Gilbert <floppym@gentoo.org> Date: Sun Oct 4 11:25:31 2015 -0400 net-misc/radvd: Call eautoreconf radvd-2.10-musl-libc-fix.patch modifies configure.ac. Bug: https://bugs.gentoo.org/562236 Package-Manager: portage-2.2.22_p5 net-misc/radvd/radvd-2.11-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)