Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651466 - eclass/golang-base.eclass: uses STRIP_MASK
Summary: eclass/golang-base.eclass: uses STRIP_MASK
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ebuild-prep
  Show dependency tree
 
Reported: 2018-03-25 11:01 UTC by Michał Górny
Modified: 2019-04-14 08:44 UTC (History)
2 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 11:01:35 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-04-14 08:44:24 UTC
commit a75afb393efb72d4e55832468d6e69895c1a3a70
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: Mon Feb 4 19:10:46 2019
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: Thu Feb 7 20:22:29 2019

    golang-base.eclass: add eapi 7 support
    
    Signed-off-by: William Hubbs <williamh@gentoo.org>