Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446848 - sci-libs/hdf5-1.8.10 fails to configure with <sys-devel/autoconf-2.69
Summary: sci-libs/hdf5-1.8.10 fails to configure with <sys-devel/autoconf-2.69
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Kacper Kowalik (Xarthisius) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-11 07:59 UTC by Andrew Aladjev
Modified: 2012-12-11 17:31 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Aladjev 2012-12-11 07:59:12 UTC
emerge of sci-libs/hdf5-1.8.10 failed with error:
>> Autoconf version 2.69 or higher is required

Reproducible: Always

Steps to Reproduce:
1. emerge -v =sci-libs/hdf5-1.8.10 (cxx fortran zlib -debug -examples -fortran2003 -mpi -static-libs -szip -threads)
2. cat /var/tmp/portage/sci-libs/hdf5-1.8.10/temp/aclocal.out
>> configure.ac:20: error: Autoconf version 2.69 or higher is required



change:
DEPEND="${RDEPEND}
        sys-devel/libtool:2"
to:
DEPEND="${RDEPEND}
        sys-devel/libtool:2
        >=sys-devel/autoconf-2.69"
thanks
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-12-11 17:31:16 UTC
+  11 Dec 2012; Kacper Kowalik <xarthisius@gentoo.org> hdf5-1.8.10.ebuild:
+  Add explicit dependency on >=sys-devel/autoconf-2.69 wrt #446848 by Andrew
+  Aladjev <aladjev.andrew@gmail.com>