Install Performance Co-Pilot development libraries on build VM
authorMartin Schwenke <martin@meltin.net>
Sat, 1 Jun 2013 21:36:15 +0000 (07:36 +1000)
committerMartin Schwenke <martin@meltin.net>
Sat, 1 Jun 2013 21:36:15 +0000 (07:36 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
base/all/root/scripts/setup_build.sh

index ed36c5a7a745a00f82421d9c11c4be159759bd0a..49819782e3682b9900957e27605cb5822ec9e090 100755 (executable)
@@ -11,6 +11,12 @@ echo "Installing RPM developing and setting up rpm build"
 yum -y install rpmdevtools
 rpmdev-setuptree
 
+# Install the performance co-pilot packages to allow building of the
+# CTDB pmda code.  It is OK if this fails (these packages are only
+# available in EPEL) since this script will continue...
+echo "Installing PCP development libraries - this may fail"
+yum -y install pcp-libs pcp-libs-devel
+
 # Packages required for samba development                                       
 echo "Installing Samba build dependencies"
 yum -y install readline-devel libacl-devel e2fsprogs-devel \