Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 392085

Summary: app-i18n/enca: mixes autotools-utils.eclass with default phase functions
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Stas <stasrtf>
Status: RESOLVED FIXED    
Severity: normal CC: maksbotan, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 392063    
Attachments: fix patch

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-11-27 10:00:49 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 Stas 2011-12-06 13:17:44 UTC
Created attachment 294987 [details]
fix patch

fix
Comment 2 Maxim Koltsov (RETIRED) gentoo-dev 2011-12-06 13:52:49 UTC
Commited, thanks.