-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
games-emulation/rmg: add 0.6.6 #38837
Conversation
Pull Request assignmentSubmitter: @orbea games-emulation/rmg: @orbea, @gentoo/proxy-maint Linked bugsNo bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment. In order to force reassignment and/or bug reference scan, please append Docs: Code of Conduct ● Copyright policy (expl.) ● Devmanual ● GitHub PRs ● Proxy-maint guide |
Pull request CI reportReport generated at: 2024-10-01 17:12 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
There appears to be quite a bit of recursive cmake calls calling into cmake?? The build failed somewhere deeply nested inside:
|
I reported it upstream. gonetz/GLideN64#2877 |
Thanks. Can you also add append-flags -fno-strict-aliasing / filter-lto as a temporary workaround? |
Done. |
append-flags / filter-lto are part of flag-o-matic.eclass, not toolchain-funcs. They are indirectly inherited as a side effect of cmake and cargo both inheriting flag-o-matic, so it still appears to work when you test it, but the linter ( |
Oops, I copied the wrong eclass... Thanks for catching that. |
The |
Signed-off-by: orbea <[email protected]>
Signed-off-by: orbea <[email protected]>
It claimed there was a "global" error which I doubt. There were some infra errors with report/gentoo-ci.git not too long ago, that may have been related. I wouldn't worry about it. |
Pull request CI reportReport generated at: 2024-10-07 19:57 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
Please check all the boxes that apply:
Signed-off-by
line to every commit in the pull request.pkgcheck scan --commits --net
to check for issues with my commits.Please note that all boxes must be checked for the pull request to be merged.