]> andersk Git - gssapi-openssh.git/commitdiff
build zlib-1.2.3 ourselves
authorjbasney <jbasney>
Fri, 16 Feb 2007 21:48:05 +0000 (21:48 +0000)
committerjbasney <jbasney>
Fri, 16 Feb 2007 21:48:05 +0000 (21:48 +0000)
nmi/cmdfile
nmi/testscript

index 9c385f542534d9af9316277e4aa00a18ffdfa64a..d781bab58c40d4b47bbe014fd5ce93c9f2fc7e67 100644 (file)
@@ -3,10 +3,10 @@ component = GSI-OpenSSH
 component_version = 3.9
 description = pre-release test builds
 run_type = build
-inputs = gsissh-src.ftp, gsissh-nmi.cvs
+inputs = gsissh-src.ftp, gsissh-nmi.cvs, zlib-src.ftp
 remote_task = nmi/testscript
 platforms = ia64_sles_8, ia64_sles_9, ppc_aix_5.2, ppc_macos_10.4, sun4u_sol_5.9, x86_64_rhas_3, x86_64_rhas_4, x86_deb_3.1, x86_fc_3, x86_fc_4, x86_rhas_3, x86_rhas_4
-prereqs = zlib-1.2.3
+#prereqs = zlib-1.2.3
 prereqs_ppc_macos_10.4 = curl-7.15.1
 prereqs_sun4u_sol_5.9 = curl-7.15.1, tar-1.14, patch-2.5.4, m4-1.4.1, flex-2.5.4a, make-3.80, byacc-1.9, gzip-1.2.4, gcc-2.95.3, coreutils-5.2.1, perl-5.8.5
 prereqs_ppc_aix_5.2 = tar-1.14, make-3.80, flex-2.5.4a, perl-5.8.5, bison-1.25, vac-6, vacpp-6
index 98da630923f754f37e1736c6b637717bdad2748b..99d65bd6726ff934568fa3da26ff536a865e94b0 100755 (executable)
@@ -8,6 +8,7 @@ else
   GT_INSTALLER_URL=http://www.globus.org/ftppub/gt4/4.0/4.0.3/installers/bin/$GT_INSTALLER
 fi
 GLOBUS_LOCATION=$_CONDOR_SCRATCH_DIR/globus
+ZLIB_LOCATION=$_CONDOR_SCRATCH_DIR/zlib
 LOGNAME=$USER
 X509_CERT_DIR=$GLOBUS_LOCATION/share/certificates
 export GLOBUS_LOCATION LOGNAME X509_CERT_DIR
@@ -36,13 +37,21 @@ cd gt*-installer
 ./configure --prefix=$GLOBUS_LOCATION --with-buildopts="-verbose"
 make gsi-openssh install
 . $GLOBUS_LOCATION/etc/globus-user-env.sh
+cd ..
+echo ==================================================
+echo Building zlib-1.2.3...
+ls -l
+tar xvfz zlib-1.2.3.tar.gz
+cd zlib-1.2.3
+./configure --prefix=$ZLIB_LOCATION
+make
+make install
 echo ==================================================
 flavor=`gpt-query -name=gsi_openssh | perl -n -e 'if (/gsi_openssh-(.*)-pgm/){print "$1\n";}'|head -1`
 echo GPT flavor is $flavor.  Installing globus_core.
 gpt-build -nosrc $flavor
 echo ==================================================
 echo Building GSI-OpenSSH...
-cd ..
 gpt-build -force -verbose gsi_openssh_bundle-*.tar.gz $flavor \
-  GSI_OPENSSH_GPTMACRO="--with-zlib=/prereq/zlib-1.2.3"
+  GSI_OPENSSH_GPTMACRO="--with-zlib=$ZLIB_LOCATION"
 ) 2>&1 # we want stdout & stderr mixed in the output file
This page took 0.040861 seconds and 5 git commands to generate.