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

Bug 521802

Summary: gpe.eclass: suspicious use of einstall
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: EclassesAssignee: GPE Desktop project <gpe>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 521420    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-08-31 10:55:42 UTC
The eclass has:

    if [ -f configure ]; then
        einstall "$@" || die "einstall failed"

However, the build system seems to be clean autotools, requesting 'emake DESTDIR=${D} install' instead.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-07-05 13:50:28 UTC
commit 5ae2aa1fd7f7b0797850b672c8a9d889c84aceee
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: Wed Jul 5 15:43:28 2017
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Wed Jul 5 15:47:57 2017

    gpe.eclass: Remove dead eclass