Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830407 - sys-cluster/pacemaker-2.1.2 calls commands that do not exist
Summary: sys-cluster/pacemaker-2.1.2 calls commands that do not exist
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-01 16:29 UTC by Agostino Sarubbo
Modified: 2022-01-02 20:03 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,829.77 KB, text/plain)
2022-01-01 16:30 UTC, Agostino Sarubbo
Details
Patch for configure.ac (pacemaker-2.1.2-configure.patch,492 bytes, patch)
2022-01-02 18:09 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-01 16:29:58 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/pacemaker-2.1.2 calls commands that do not exist.
Discovered on: amd64 (internal ref: ci)

NOTE:
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-01 16:30:00 UTC
CC'ing also the author of the commit (f57a5bbc8877fe7ee6a6e92b511caac16b64001c)
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-01 16:30:02 UTC
Created attachment 761035 [details]
build.log

build log and emerge --info
Comment 3 Ulrich Müller gentoo-dev 2022-01-02 18:09:18 UTC
Created attachment 761104 [details, diff]
Patch for configure.ac

Looks like a missing comma in configure.ac. Please try attached patch.
Comment 4 Marco Scardovi (scardracs) 2022-01-02 19:31:12 UTC
@ulm tested but does not works
Comment 5 Marco Scardovi (scardracs) 2022-01-02 19:44:52 UTC
Reading https://www.mail-archive.com/linux-ha@lists.linux-ha.org/msg19306.html seems the problem is not created by pacemaker itself but from a wrongly configured sys-cluster/resource-agents
Comment 6 Marco Scardovi (scardracs) 2022-01-02 20:03:39 UTC
I was checking the resource-agents' ebuild and, in pkg_postinst, I've found:

pkg_postinst() {
	elog "To use Resource Agents installed in /usr/$(get_libdir)/ocf/resource.d"
	elog "you have to emerge required runtime dependencies manually."
	elog ""
	elog "Description and dependencies of all Agents can be found on"
	elog "http://www.linux-ha.org/wiki/Resource_Agents"
	elog "or in the documentation of this package."
}