From 2200848a2290adee2ca80bddde72000152d6f088 Mon Sep 17 00:00:00 2001 From: David Levine Date: Sun, 6 May 2012 21:52:22 -0500 Subject: [PATCH] Added note about test/inc/test-deb359167 failing because valgrind detects use of an uninitialized variable on older Linux distributions. --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index cb53b3f..c92069b 100644 --- a/INSTALL +++ b/INSTALL @@ -58,6 +58,11 @@ need an ANSI C compiler such as gcc. This takes a bit of time, around one minute on a modern machine, but is highly recommended. + test/inc/test-deb359167 uses valgrind, which detects use of an + uninitialized variable on older Linux distributions such as + Mandriva 2007.0 and CentOS 5.4. That particular failure is + beyond the scope of nmh and can be ignored. + 4) make install Note that if you have [n]mh files in your install directories with -- 1.7.10.4