Summary: | app-shells/pdsh-2.34 - * Failed running 'aclocal'! | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Cluster Team <cluster> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | foufou33, lssndrbarbieri, sam |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/22121 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 785697 | ||
Attachments: |
emerge-info.txt
app-shells:pdsh-2.34:20210405-090242.log emerge-history.txt environment etc.portage.tar.bz2 temp.tar.bz2 patch to correct the problem |
Description
Toralf Förster
![]() 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(+) |