Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562236 - net-misc/radvd-2.11-r1 failing to build: missing automake-1.14
Summary: net-misc/radvd-2.11-r1 failing to build: missing automake-1.14
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-04 15:15 UTC by Oleh
Modified: 2015-10-04 15:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,7.13 KB, text/x-log)
2015-10-04 15:20 UTC, Oleh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh 2015-10-04 15:15:57 UTC
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'
Comment 1 Oleh 2015-10-04 15:20:03 UTC
Created attachment 413728 [details]
build.log
Comment 2 Mike Gilbert gentoo-dev 2015-10-04 15:26:31 UTC
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(-)