Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613342 - x11-themes/gtk-engines-adwaita: prune_libtool_files called directly but eclass not inherited
Summary: x11-themes/gtk-engines-adwaita: prune_libtool_files called directly but eclas...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-20 20:14 UTC by Brian Evans (RETIRED)
Modified: 2017-03-23 12:09 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 Brian Evans (RETIRED) gentoo-dev 2017-03-20 20:14:19 UTC
x11-themes/gtk-engines-adwaita is relying on implicit inherits of other eclasses to have prune_libtool_files function available.

With the recent changes splitting out some functions, a cleanup may occur where this breaks such an implicit dependency. Such as versionator.eclass only needing estack which is how I found this particular package issue.

Please add ltprune to inherit to prevent future QA errors.
Comment 1 Mart Raudsepp gentoo-dev 2017-03-23 12:09:26 UTC
Fixed in 3.22.3, to be stabled soon

commit c953f4a57fadbc94c8aa59f2a75b6968b129d418
Author: Mart Raudsepp <leio@gentoo.org>
Date:   Thu Mar 23 14:07:37 2017 +0200

    x11-themes/gtk-engines-adwaita: explicitly inherit ltprune for prune_libtool_files
    
    Gentoo-bug: 613342