https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/xalan-c-1.11.0_pre1153059 fails to link with LLD because of /usr/lib in the link command line. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses clang as a compiler and lld as a linker This PR gives an idea about a fix: https://github.com/PhotoFlare/photoflare/pull/248/files.
Created attachment 759843 [details] build.log build log and emerge --info
Error(s) that match a know pattern: ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../lib64/crt1.o is incompatible with elf32-i386
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945b8139c893494e5ae445cc201e0118abe631b9 commit 945b8139c893494e5ae445cc201e0118abe631b9 Author: Viorel Munteanu <ceamac@gentoo.org> AuthorDate: 2022-11-20 16:16:25 +0000 Commit: Viorel Munteanu <ceamac@gentoo.org> CommitDate: 2022-11-24 07:46:24 +0000 dev-libs/xalan-c: add 1.12 Closes: https://bugs.gentoo.org/734190 Closes: https://bugs.gentoo.org/829679 Closes: https://bugs.gentoo.org/867649 Closes: https://bugs.gentoo.org/831315 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> dev-libs/xalan-c/Manifest | 2 ++ dev-libs/xalan-c/metadata.xml | 8 ++++- dev-libs/xalan-c/xalan-c-1.12.ebuild | 59 ++++++++++++++++++++++++++++++++++++ dev-libs/xalan-c/xalan-c-9999.ebuild | 59 ++++++++++++++++++++++++++++++++++++ 4 files changed, 127 insertions(+), 1 deletion(-)