Summary
Cluster Glue is a set of libraries, tools and utilities suitable for the Heartbeat/Pacemaker cluster stack.
Versions
v1.0.12-r2 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 x86 ~hppa
- USE flags
- doc ipmilan libnet static-libs
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- ipmilan
- Install the ipmilan plugin (requires sys-libs/openipmi)
- libnet
- Force use of net-libs/libnet
- static-libs
- Build static versions of dynamic libraries as well
Dependencies
acct-group / haclient : A group for sys-cluster/cluster-glue
acct-user / hacluster : A user for sys-cluster/cluster-glue
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
app-text / asciidoc : A plain text human readable/writable document format
app-text / docbook-xml-dtd : Docbook DTD for XML
app-text / docbook-xsl-stylesheets : XSL Stylesheets for Docbook
dev-libs / glib : The GLib library of C routines
dev-libs / libaio : Asynchronous input/output library that uses the kernels native interface
dev-libs / libltdl : A shared library tool for developers
dev-libs / libxml2 : XML C parser and toolkit
dev-libs / libxslt : XSLT libraries and tools
net-libs / libnet : Library for commonly used low-level network functions
net-misc / curl : A Client that groks URLs
net-misc / iputils : Network monitoring tools including ping and ping6
net-misc / netkit-telnetd : Standard Linux telnet client and server
net-misc / telnet-bsd : Telnet and telnetd ported from OpenBSD with IPv6 support
Runtime Dependencies
acct-group / haclient : A group for sys-cluster/cluster-glue
acct-user / hacluster : A user for sys-cluster/cluster-glue
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
app-text / asciidoc : A plain text human readable/writable document format
app-text / docbook-xml-dtd : Docbook DTD for XML
dev-libs / glib : The GLib library of C routines
dev-libs / libaio : Asynchronous input/output library that uses the kernels native interface
dev-libs / libltdl : A shared library tool for developers
dev-libs / libxml2 : XML C parser and toolkit
net-libs / libnet : Library for commonly used low-level network functions
net-misc / curl : A Client that groks URLs
net-misc / iputils : Network monitoring tools including ping and ping6
net-misc / netkit-telnetd : Standard Linux telnet client and server
net-misc / telnet-bsd : Telnet and telnetd ported from OpenBSD with IPv6 support
Depending packages
sys-cluster / pacemaker : Pacemaker CRM
sys-cluster / resource-agents : Resources pack for Heartbeat / Pacemaker
Bugs
- 493932
- sys-cluster/cluster-glue-1.0.11 installs libs in /usr/lib64/ instead of /usr/lib on ARM
- 631548
- sys-cluster/cluster-glue: root privilege escalation via "chown -R" in pkg_postinst
- 716054
- sys-cluster/cluster-glue-1.0.12: -fstack-protector used unconditionally
- 725828
- sys-cluster/cluster-glue-1.0.12-r2 calls commands that do not exist ( * ./config.status: line 538: QUIET_MAKE_OPTS: command not found)
- 828896
- sys-cluster/cluster-glue-1.0.12-r2 - configure: WARNING: unrecognized options: --disable-ipmilan, --with-group-id, --with-ccmuser-
- 939435
- sys-cluster/cluster-glue-1.0.12-r2 - [gcc-15] [slibtool] /.../ld: cannot find -lpi No such file or directory
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
sys-cluster/cluster-glue: drop old version
Closes: https://bugs.gentoo.org/781497 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
sys-cluster/cluster-glue: migrate to glep 81
Bug: https://bugs.gentoo.org/781497 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-cluster/cluster-glue: eutils--
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-cluster/cluster-glue: eutils--
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolic · gentoo
sys-cluster/cluster-glue: Remove sys-cluster/heartbeat reference
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop most stable hppa keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-cluster/cluster-glue: Stabilize 1.0.12-r1 amd64, #704610
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-cluster/cluster-glue: stable 1.0.12-r1 for hppa
stable wrt bug #704610 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-cluster/cluster-glue: x86 stable (bug #704610)
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Timo Rothenpieler · gentoo
sys-cluster/cluster-glue: fix build
Signed-off-by: Timo Rothenpieler <btbn@btbn.de> Signed-off-by: Alexys Jacob <ultrabug@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Remove redundant --disable-{dependency-tracking,silent-rules}
Closes: https://github.com/gentoo/gentoo/pull/14738 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Remove redundant `|| die` guards
* Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexys Jacob · gentoo
sys-cluster/cluster-glue: add dev-libs/libltdl dep for binpkg fixes #669564
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexys Jacob <ultrabug@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeroen Roovers · gentoo
sys-cluster/cluster-glue: Fix implicit openipmi dependency
* Depend on sys-libs/openipmi if USE=ipmilan * Fix selector_t compile error with >openipmi-2.0.22 * Drop -fstack-protector-all while we're there Fixes: https://bugs.gentoo.org/653248 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Agostino Sarubbo · gentoo
sys-cluster/cluster-glue: x86 stable wrt bug #616562
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-cluster/cluster-glue: amd64 stable wrt bug #616562
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Jeroen Roovers · gentoo
sys-cluster/cluster-glue: Stable for HPPA (bug #616562).
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches - Ultrabug · gentoo
sys-cluster/cluster-glue: old ebuilds cleanup and eapi compliance bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed