-
Notifications
You must be signed in to change notification settings - Fork 2k
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
sys-apps/moreutils: Respect compiler environment #15703
Conversation
Pull Request assignmentSubmitter: @thesamesam sys-apps/moreutils: @thesamesam, @gentoo/proxy-maint Linked bugsBugs linked: 721394 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 |
f98a3f1
to
b1dd491
Compare
Pull request CI reportReport generated at: 2020-05-08 05:00 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
I just found
|
I will investigate a bit more soon, but does this mean I need tc-export for LDFLAGS? Or is there a better way? |
No, LDFLAGS are already exported. BTW: You linked to git master. It's already fixed upstream via https://git.joeyh.name/index.cgi/moreutils.git/commit/?id=6c88aaa6b828d7bd7c1dccb3b842594d48c1764c. It's not fixed in https://git.joeyh.name/index.cgi/moreutils.git/tree/is_utf8/Makefile?h=0.63 ... |
D'oh. That's why I was so confused, I thought it was always exported, but I couldn't see any other way given the Makefile looked right. Silly. |
Now respects CC as well as CFLAGS. This patch is taken from upstream, not yet in a release. Thanks-to: Agostino Sarubbo <ago@gentoo.org> Closes: https://bugs.gentoo.org/721394 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
b1dd491
to
4aeef8d
Compare
I've used the upstream patch and am now using the magic LDFLAGS value to detect these problems in future. |
Pull request CI reportReport generated at: 2020-05-09 10:50 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
Now respects CC as well as CFLAGS.
Thanks-to: Agostino Sarubbo ago@gentoo.org
Closes: https://bugs.gentoo.org/721394
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) sam@cmpct.info