Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 521432 - dev-libs/libsqlora8-2.3.3: suspicious use of einstall
Summary: dev-libs/libsqlora8-2.3.3: suspicious use of einstall
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: suspicious-einstall
Keywords:
Depends on:
Blocks: suspicious-einstall
  Show dependency tree
 
Reported: 2014-08-28 20:36 UTC by Michał Górny
Modified: 2016-09-05 10:00 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-28 20:36:30 UTC
Please check whether the use of 'einstall' in this ebuild is actually
needed. From a quick glance at the Makefile, it seems to have proper
support for DESTDIR.

Therefore, if possible please replace the call to 'einstall' with proper
'default' or 'emake DESTDIR="${D}" install'. Thanks.
Comment 1 Sergey Popov gentoo-dev 2016-09-05 10:00:25 UTC
commit 59f48475a80300b59c8daaa089d3968573a04b5e
Author: Sergey Popov <pinkbyte@gentoo.org>
Date:   Mon Sep 5 12:55:37 2016 +0300

    dev-libs/libsqlora8: revision bump

    Bump EAPI to 6. Supress unsupported parallel compilation,
    prune unneeded libtool files, build static libs optionally,
    correct package description.
    Detect Oracle libraries path, rather than requesting it from user.
    Replace misused einstall with default function call in src_install.

    Gentoo-Bug: 521432

    Package-Manager: portage-2.2.28


Old revision is dropped, so i am closing this as fixed