https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-devel/gcc-11.2.1_p20220115 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 762520 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
I was pretty sure we had a bug for this but I can't find it right now.
(In reply to Sam James from comment #2) > I was pretty sure we had a bug for this but I can't find it right now. at least five: https://bugs.gentoo.org/buglist.cgi?short_desc=gcc ldflags&short_desc_type=allwordssubstr
lto_tinderbox has reproduced this issue with version 12.1.1_p20220625 - Updating summary.
tinderbox_musl has reproduced this issue with version 12.2.0 - Updating summary.
tinderbox_musl has reproduced this issue with version 12.2.1_p20221008 - Updating summary.
ci has reproduced this issue with version 12.2.1_p20221203 - Updating summary.
ci has reproduced this issue with version 12.2.1_p20221210 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2d045c02a6ca647ef3280f4987cbc0d14e5a7e commit bb2d045c02a6ca647ef3280f4987cbc0d14e5a7e Author: Sam James <sam@gentoo.org> AuthorDate: 2023-09-28 23:27:06 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-09-30 09:38:40 +0000 toolchain.eclass: rework bootstrapping logic * Build stage1 compiler with user's CFLAGS. This consistently ends up saving at least 15 minutes for me on a fast amd64 machine and should save more on slower machines and architectures. There's only any risk here if the host compiler is ancient/very buggy and even then, you get a failed bootstrap later on. The GCC developers, per the linked bug, end up using STAGE1_CFLAGS="-O2" anyway to speed up the process so it's not like this is untested at all. mattst88 actually brought this up.. 10 years ago (bug #477548). Let's try make that right now. * Respect LDFLAGS for target libraries for native builds. Not touching this for cross builds, at least for now, as it's a bit more delicate. (Unfortunately, we have to put a hack in here for now until we can fix multilib.eclass - see bug #914881). Bug: https://gcc.gnu.org/PR111619 Bug: https://bugs.gentoo.org/914881 Closes: https://bugs.gentoo.org/477548 Closes: https://bugs.gentoo.org/831423 Closes: https://bugs.gentoo.org/840392 Apologies-to: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> eclass/toolchain.eclass | 52 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 17 deletions(-)