Created attachment 888344 [details] contain emerge --info, build log and automake.out Libsoundtouch fails in the middle of my @world rebuild.
configure.ac:54: error: required file 'config/ltmain.sh' not found
Could you show me the other .out files in /var/tmp/portage/media-libs/libsoundtouch-2.3.2/temp/ please?
This might be the same as bug 927650.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7012f128a3c04053924fa1e96ed48a1c758fc65 commit c7012f128a3c04053924fa1e96ed48a1c758fc65 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-03-24 09:05:20 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-24 09:06:11 +0000 dev-build/libtool: fix shebang for bash Always use ${EPREFIX}/bin/bash rather than the current path to bash, so that we work on both usr-merged and non-usr-merged systems. Bug: https://bugs.gentoo.org/927662 Closes: https://bugs.gentoo.org/927650 Signed-off-by: Sam James <sam@gentoo.org> dev-build/libtool/{libtool-2.4.7-r2.ebuild => libtool-2.4.7-r3.ebuild} | 2 +- dev-build/libtool/libtool-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f979e09388597a04255a2f42c464cf5a05d512 commit 18f979e09388597a04255a2f42c464cf5a05d512 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-03-24 09:08:48 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-24 09:08:48 +0000 autotools.eclass: require >=dev-build/libtool-2.4.7-r3 Needed for c7012f128a3c04053924fa1e96ed48a1c758fc65 wrt upgrade ordering. Bug: https://bugs.gentoo.org/927650 Bug: https://bugs.gentoo.org/927662 Signed-off-by: Sam James <sam@gentoo.org> eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(In reply to Sam James from comment #2) > Could you show me the other .out files in > /var/tmp/portage/media-libs/libsoundtouch-2.3.2/temp/ please? aclocal.out ***** aclocal ***** ***** PWD: /var/tmp/portage/media-libs/libsoundtouch-2.3.2/work/soundtouch ***** aclocal -I config/m4 --system-acdir=/var/tmp/portage/media-libs/libsoundtouch-2.3.2/temp/acloc autoconf.out ***** autoconf ***** ***** PWD: /var/tmp/portage/media-libs/libsoundtouch-2.3.2/work/soundtouch ***** autoconf --force autoheader.out ***** autoheader ***** ***** PWD: /var/tmp/portage/media-libs/libsoundtouch-2.3.2/work/soundtouch ***** autoheader
Feel like something is missing error handling here. Does libtool --version work?
(In reply to Sam James from comment #7) > Feel like something is missing error handling here. > > Does libtool --version work? No! just tried. bash: /usr/bin/libtool: /usr/bin/bash: bad interpreter: No such file or directory
Yay! (Not yay, but it means I've just fixed it.) I think this is the same as bug 927650 then. I'm going to take a look to see why nothing raised an error sooner as well, because that feels like a bug too. *** This bug has been marked as a duplicate of bug 927650 ***
(In reply to Sam James from comment #9) > Yay! (Not yay, but it means I've just fixed it.) > > I think this is the same as bug 927650 then. I'm going to take a look to see > why nothing raised an error sooner as well, because that feels like a bug > too. > > *** This bug has been marked as a duplicate of bug 927650 *** You sure did! Thank you!!!