Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651420 - app-emulation/grub-xen-host: uses STRIP_MASK
Summary: app-emulation/grub-xen-host: uses STRIP_MASK
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ebuild-prep
  Show dependency tree
 
Reported: 2018-03-25 10:54 UTC by Michał Górny
Modified: 2019-04-14 08:50 UTC (History)
3 users (show)

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 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(-)