https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: mail-client/heirloom-mailx-12.5 does not respect LDFLAGS. Discovered on: amd64 (internal ref: guru_tinderbox) 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 699951 [details] build.log build log and emerge --info
I tried to resolved that issue https://sources.gentoo.org/repo/proj/guru.git/commit/?h=dev&id=6318ad2059d604d37f4c0aa5fd31597a37393714
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6318ad2059d604d37f4c0aa5fd31597a37393714 commit 6318ad2059d604d37f4c0aa5fd31597a37393714 Author: Marcin Woźniak <y0rune@aol.com> AuthorDate: 2021-04-16 21:24:43 +0000 Commit: Marcin Woźniak <y0rune@aol.com> CommitDate: 2021-04-16 21:24:43 +0000 mail-client/heirloom-mailx: Changed licence and fix problem with QA Like in the bug I tried to add hide the error from QA. I simply added LDFLAGS in the emake. I think it should be help. Bug: https://bugs.gentoo.org/782961 Closes: https://bugs.gentoo.org/782961 Signed-off-by: Marcin Woźniak <y0rune@aol.com> mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6318ad2059d604d37f4c0aa5fd31597a37393714 commit 6318ad2059d604d37f4c0aa5fd31597a37393714 Author: Marcin Woźniak <y0rune@aol.com> AuthorDate: 2021-04-16 21:24:43 +0000 Commit: Marcin Woźniak <y0rune@aol.com> CommitDate: 2021-04-16 21:24:43 +0000 mail-client/heirloom-mailx: Changed licence and fix problem with QA Like in the bug I tried to add hide the error from QA. I simply added LDFLAGS in the emake. I think it should be help. Bug: https://bugs.gentoo.org/782961 Closes: https://bugs.gentoo.org/782961 Signed-off-by: Marcin Woźniak <y0rune@aol.com> mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a31b227e08533b24be26b476dd7994c2de6da713 commit a31b227e08533b24be26b476dd7994c2de6da713 Author: Marcin Woźniak <y0rune@aol.com> AuthorDate: 2021-04-18 06:43:08 +0000 Commit: Marcin Woźniak <y0rune@aol.com> CommitDate: 2021-04-18 06:43:08 +0000 mail-client/heirloom-mailx: Changed licence and fix problem with QA Like in the bug I tried to add hide the error from QA. I simply added LDFLAGS in the emake. I think it should be help. EDIT: I tried with src_configure but the mailx do not have configure file. Bug: https://bugs.gentoo.org/782961 Closes: https://bugs.gentoo.org/782961 Signed-off-by: Marcin Woźniak <y0rune@aol.com> mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a31b227e08533b24be26b476dd7994c2de6da713 commit a31b227e08533b24be26b476dd7994c2de6da713 Author: Marcin Woźniak <y0rune@aol.com> AuthorDate: 2021-04-18 06:43:08 +0000 Commit: Marcin Woźniak <y0rune@aol.com> CommitDate: 2021-04-18 06:43:08 +0000 mail-client/heirloom-mailx: Changed licence and fix problem with QA Like in the bug I tried to add hide the error from QA. I simply added LDFLAGS in the emake. I think it should be help. EDIT: I tried with src_configure but the mailx do not have configure file. Bug: https://bugs.gentoo.org/782961 Closes: https://bugs.gentoo.org/782961 Signed-off-by: Marcin Woźniak <y0rune@aol.com> mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Changing TRACKER as requested by QA.