https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-calculators/bc-gh-6.1.1 does not respect LDFLAGS. Discovered on: amd64 (internal ref: ci) NOTE: To reproduce this issue you may want to set LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0". If this is not something about c/c++ context you may want to see this bug as an hint to hide the QA warning (with QA_FLAGS_IGNORED) where is not possible to respect LDFLAGS.
Created attachment 833281 [details] build.log build log and emerge --info
ftr, as mentioned on PR, this is a side-effect of pre-stripping (LDFLAGS are technically respected)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af57a51586af3149c49d1584dfc724f74312eaff commit af57a51586af3149c49d1584dfc724f74312eaff Author: Gavin Howard <gavin@yzena.com> AuthorDate: 2022-11-18 14:41:12 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2022-11-19 06:03:20 +0000 sci-calculators/bc-gh: Fix QA issues with pre-stripping The problem was that the argument for disabling pre-stripping came *before* the predefined build, which then overrode it. I just reversed the arguments; this is what I should have done at the beginning anyway since that's how the predefined build arguments were designed. Signed-off-by: Gavin D. Howard <gavin@yzena.com> Closes: https://bugs.gentoo.org/881777 Closes: https://bugs.gentoo.org/881779 Closes: https://github.com/gentoo/gentoo/pull/28325 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> sci-calculators/bc-gh/bc-gh-6.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)