Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 521802 - gpe.eclass: suspicious use of einstall
Summary: gpe.eclass: suspicious use of einstall
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GPE Desktop project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: suspicious-einstall
  Show dependency tree
 
Reported: 2014-08-31 10:55 UTC by Michał Górny
Modified: 2017-07-05 13:50 UTC (History)
0 users

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