config.status: creating Makefile config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands /bin/rm: cannot remove 'libtoolT': No such file or directory config.status: executing po-directories commands config.status: creating po/POTFILES ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome-j4-20221105-141523 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-12 * clang/llvm (if any): clang version 15.0.4 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/15 15.0.4 Python 3.10.8 Available Rust versions: [1] rust-bin-1.64.0 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17] 2) Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 system-vm The Glorious Glasgow Haskell Compilation System, version 8.10.6 php cli (if any): GNU Make 4.4 HEAD of ::gentoo commit 09fb6d2f61afc88d5a2537e444075c47a022ef66 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Nov 8 00:02:03 2022 +0000 2022-11-08 00:02:02 UTC emerge -qpvO mail-client/alpine [ebuild N ] mail-client/alpine-2.26-r1 USE="chappa ipv6 nls passfile -kerberos -ldap -onlyalpine -smime -ssl"
Created attachment 828625 [details] emerge-info.txt
Created attachment 828627 [details] emerge-history.txt.bz2
Created attachment 828629 [details] environment
Created attachment 828631 [details] etc.portage.tar.bz2
Created attachment 828633 [details] logs.tar.bz2
Created attachment 828635 [details] mail-client:alpine-2.26-r1:20221108-020907.log
Created attachment 828637 [details] temp.tar.bz2
The fix was easy: https://github.com/hhoffstaette/alpine/commit/835a930f2024b061497ff0e4f52b13b9699983c3 I'll send this upstream along with my other changes. Not sure if it's worth fixing in Gentoo, the message is benign and does not break anything.
Fixed either by https://gitweb.gentoo.org/repo/gentoo.git/commit/mail-client/alpine?id=22328c31f2d45f383a11ffe7c68b7cc77350c8a4 or the upstream patches we have had for a while.
Pff..still happens. Investigating.
Sigh: https://lists.gnu.org/archive/html/bug-libtool/2010-03/msg00017.html ..and of course: $grep 'AC_PATH_PROG(RM' alpine-2.26/configure.ac AC_PATH_PROG(RM, rm, rm)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478539de4f2b0507a982a4c1cad3e02237b6f563 commit 478539de4f2b0507a982a4c1cad3e02237b6f563 Author: Holger Hoffstätte <holger@applied-asynchrony.com> AuthorDate: 2025-02-05 14:17:30 +0000 Commit: Yixun Lan <dlan@gentoo.org> CommitDate: 2025-02-08 02:08:46 +0000 mail-client/alpine: fix libtool error message during configure Overriding $RM in configure.ac is a bad idea and completely unnecessary. Closes: https://bugs.gentoo.org/880323 Cloese: https://github.com/gentoo/gentoo/pull/40315 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> mail-client/alpine/alpine-2.26-r5.ebuild | 3 +++ 1 file changed, 3 insertions(+)