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

Bug 838397

Summary: Add QA warning for 'doexe' without 'exeinto'
Product: Portage Development Reporter: Sam James <sam>
Component: Enhancement/Feature RequestsAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: normal CC: gentoo, t
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-15 04:51:11 UTC
It's allowed but implementation-defined, so ebuilds relying on it aren't portable.

PMS says:
"doexe

Installs the given files into the directory specified by the most recent exeinto call. If
exeinto has not yet been called, behaviour is undefined. Files are installed by default with
file mode 0755, or with the install options set by the most recent exeopts call. Failure
behaviour is EAPI dependent as per section 12.3.1."
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-15 04:51:36 UTC
Not sure if this fits better into pkgcheck (or do both) or what.