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

Bug 651466

Summary: eclass/golang-base.eclass: uses STRIP_MASK
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: EclassesAssignee: William Hubbs <williamh>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, zmedico
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 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>