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

Bug 582206

Summary: x11-misc/shutterbug, x11-misc/pathfinder: 'use' calls in global scope
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Matti Bickel (RETIRED) <mabi>
Status: RESOLVED FIXED    
Severity: critical    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 566518    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-05-05 21:09:25 UTC
Some of the old versions have 'use' calls in global scope. Please either fix them or remove them.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-05-06 16:32:28 UTC
commit e4333453f946ddfd571daf06738e947bab21a53b
Author: Michał Górny <mgorny@gentoo.org>
Date:   Fri May 6 18:29:48 2016

    x11-misc/pathfinder: Fix global scope use* calls, #582206
    
    Copy the solution to global scope use* calls from newer ebuilds.

commit 5a3cc3108312a8982db95c0615361a4b1fe46884
Author: Michał Górny <mgorny@gentoo.org>
Date:   Fri May 6 18:21:27 2016

    x11-misc/shutterbug: Fix global scope use* calls, #582206
    
    Copy the solution for global scope use* calls from newer ebuilds.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-05 08:45:18 UTC
The fix has been reverted by dilfridge.
Comment 3 Mike Gilbert gentoo-dev 2016-06-05 18:24:21 UTC
commit 033fc93d98e3f11bfa6ecda79838b17ac55079ab
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Sun Jun 5 14:18:23 2016 -0400

    x11-misc/pathfinder: move FOXCONF definition to src_compile
    
    mgorny had the right idea in e4333453, but EAPI 1 does not execute
    src_configure.
    
    Bug: https://bugs.gentoo.org/582206
    
    Package-Manager: portage-2.3.0_rc1_p14

 x11-misc/pathfinder/pathfinder-1.6.36.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
Comment 4 Mike Gilbert gentoo-dev 2016-06-05 18:30:38 UTC
Need to fix shutterbug too.
Comment 5 Mike Gilbert gentoo-dev 2016-06-05 18:33:35 UTC
commit eea8527d29d175108d5c1d12eeb3d4f4f57f9b13
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Sun Jun 5 14:32:27 2016 -0400

    x11-misc/shutterbug: move FOXCONF definition to src_compile
    
    Bug: https://bugs.gentoo.org/582206
    
    Package-Manager: portage-2.3.0_rc1_p14

 x11-misc/shutterbug/shutterbug-1.6.36.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)