Created attachment 764416 [details, diff] patch to always call eautoreconf similar to bug 814512, the old bundled libtool does some *weird* things to LDFLAGS if clang is detected - this usually breaks compilation Just call eautoreconf unconditionally
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff9935213f83e59335d330e496a9687c3afe42d commit dff9935213f83e59335d330e496a9687c3afe42d Author: Jannik Glückert <jannik.glueckert@gmail.com> AuthorDate: 2022-02-05 18:00:13 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-02-07 00:30:14 +0000 app-text/libmspub: always call eautoreconf (old libtool has clang bug) Closes: https://bugs.gentoo.org/832764 Signed-off-by: Jannik Glückert <jannik.glueckert@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> app-text/libmspub/libmspub-0.1.4.ebuild | 6 +++--- app-text/libmspub/libmspub-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ebf202e63cda0fd4a19f7b0cb8e209370aae29 commit 51ebf202e63cda0fd4a19f7b0cb8e209370aae29 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-02-07 00:16:57 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-02-07 00:30:15 +0000 app-text/libmspub: add comment re eautoreconf (stale libtool breaking Clang) Bug: https://bugs.gentoo.org/832764 Signed-off-by: Sam James <sam@gentoo.org> app-text/libmspub/libmspub-0.1.4.ebuild | 4 +++- app-text/libmspub/libmspub-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-)