Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 392177 - dev-libs/libexplain: mixes autotools-utils.eclass with default phase functions
Summary: dev-libs/libexplain: mixes autotools-utils.eclass with default phase functions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 392063
  Show dependency tree
 
Reported: 2011-11-27 10:58 UTC by Michał Górny
Modified: 2011-11-27 17:04 UTC (History)
0 users

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-11-27 10:58:27 UTC
Mixing use of autotools-utils.eclass with regular phase functions and/or random econf/emake calls is unsupported and it never was. And in a near future, it will cause fatal errors during the build process.

Please fix it by using correct autotools-utils phase functions as pointed out in the example on top of the eclass and/or its manpage. If you have any trouble, feel free to ping us and we'll help you fix it. Thanks.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2011-11-27 17:04:30 UTC
  27 Nov 2011; Justin Lecher <jlec@gentoo.org> libexplain-0.45.ebuild,
  files/libexplain-0.45-configure.patch, libexplain-0.46.ebuild,
  libexplain-0.47.ebuild, libexplain-0.49.ebuild:
  Remove mixing of default phase functions with autotool-utils ones, #392177