In $PCP_DIR/usr/share/pcp/demos/trace/Makefile.stub there is occurrence of using path /etc/pcp.conf
without prefix $PCP_ETC_DIR and due to this test-case 446 fails when using non-standard path.
Please check, if I edit correct Makefile, I was a little bit confused.
diff --git a/src/pmdas/trace/GNUmakefile.stub b/src/pmdas/trace/GNUmakefile.stub
index 949f092..8ac95ae 100644
--- a/src/pmdas/trace/GNUmakefile.stub
+++ b/src/pmdas/trace/GNUmakefile.stub
@@ -15,7 +15,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-include /etc/pcp.conf
+include $(PCP_ETC_DIR)/pcp.conf
# need to deal with these ...
# ELF style
--
Tomas Dohnalek
QE Tools Intern
Red Hat
|