python-2.6 devel libraries installed on tridge (ppc64 box)
[build-farm.git] / m104.fns
index b1356c612ee4a062dd8a1cb307da41fb5bcf97b0..e9b03d66b596b3337af47f3d31b8f9b5c4b64116 100644 (file)
--- a/m104.fns
+++ b/m104.fns
@@ -3,7 +3,7 @@
 
 export CC="gcc"
 export CFLAGS=""
-export CPPFLAGS="-D_POSIX_C_SOURCE=200112L -D_SYSV"
+export CPPFLAGS="-D_POSIX_C_SOURCE=200112L -D_SYSV -D_VOS_EXTENDED_NAMES"
 export MAXTIME=14400
 export TIMELIMIT_FLAGS="-D_POSIX_C_SOURCE=200112L"
 export noclean="yes"
@@ -35,8 +35,7 @@ action_configure() {
        echo "The following differences from standard POSIX systems are"
        echo "essentially unfixable:"
        echo "      5. VOS has symbolic links not hard links. link() is a dummy."
-       echo "      6. VOS has a 32-character limit on file names, and a 256-char"
-       echo "         limit on pathnames."
+       echo "      6. VOS has a 256-character limit on pathnames."
        echo "      7. VOS does not implement shared libraries (no gcc -shared)."
        echo " "
        echo "Please contact Paul dot Green at stratus.com for further information."
@@ -57,15 +56,13 @@ action_configure() {
 # VOS: explicitly invoke bash here.
        ./timelimit $MAXTIME bash $srcdir/configure $config_and_prefix
        cstatus=$?
-       echo "CONFIGURE STATUS: $cstatus"
-       if [ -f config.h ]; then
-           echo "contents of config.h:"
-           cat config.h
-       fi
-       if [ -f include/config.h ]; then
-           echo "contents of include/config.h:"
-           cat include/config.h
+       if [ x"$cstatus" != x"0" ]; then
+               if [ -f config.log ]; then
+                       echo "contents of config.log:"
+                       cat config.log
+               fi
        fi
+       echo "CONFIGURE STATUS: $cstatus"
        return $cstatus;
 }
 
@@ -129,6 +126,6 @@ per_run_hook
 
 . common.fns
 
-test_tree samba_3_2_test source gcc
-#Skip Samba4 until we shorten file names
-#test_tree samba4 source gcc
+test_tree samba_3_current source3 gcc
+test_tree samba_3_next source3 gcc
+test_tree samba_3_master source3 gcc