Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550596 - autotools-utils.eclass: show a warning when people run eautoreconf manually
Summary: autotools-utils.eclass: show a warning when people run eautoreconf manually
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-27 21:26 UTC by Pacho Ramos
Modified: 2016-01-29 14:47 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 Pacho Ramos gentoo-dev 2015-05-27 21:26:30 UTC
As seen in:
https://bugs.gentoo.org/show_bug.cgi?id=467052#c9

A common error with this eclass is people running manually "eautoreconf" but, then, losing the autotools dependencies because of:
[[ ${AUTOTOOLS_AUTORECONF} ]] || : ${AUTOTOOLS_AUTO_DEPEND:=no}

I am unsure if it would be possible to detect an ebuild is running "eautoreconf" but not setting AUTOTOOLS_AUTO_DEPEND=yes :/

Thanks
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-01-29 14:47:21 UTC
The eclass is dead and going away.