[postgis-tickets] r17828 - take out all pathing to see if that fixes the issue, in theory pkg-config should take care of everything. Set default GEOS to 3.8.0beta1 for winnie

Regina Obe lr at pcorp.us
Sat Sep 28 03:13:48 PDT 2019


Author: robe
Date: 2019-09-28 15:13:47 -0700 (Sat, 28 Sep 2019)
New Revision: 17828

Modified:
   trunk/ci/bessie32/postgis_regress.sh
   trunk/ci/winnie/build_postgis.sh
   trunk/ci/winnie/package_postgis.sh
   trunk/ci/winnie/regress_postgis.sh
Log:
take out all pathing to see if that fixes the issue, in theory pkg-config should take care of everything.  Set default GEOS to 3.8.0beta1 for winnie

Modified: trunk/ci/bessie32/postgis_regress.sh
===================================================================
--- trunk/ci/bessie32/postgis_regress.sh	2019-09-28 13:09:55 UTC (rev 17827)
+++ trunk/ci/bessie32/postgis_regress.sh	2019-09-28 22:13:47 UTC (rev 17828)
@@ -1,5 +1,6 @@
-export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
+#export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
 sh autogen.sh
+#./configure --with-libiconv=/usr/local --without-interrupt-tests
 ./configure --with-libiconv=/usr/local --without-interrupt-tests
 make clean
 make

Modified: trunk/ci/winnie/build_postgis.sh
===================================================================
--- trunk/ci/winnie/build_postgis.sh	2019-09-28 13:09:55 UTC (rev 17827)
+++ trunk/ci/winnie/build_postgis.sh	2019-09-28 22:13:47 UTC (rev 17828)
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 if  [[ "${OVERRIDE}" == '' ]] ; then
-	export GEOS_VER=3.8
+	export GEOS_VER=3.8.0beta1
 	export GDAL_VER=2.2.4
 	export PROJ_VER=4.9.3
 	export SFCGAL_VER=1.3.2

Modified: trunk/ci/winnie/package_postgis.sh
===================================================================
--- trunk/ci/winnie/package_postgis.sh	2019-09-28 13:09:55 UTC (rev 17827)
+++ trunk/ci/winnie/package_postgis.sh	2019-09-28 22:13:47 UTC (rev 17828)
@@ -16,7 +16,7 @@
 #otherwise use the ones jenkins passes thru
 #!/bin/bash
 if  [[ "${OVERRIDE}" == '' ]] ; then
-	export GEOS_VER=3.8
+	export GEOS_VER=3.8.0beta1
 	export GDAL_VER=2.2.4
 	export PROJ_VER=4.9.3
 	export SFCGAL_VER=1.3.2

Modified: trunk/ci/winnie/regress_postgis.sh
===================================================================
--- trunk/ci/winnie/regress_postgis.sh	2019-09-28 13:09:55 UTC (rev 17827)
+++ trunk/ci/winnie/regress_postgis.sh	2019-09-28 22:13:47 UTC (rev 17828)
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 if  [[ "${OVERRIDE}" == '' ]] ; then
-	export GEOS_VER=3.8
+	export GEOS_VER=3.8.0beta1
 	export GDAL_VER=2.2.4
 	export PROJ_VER=4.9.3
 	export SFCGAL_VER=1.3.2



More information about the postgis-tickets mailing list