Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403035 - net-libs/libnfsidmap-0.24 fails with <autoconf-2.66
Summary: net-libs/libnfsidmap-0.24 fails with <autoconf-2.66
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-10 22:07 UTC by Michael Watters
Modified: 2012-02-13 20:44 UTC (History)
2 users (show)

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


Attachments
emerge info (info.txt,4.26 KB, text/plain)
2012-02-13 20:41 UTC, Michael Watters
Details
build log (build.log,2.56 KB, text/plain)
2012-02-13 20:42 UTC, Michael Watters
Details
aclocal.out (aclocal.out,320 bytes, text/plain)
2012-02-13 20:43 UTC, Michael Watters
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Watters 2012-02-10 22:07:28 UTC
emerge =net-libs/libnfsidmap-0.24 fails if autconf version is less than 2.66.



Reproducible: Always

Steps to Reproduce:
1.emerge =net-libs/libnfsidmap-0.24
2.
3.
Actual Results:  
emerge errors out with the following messages.

* Messages for package net-libs/libnfsidmap-0.24:

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/net-libs/libnfsidmap-0.24/temp/aclocal.out
 * ERROR: net-libs/libnfsidmap-0.24 failed (prepare phase):
 *   Failed Running aclocal !
 * 
 * Call stack:
 *     ebuild.sh, line   85:  Called src_prepare
 *   environment, line 2717:  Called eautoreconf
 *   environment, line  815:  Called eaclocal
 *   environment, line  734:  Called autotools_run_tool '--at-m4flags' 'aclocal' '-I' 'm4'
 *   environment, line  476:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 * 
 * If you need support, post the output of 'emerge --info =net-libs/libnfsidmap-0.24',
 * the complete build log and the output of 'emerge -pqv =net-libs/libnfsidmap-0.24'.
 * The complete build log is located at '/var/tmp/portage/net-libs/libnfsidmap-0.24/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-libs/libnfsidmap-0.24/temp/environment'.
 * S: '/var/tmp/portage/net-libs/libnfsidmap-0.24/work/libnfsidmap-0.24'


/var/tmp/portage/net-libs/libnfsidmap-0.24/temp/aclocal.out has the following results.

***** aclocal *****
***** PWD: /var/tmp/portage/net-libs/libnfsidmap-0.24/work/libnfsidmap-0.24
***** aclocal -I m4

configure.in:4: error: Autoconf version 2.66 or higher is required
configure.in:4: the top level
autom4te-2.65: /usr/bin/m4 failed with exit status: 63
aclocal-1.11: autom4te failed with exit status: 63

eix lists autoconf 2.68 as available but it is not installed.  The ebuild for libnfsidmap should depend on >=sys-devel/autoconf-2.66:2.5 to resolve this.
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2012-02-11 01:07:44 UTC
Please attach your emerge --info and build.log
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-13 12:05:25 UTC
And attach that too:

 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/net-libs/libnfsidmap-0.24/temp/aclocal.out
Comment 3 SpanKY gentoo-dev 2012-02-13 17:26:23 UTC
i've bumped the core depend

http://sources.gentoo.org/eclass/autotools.eclass?r1=1.120&r2=1.121
Comment 4 Michael Watters 2012-02-13 20:41:30 UTC
Created attachment 301809 [details]
emerge info

emerge --info =net-libs/libnfsidmap-0.24
Comment 5 Michael Watters 2012-02-13 20:42:51 UTC
Created attachment 301811 [details]
build log
Comment 6 Michael Watters 2012-02-13 20:43:55 UTC
Created attachment 301813 [details]
aclocal.out
Comment 7 Michael Watters 2012-02-13 20:44:45 UTC
That doesn't seem to have helped.  Attached is my build info and log files.  I can manually upgrade autoconf to get around this but the ebuild still errors out.