Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372461 - dev-lang/python-3.2 missing autoconf dependency
Summary: dev-lang/python-3.2 missing autoconf dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-21 12:13 UTC by Florian Berger
Modified: 2011-06-27 12:20 UTC (History)
0 users

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


Attachments
emerge --info (emerge.info,4.83 KB, text/plain)
2011-06-21 12:13 UTC, Florian Berger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Berger 2011-06-21 12:13:42 UTC
Created attachment 277661 [details]
emerge --info

Emerging dev-lang/python-3.2 fails on my machine, yielding:

Failed Running aclocal!

/var/tmp/portage/dev-lang/python-3.2/temp/aclocal.out:

***** aclocal *****
***** PWD: /var/tmp/portage/dev-lang/python-3.2/work/Python-3.2
***** aclocal

am-wrapper: warning: invalid WANT_AUTOMAKE 'none'; ignoring.
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
/usr/share/aclocal/pth.m4:43:   run info '(automake)Extending aclocal'
/usr/share/aclocal/pth.m4:43:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in:15: error: Autoconf version 2.65 or higher is required
configure.in:15: the top level
autom4te-2.63: /usr/bin/m4 failed with exit status: 63
aclocal-1.11: autom4te failed with exit status: 63

There is no dependency on '>=sys-devel/autoconf-2.65' in the python-3.2 ebuild. This should be fixed.
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-06-27 09:20:02 UTC
I've added a stricter dependency to python-3.2 and python-2.7.2.
Comment 2 Florian Berger 2011-06-27 12:20:36 UTC
Thanks for fixing!