[postgis-devel] PostGIS 3.0.0 RC1 delayed

Regina Obe lr at pcorp.us
Mon Oct 7 09:21:27 PDT 2019


Unfortunately for me I’m not sure what changed  except for some reason the 00-regress-install is being created in my msys folder and  (not postgis source folder) where it's looking for.
I tried blowing out my source and repulling but that didn't help.

I have a bunch of config switches set like below -- so I think it would be hopeless for you to try to replicate and I'm puzzled why Winnie isn't having the same issue.

export PKG_CONFIG_PATH="${PROJECTS}/sqlite/rel-sqlite3w${OS_BUILD}${GCC_TYPE}/lib/pkgconfig:${PROJECTS}/zlib/rel-zlib-${ZLIB_VER}w${OS_BUILD}${GCC_TYPE}/lib:${PROJECTS}/protobuf/rel-${PROTOBUF_VER}w${OS_BUILD}${GCC_TYPE}/lib/pkgconfig:${PROJECTS}/json-c/rel-${JSON_VER}w${OS_BUILD}${GCC_TYPE}/lib/pkgconfig:${PROJECTS}/proj/rel-${PROJ_VER}w${OS_BUILD}${GCC_TYPE}/lib/pkgconfig:${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/lib/pkgconfig:${PROJECTS}/pcre/rel-${PCRE_VER}w${OS_BUILD}${GCC_TYPE}/lib/pkgconfig:${PROJECTS}/zlib/rel-zlib-${ZLIB_VER}w${OS_BUILD}${GCC_TYPE}/lib/pkgconfig"

export PATH="${PROJECTS}/CGAL/rel-cgal-${CGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/CGAL/rel-sfcgal-${SFCGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/boost/rel-${BOOST_VER_WU}w${OS_BUILD}${GCC_TYPE}/lib:${PATH}"
export SHLIB_LINK="-static-libstdc++ -lstdc++ -Wl,-Bdynamic -lm"

CPPFLAGS="-I${PGPATH}/include -I${PROJECTS}/rel-libiconv-${ICON_VER}w${OS_BUILD}${GCC_TYPE}/include" \
CFLAGS="-Wall -fno-omit-frame-pointer" \
LDFLAGS="-L${PGPATH}/lib -L${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/lib -L${PROJECTS}/rel-libiconv-${ICON_VER}w${OS_BUILD}${GCC_TYPE}/lib" ./configure \
  --host=${MINGHOST} --with-xml2config=${PROJECTS}/libxml/rel-libxml2-${LIBXML_VER}w${OS_BUILD}${GCC_TYPE}/bin/xml2-config \
  --with-pgconfig=${PGPATH}/bin/pg_config \
  --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}${GCC_TYPE}/bin/geos-config \
  --with-gui --with-gettext=no \
  --with-libiconv=${PROJECTS}/rel-libiconv-${ICON_VER}w${OS_BUILD}${GCC_TYPE} \
  --with-xsldir=${PROJECTS}/docbook/docbook-xsl-1.76.1 \
  --without-interrupt-tests \
  --prefix=${PROJECTS}/postgis/liblwgeom-${POSTGIS_VER}w${OS_BUILD}${GCC_TYPE}


So I can only test using extensions now, and since legacy.sql is not wrapped in an extension, it fails cause it’s looking for the 00-regress-install in postgissrc/regress to pull the legacy script from.
But it got installed in the root of my msys instead which is C:\ming64gcc81\msys\00-regress-install

This is what I see:

/bin/install -c -m 644  rtpostgis.sql rtpostgis_upgrade.sql rtpostgis_proc_set_search_path.sql uninstall_rtpostgis.sql rtpostgis_legacy.sql '/00-regress-install            /share/contrib/postgis/'

And then when it goes to run, it goes looking where it used to install things

Loading PostGIS into 'postgis_reg'
Unable to find /projects/postgis/branches/3.0/regress/00-regress-install/share/contrib/postgis/postgis.sql

So it’s the fact it’s doing / instead of perhaps just ../00-regress-install that I suspect is the problem.

I'm going to revert strk's change locally on my pc to confirm that is where the issue started.

Thanks,
Regina


From: postgis-devel [mailto:postgis-devel-bounces at lists.osgeo.org] On Behalf Of Paul Ramsey
Sent: Sunday, October 6, 2019 9:38 PM
To: PostGIS Development Discussion <postgis-devel at lists.osgeo.org>
Subject: Re: [postgis-devel] PostGIS 3.0.0 RC1 delayed

Could you or Myon write out a step-by-step: what do I do, and what do I see that’s wrong? Or post a patch? 
P


On Oct 6, 2019, at 4:14 PM, Regina Obe <lr at pcorp.us> wrote:

More  blockers
 
https://trac.osgeo.org/postgis/ticket/4515
 
I upgraded that one to a blocker.  Originally I thought it was my local setup, but  Myon pointed out he’s having the same issue with building apt.postgresql.org packages.
 
Oh goody thanks Komzpa
https://trac.osgeo.org/postgis/ticket/4525
 
Thanks,
Regina
 
From: Regina Obe [mailto:lr at pcorp.us] 
Sent: Sunday, October 6, 2019 10:32 AM
To: 'PostGIS Development Discussion' <postgis-devel at lists.osgeo.org>
Subject: PostGIS 3.0.0 RC1 delayed
 
I was hoping we could release PostGIS 3.0.0 RC1 this weekend, but it seems there are some blockers standing in the way.
 
https://trac.osgeo.org/postgis/ticket/4522  -- this got introduced with the array agg change between beta1 and RC1.  Only seems to affect 32-bit so maybe it shouldn’t be considered a blocker , but I fear it might signal something else wrong that 32-bit picks up on first because it has lower address range.
 
https://trac.osgeo.org/postgis/ticket/4521 - this was medium, but I changed to a blocker, because I thought we had already resolved this issue.  I haven’t had a chance to confirm if it’s still an issue or not.
 
 
Thanks,
Regina
_______________________________________________
postgis-devel mailing list
postgis-devel at lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/postgis-devel




More information about the postgis-devel mailing list