Created attachment 896459 [details] build.log and emerge --info This *is* a regression from 10.43. This autoconf test fails: checking whether the mips64-unknown-linux-gnuabi64-gcc linker (/usr/mips64-unknown-linux-gnuabi64/bin/ld -m elf) supports shared libraries... /usr/mips64-unknown-linux-gnuabi64/bin/ld: unrecognised emulation mode: elf Supported emulations: elf64btsmip elf64ltsmip elf32btsmipn32 elf32ltsmipn32 elf32btsmip elf32ltsmip no ...which then results in the following configuration summary: Build shared libs .................. : no Build static libs .................. : yes and further breaks all reverse depends. Reverting to 10.43 fixes.
Apparently due to tarball being generated using Arch libtool, which is a 2.5.0 snapshot. Fixed in https://github.com/autotools-mirror/libtool/commit/9a4a02615c9e7cbcfd690ed31874822a7d6aaea2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d02084f569fa71329bf0db592ea18da4604fcd commit 37d02084f569fa71329bf0db592ea18da4604fcd Author: Sam James <sam@gentoo.org> AuthorDate: 2024-06-27 06:35:04 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-06-27 06:35:34 +0000 dev-libs/libpcre2: fix shared library build on mips (libtool-2.5.0 bug) Closes: https://bugs.gentoo.org/934977 Signed-off-by: Sam James <sam@gentoo.org> .../{libpcre2-10.44.ebuild => libpcre2-10.44-r1.ebuild} | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)
commit d284d49b7c692ad11cdeefd84345faa61295bb3a (HEAD -> master, origin/master, origin/HEAD) Author: Alfred Wingate <parona@protonmail.com> Date: Mon Jul 29 20:57:10 2024 +0300 patches: new patch to fix finding file on mips64 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/elt-patches/pull/3 Signed-off-by: Sam James <sam@gentoo.org>