* ERROR: app-shells/pdsh-2.34::gentoo failed (prepare phase): * Failed running 'aclocal'! * ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_systemd-20210327-175744 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-7.3.1 [2] x86_64-pc-linux-gnu-10.2.0 * clang version 11.1.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/11/bin /usr/lib/llvm/11 11.1.0 Python 3.8.9 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby30 (with Rubygems) * Available Rust versions: [1] rust-bin-1.51.0 [2] rust-1.51.0 * The following VMs are available for generation-2: 1) IcedTea JDK 3.18.0 [icedtea-8] *) AdoptOpenJDK 8.282_p08 [openjdk-bin-8] Available Java Virtual Machines: [1] icedtea-8 [2] openjdk-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 8.10.4 timestamp(s) of HEAD at this tinderbox image: /var/db/repos/gentoo Mon Apr 5 08:50:50 UTC 2021 emerge -qpvO app-shells/pdsh [ebuild N ] app-shells/pdsh-2.34 USE="crypt readline -rsh -test"
Created attachment 697707 [details] emerge-info.txt
Created attachment 697710 [details] app-shells:pdsh-2.34:20210405-090242.log
Created attachment 697713 [details] emerge-history.txt
Created attachment 697716 [details] environment
Created attachment 697719 [details] etc.portage.tar.bz2
Created attachment 697722 [details] temp.tar.bz2
AC_INIT([pdsh], m4_esyscmd([git describe --always | awk '/.*/ {sub(/^pdsh-/, ""); printf "%s",$1; exit}'])) the git part above seems to be responsible for the failure.
Created attachment 706446 [details, diff] patch to correct the problem this did the trick for me
better use sed to update the version
(In reply to foufou33 from comment #8) > Created attachment 706446 [details, diff] [details, diff] > patch to correct the problem > > this did the trick for me Patch doesn't seem to apply for me.
(In reply to Sam James from comment #10) > (In reply to foufou33 from comment #8) > > Created attachment 706446 [details, diff] [details, diff] [details, diff] > > patch to correct the problem > > > > this did the trick for me > > Patch doesn't seem to apply for me. maybe spaces or some other char was introduced? you can recreate or unpack pdsh modify manually and merge -- using ebuild --
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d59fdbe4d1fdf770040ff7396c5b0e7a43ac160 commit 6d59fdbe4d1fdf770040ff7396c5b0e7a43ac160 Author: Alessandro Barbieri <lssndrbarbieri@gmail.com> AuthorDate: 2021-08-26 20:50:22 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-09-25 02:55:00 +0000 app-shells/pdsh: EAPI8, no git in autoconf Closes: https://bugs.gentoo.org/780339 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22121 Signed-off-by: Sam James <sam@gentoo.org> app-shells/pdsh/pdsh-2.34-r1.ebuild | 70 +++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+)