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

Bug 651420

Summary: app-emulation/grub-xen-host: uses STRIP_MASK
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Xen Devs <xen>
Status: RESOLVED FIXED    
Severity: normal CC: cardoe, esigra, hydrapolic
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 259422    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-25 10:54:09 UTC
STRIP_MASK is a Portage extension and is not supported by any other package manager. This means that your package is silently BROKEN (mis-stripped) for some of our users.

Please remove its use. If you can't strip everything, please RESTRICT=strip.
Comment 1 Larry the Git Cow gentoo-dev 2019-04-14 08:50:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde8e8b9498d4159c3cd490d0f7d3dd77b0c98d4

commit cde8e8b9498d4159c3cd490d0f7d3dd77b0c98d4
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-04-14 08:50:07 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-04-14 08:50:08 +0000

    app-emulation/grub-xen-host: Replace STRIP_MASK with RESTRICT=strip
    
    While at it, replace QA* with RESTRICT=binchecks and add missing ||die.
    
    Closes: https://bugs.gentoo.org/651420
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-emulation/grub-xen-host/grub-xen-host-1.0.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)