Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 702472 - sys-apps/portage: qa check for gen_usr_ldscript calls is broken
Summary: sys-apps/portage: qa check for gen_usr_ldscript calls is broken
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-10 15:23 UTC by William Hubbs
Modified: 2019-12-10 15:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
openrc-9999-build.txt (openrc-9999-build.txt,115.85 KB, text/plain)
2019-12-10 15:26 UTC, William Hubbs
Details

Note You need to log in before you can comment on or make changes to this bug.
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.