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

Bug 884423

Summary: install-qa-check.d/60pkgconfig: libdir check wrongly uses ${ED} instead of ${EROOT}?
Product: Portage Development Reporter: Sam James <sam>
Component: CoreAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: normal CC: arfrever.fta
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-05 08:27:30 UTC
[07:46:31]  <[Arfrever]> sam_: I also noticed that https://gitweb.gentoo.org/proj/portage.git/commit/?id=0ac65ddf7cff60a64730ca7c123f492fb68217a4 added:
[07:46:34]  <[Arfrever]> +            if [[ -d "${ED}"/usr/lib && -L "${ED}"/usr/lib ]] ; then
[07:46:36]  <[Arfrever]> +                # (Don't bother if /usr/lib is a symlink to /usr/lib64)
[07:46:39]  <[Arfrever]> +                continue
[07:47:28]  <[Arfrever]> Regardless of whether it is necessary, it is unlikely to have any effect with ${ED} being here.
[07:48:01]  <[Arfrever]> Probably ${EROOT} was intended.