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

Bug 702472

Summary: sys-apps/portage: qa check for gen_usr_ldscript calls is broken
Product: Gentoo Linux Reporter: William Hubbs <williamh>
Component: Current packagesAssignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: normal CC: qa
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: openrc-9999-build.txt

Description William Hubbs gentoo-dev 2019-12-10 15:23:56 UTC
All,

I have removed the static-libs use flag from openrc-9999 and removed the
gen_usr_ldscript calls since they are only needed if the package builds
static libs.

However, I have noticed that the build now fails because a qa check
complains about the ebuild not calling gen_usr_ldscript.

This seems to be broken since there are no static libs being built, can
someone take a look?

I will attach an example of the failure.

Thanks,

William
Comment 1 William Hubbs gentoo-dev 2019-12-10 15:26:04 UTC
Created attachment 599062 [details]
openrc-9999-build.txt

This is an example build.
Notice that there are no static libraries in the build, but the build is
aborted because we don't call gen_usr_ldscript.