PostGIS 3.6.0beta1 released
Greg Troxel
gdt at lexort.com
Sun Jul 20 05:11:32 PDT 2025
"Regina Obe" <lr at pcorp.us> writes:
> PostGIS 3.6.0beta1 - https://postgis.net/2025/07/PostGIS-3.6.0beta1/
NetBSD 10 amd64, geos 3.13, proj 9.6, postgresql 16.9
built fine.
I've never been super clear on updating, but:
gdt=> gdt=# SELECT postgis_extensions_upgrade();
ERROR: syntax error at or near "gdt"
LINE 1: gdt=# SELECT postgis_extensions_upgrade();
^
gdt=> NOTICE: Updating extension postgis 3.4.3rc1
gdt-> ERROR: extension "postgis" has no update path from version "3.4.3rc1" to version "ANY"
gdt-> CONTEXT: SQL statement "ALTER EXTENSION postgis UPDATE TO "ANY";ALTER EXTENSION postgis UPDATE TO "3.6.0beta1""
gdt-> PL/pgSQL function postgis_extensions_upgrade(text) line 88 at EXECUTE
and I see it's because I must have upgraded to an rc and forgot, and
that upgrading from that rc to (anything more than 3.4.3??) isn't
supported.
So:
#> l *3.4.3*
lrwxr-xr-x 1 root wheel 44 Jul 20 07:43 address_standardizer--3.4.3--ANY.sql -> address_standardizer--TEMPLATED--TO--ANY.sql
lrwxr-xr-x 1 root wheel 52 Jul 20 07:43 address_standardizer_data_us--3.4.3--ANY.sql -> address_standardizer_data_us--TEMPLATED--TO--ANY.sql
lrwxr-xr-x 1 root wheel 31 Jul 20 07:43 postgis--3.4.3--ANY.sql -> postgis--TEMPLATED--TO--ANY.sql
lrwxr-xr-x 1 root wheel 38 Jul 20 07:43 postgis_raster--3.4.3--ANY.sql -> postgis_raster--TEMPLATED--TO--ANY.sql
lrwxr-xr-x 1 root wheel 46 Jul 20 07:43 postgis_tiger_geocoder--3.4.3--ANY.sql -> postgis_tiger_geocoder--TEMPLATED--TO--ANY.sql
lrwxr-xr-x 1 root wheel 40 Jul 20 07:43 postgis_topology--3.4.3--ANY.sql -> postgis_topology--TEMPLATED--TO--ANY.sql
#> for i in *3.4.3*; do rc1=`echo $i | sed -e 's/3.4.3/3.4.3rc1/'`; ln -s $i $rc1 ; done
#> l *3.4.3*
lrwxr-xr-x 1 root wheel 44 Jul 20 07:43 address_standardizer--3.4.3--ANY.sql -> address_standardizer--TEMPLATED--TO--ANY.sql
lrwxr-xr-x 1 root wheel 36 Jul 20 07:58 address_standardizer--3.4.3rc1--ANY.sql -> address_standardizer--3.4.3--ANY.sql
lrwxr-xr-x 1 root wheel 52 Jul 20 07:43 address_standardizer_data_us--3.4.3--ANY.sql -> address_standardizer_data_us--TEMPLATED--TO--ANY.sql
lrwxr-xr-x 1 root wheel 44 Jul 20 07:58 address_standardizer_data_us--3.4.3rc1--ANY.sql -> address_standardizer_data_us--3.4.3--ANY.sql
lrwxr-xr-x 1 root wheel 31 Jul 20 07:43 postgis--3.4.3--ANY.sql -> postgis--TEMPLATED--TO--ANY.sql
lrwxr-xr-x 1 root wheel 23 Jul 20 07:58 postgis--3.4.3rc1--ANY.sql -> postgis--3.4.3--ANY.sql
lrwxr-xr-x 1 root wheel 38 Jul 20 07:43 postgis_raster--3.4.3--ANY.sql -> postgis_raster--TEMPLATED--TO--ANY.sql
lrwxr-xr-x 1 root wheel 30 Jul 20 07:58 postgis_raster--3.4.3rc1--ANY.sql -> postgis_raster--3.4.3--ANY.sql
lrwxr-xr-x 1 root wheel 46 Jul 20 07:43 postgis_tiger_geocoder--3.4.3--ANY.sql -> postgis_tiger_geocoder--TEMPLATED--TO--ANY.sql
lrwxr-xr-x 1 root wheel 38 Jul 20 07:58 postgis_tiger_geocoder--3.4.3rc1--ANY.sql -> postgis_tiger_geocoder--3.4.3--ANY.sql
lrwxr-xr-x 1 root wheel 40 Jul 20 07:43 postgis_topology--3.4.3--ANY.sql -> postgis_topology--TEMPLATED--TO--ANY.sql
lrwxr-xr-x 1 root wheel 32 Jul 20 07:58 postgis_topology--3.4.3rc1--ANY.sql -> postgis_topology--3.4.3--ANY.sql
With that, upgrade worked (with a lot of "could not check" complaints),
and
gdt=# SELECT postgis_full_version();
postgis_full_version
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
POSTGIS="3.6.0beta1 04e648e" [EXTENSION] PGSQL="160" GEOS="3.13.1-CAPI-1.19.2" PROJ="9.6.2 NETWORK_ENABLED=OFF URL_ENDPOINT=https://cdn.proj.org USER_WRITABLE_DIRECTORY=/tmp/proj DATABASE_PATH=/usr/pkg/share/proj/proj.db" (compiled against PROJ 9.6.2) GDAL="GDAL 3.11.3 "Eganville", released 2025/07/12" LIBXML="2.14.5" LIBJSON="0.18" LIBPROTOBUF="1.5.2" WAGYU="0.5.0 (Internal)" TOPOLOGY RASTER
(1 row)
Then tests get pretty far and error out on permissions to set
lc_message. Do I need to run tests as a pgsql superuser, or the owner
of the postgis extension?
(I have recently tightened up pgsql permissions substantially:
- I'm no longer a superuser.
- pgsql listens only on unix-domain socket.
- pgsql has a uid map to pgsql users
)
If the tests need privs, it would be nice to check and give a better
message. I realize this is likely not new in 3.6 :-)
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Checking for vulnerabilities in postgresql16-postgis-3.6.0beta1
===> Testing for postgresql16-postgis-3.6.0beta1
Using GNU make found at /tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake
gmake[1]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1'
/usr/pkg/bin/perl ./utils/repo_revision.pl
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Can't determine revision from git log
Not updating existing rev file at 04e648e
for s in liblwgeom deps libpgcommon postgis regress topology doc raster loader utils extensions; do \
echo "---- Making all in ${s}"; \
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C ${s} all || exit 1; \
done;
---- Making all in liblwgeom
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/liblwgeom'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/liblwgeom'
---- Making all in deps
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/deps'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C wagyu libwagyu.la
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/deps/wagyu'
gmake[3]: 'libwagyu.la' is up to date.
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/deps/wagyu'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C ryu libryu.la
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/deps/ryu'
gmake[3]: 'libryu.la' is up to date.
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/deps/ryu'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C flatgeobuf libflatgeobuf.la
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/deps/flatgeobuf'
gmake[3]: 'libflatgeobuf.la' is up to date.
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/deps/flatgeobuf'
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/deps'
---- Making all in libpgcommon
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/libpgcommon'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/libpgcommon'
---- Making all in postgis
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/postgis'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/postgis'
---- Making all in regress
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
---- Making all in topology
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/topology'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/topology'
---- Making all in doc
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/doc'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/doc'
---- Making all in raster
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake corelib
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C rt_core
gmake[4]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_core'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_core'
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake pglib
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C rt_core
gmake[4]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_core'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_core'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C rt_pg
gmake[4]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_pg'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_pg'
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake rtloader
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C rt_core
gmake[4]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_core'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_core'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C loader
gmake[4]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/loader'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/loader'
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake rtpostgis.sql
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C rt_pg rtpostgis.sql
gmake[4]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_pg'
gmake[4]: 'rtpostgis.sql' is up to date.
gmake[4]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_pg'
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
---- Making all in loader
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/loader'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/loader'
---- Making all in utils
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/utils'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/utils'
---- Making all in extensions
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions'
for DIR in postgis postgis_tiger_geocoder postgis_raster postgis_topology address_standardizer; do \
echo "---- Making all in ${DIR}"; \
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C "${DIR}" all || exit 1; \
done
---- Making all in postgis
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions/postgis'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions/postgis'
---- Making all in postgis_tiger_geocoder
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions/postgis_tiger_geocoder'
mkdir -p expected
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions/postgis_tiger_geocoder'
---- Making all in postgis_raster
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions/postgis_raster'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions/postgis_raster'
---- Making all in postgis_topology
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions/postgis_topology'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions/postgis_topology'
---- Making all in address_standardizer
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions/address_standardizer'
Makefile:232: warning: overriding recipe for target 'install'
/usr/pkg/lib/postgresql/pgxs/src/makefiles/pgxs.mk:239: warning: ignoring old recipe for target 'install'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions/address_standardizer'
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions'
PostGIS was built successfully. Ready to install.
for s in liblwgeom deps libpgcommon postgis regress topology doc raster loader utils extensions; do \
echo "---- Making check-unit in ${s}"; \
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C ${s} check-unit || exit 1; \
done;
---- Making check-unit in liblwgeom
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/liblwgeom'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C cunit check
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/liblwgeom/cunit'
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_algorithm.o cu_algorithm.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_boundary.o cu_boundary.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_buildarea.o cu_buildarea.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_bytebuffer.o cu_bytebuffer.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_clean.o cu_clean.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_print.o cu_print.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_minimum_bounding_circle.o cu_minimum_bounding_circle.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_misc.o cu_misc.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_ptarray.o cu_ptarray.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_geodetic.o cu_geodetic.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_geos.o cu_geos.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_geos_cluster.o cu_geos_cluster.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_tree.o cu_tree.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_measures.o cu_measures.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_effectivearea.o cu_effectivearea.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_chaikin.o cu_chaikin.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_filterm.o cu_filterm.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_node.o cu_node.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_clip_by_rect.o cu_clip_by_rect.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_gserialized1.o cu_gserialized1.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_gserialized2.o cu_gserialized2.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_lwstroke.o cu_lwstroke.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_split.o cu_split.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_stringbuffer.o cu_stringbuffer.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_triangulate.o cu_triangulate.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_homogenize.o cu_homogenize.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_force_dims.o cu_force_dims.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_force_sfs.o cu_force_sfs.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_out_twkb.o cu_out_twkb.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_out_wkt.o cu_out_wkt.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_out_wkb.o cu_out_wkb.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_out_gml.o cu_out_gml.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_out_kml.o cu_out_kml.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_out_geojson.o cu_out_geojson.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_out_svg.o cu_out_svg.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_out_encoded_polyline.o cu_out_encoded_polyline.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_surface.o cu_surface.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_out_x3d.o cu_out_x3d.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_in_geojson.o cu_in_geojson.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_in_twkb.o cu_in_twkb.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_in_wkb.o cu_in_wkb.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_in_wkt.o cu_in_wkt.c
In file included from /usr/include/ctype.h:100,
from cu_in_wkt.c:69:
cu_in_wkt.c: In function 'cu_strtolower':
cu_in_wkt.c:74:23: warning: array subscript has type 'char' [-Wchar-subscripts]
74 | str[i] = tolower(str[i]);
| ^
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_in_encoded_polyline.o cu_in_encoded_polyline.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_iterator.o cu_iterator.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_varint.o cu_varint.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_unionfind.o cu_unionfind.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_wrapx.o cu_wrapx.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_remove_irrelevant_points_for_view.o cu_remove_irrelevant_points_for_view.c
gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_tester.o cu_tester.c
/bin/sh ../../libtool --mode=link gcc -I./.. -I./.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -o cu_tester cu_algorithm.o cu_boundary.o cu_buildarea.o cu_bytebuffer.o cu_clean.o cu_print.o cu_minimum_bounding_circle.o cu_misc.o cu_ptarray.o cu_geodetic.o cu_geos.o cu_geos_cluster.o cu_tree.o cu_measures.o cu_effectivearea.o cu_chaikin.o cu_filterm.o cu_node.o cu_clip_by_rect.o cu_gserialized1.o cu_gserialized2.o cu_lwstroke.o cu_split.o cu_stringbuffer.o cu_triangulate.o cu_homogenize.o cu_force_dims.o cu_force_sfs.o cu_out_twkb.o cu_out_wkt.o cu_out_wkb.o cu_out_gml.o cu_out_kml.o cu_out_geojson.o cu_out_svg.o cu_out_encoded_polyline.o cu_surface.o cu_out_x3d.o cu_in_geojson.o cu_in_twkb.o cu_in_wkb.o cu_in_wkt.o cu_in_encoded_polyline.o cu_iterator.o cu_varint.o cu_unionfind.o cu_wrapx.o cu_remove_irrelevant_points_for_view.o cu_tester.o -L/usr/pkg/lib -lgeos_c -L/usr/pkg/lib -lproj -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lexecinfo -lm -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lcunit -static ../liblwgeom.la
libtool: link: gcc -I./.. -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/ImageMagick-7 -I/tmp/work/databases/postgresql-postgis2/work/.x11-buildlink/include -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/freetype2 -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/glib-2.0 -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/gio-unix-2.0 -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib/glib-2.0/include -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/harfbuzz -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/libxml2 -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/json-c -DNDEBUG -std=gnu11 -O2 -fno-math-errno -fno-signed-zeros -Wall -O2 -o cu_tester cu_algorithm.o cu_boundary.o cu_buildarea.o cu_bytebuffer.o cu_clean.o cu_print.o cu_minimum_bounding_circle.o cu_misc.o cu_ptarray.o cu_geodetic.o cu_geos.o cu_geos_cluster.o cu_tree.o cu_measures.o cu_effectivearea.o cu_chaikin.o cu_filterm.o cu_node.o cu_clip_by_rect.o cu_gserialized1.o cu_gserialized2.o cu_lwstroke.o cu_split.o cu_stringbuffer.o cu_triangulate.o cu_homogenize.o cu_force_dims.o cu_force_sfs.o cu_out_twkb.o cu_out_wkt.o cu_out_wkb.o cu_out_gml.o cu_out_kml.o cu_out_geojson.o cu_out_svg.o cu_out_encoded_polyline.o cu_surface.o cu_out_x3d.o cu_in_geojson.o cu_in_twkb.o cu_in_wkb.o cu_in_wkt.o cu_in_encoded_polyline.o cu_iterator.o cu_varint.o cu_unionfind.o cu_wrapx.o cu_remove_irrelevant_points_for_view.o cu_tester.o -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -Wl,-rpath -Wl,/usr/pkg/lib -pie -L/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib -L/tmp/work/databases/postgresql-postgis2/work/.x11-buildlink/lib -lcunit -lc ../.libs/liblwgeom.a -lexecinfo -lm -lgeos_c -lproj -ljson-c -Wl,-rpath,/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib -Wl,-rpath,/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib
/bin/sh ../../libtool --mode=execute ./cu_tester
CUnit - A unit testing framework for C - Version 2.1-3
http://cunit.sourceforge.net/
Suite: algorithm
Test: test_ptarray_simplify ...passed
Test: test_lw_segment_side ...passed
Test: test_lw_segment_intersects ...passed
Test: test_lwline_crossing_short_lines ...passed
Test: test_lwline_crossing_long_lines ...passed
Test: test_lwline_crossing_bugs ...passed
Test: test_lwpoint_set_ordinate ...passed
Test: test_lwpoint_get_ordinate ...passed
Test: test_point_interpolate ...passed
Test: test_lwline_interpolate_points ...passed
Test: test_lwline_interpolate_point_3d ...passed
Test: test_lwline_clip ...passed
Test: test_lwpoly_clip ...passed
Test: test_lwtriangle_clip ...passed
Test: test_lwline_clip_big ...passed
Test: test_lwmline_clip ...passed
Test: test_geohash_point ...passed
Test: test_geohash_precision ...passed
Test: test_geohash ...passed
Test: test_geohash_point_as_int ...passed
Test: test_geohash_bbox ...passed
Test: test_isclosed ...passed
Test: test_lwgeom_simplify ...passed
Test: test_lw_arc_center ...passed
Test: test_point_density ...passed
Test: test_kmeans ...passed
Test: test_median_handles_3d_correctly ...passed
Test: test_median_robustness ...passed
Test: test_lwpoly_construct_circle ...passed
Test: test_trim_bits ...passed
Test: test_lwgeom_remove_repeated_points ...passed
Suite: boundary
Test: boundary_point ...passed
Test: boundary_line ...passed
Test: boundary_polygon ...passed
Test: boundary_triangle ...passed
Test: boundary_tin ...passed
Test: boundary_collection ...passed
Suite: buildarea
Test: buildarea1 ...passed
Test: buildarea2 ...passed
Test: buildarea3 ...passed
Test: buildarea4 ...passed
Test: buildarea4b ...passed
Test: buildarea5 ...passed
Test: buildarea6 ...passed
Test: buildarea7 ...passed
Suite: geometry_clean
Test: test_lwgeom_make_valid ...passed
Suite: clip_by_rectangle
Test: test_lwgeom_clip_by_rect ...DEBUG1: lwgeom_clip_by_rect: GEOS Error: IllegalArgumentException: Invalid number of points in LinearRing found 3 - must be 0 or >= 4
passed
Suite: force_dims
Test: test_force_2d ...passed
Test: test_force_3dm ...passed
Test: test_force_3dz ...passed
Test: test_force_4d ...passed
Suite: force_sfs
Test: test_sfs_11 ...passed
Test: test_sfs_12 ...passed
Test: test_sqlmm ...passed
Suite: geodetic
Test: test_sphere_direction ...passed
Test: test_sphere_project ...passed
Test: test_lwgeom_area_sphere ...passed
Test: test_gbox_from_spherical_coordinates ...passed
Test: test_gserialized_get_gbox_geocentric ...passed
Test: test_clairaut ...passed
Test: test_edge_intersection ...passed
Test: test_edge_intersects ...passed
Test: test_edge_distance_to_point ...passed
Test: test_edge_distance_to_edge ...passed
Test: test_lwgeom_distance_sphere ...passed
Test: test_lwgeom_check_geodetic ...passed
Test: test_gserialized_from_lwgeom ...passed
Test: test_spheroid_distance ...passed
Test: test_spheroid_area ...passed
Test: test_lwpoly_covers_point2d ...passed
Test: test_gbox_utils ...passed
Test: test_vector_angle ...passed
Test: test_vector_rotate ...passed
Test: test_lwgeom_segmentize_sphere ...passed
Test: test_ptarray_contains_point_sphere ...passed
Test: test_ptarray_contains_point_sphere_iowa ...passed
Test: test_gbox_to_string_truncated ...passed
Test: test_gbox_geocentric_get_gbox_cartesian ...passed
Test: test_geography_substring ...passed
Suite: geos
Test: test_geos_noop ...passed
Test: test_geos_subdivide ...passed
Test: test_geos_linemerge ...passed
Test: test_geos_offsetcurve ...passed
Test: test_geos_offsetcurve_crash ...passed
Test: test_geos_makevalid ...passed
Suite: clustering
Test: basic_test ...passed
Test: nonsequential_test ...passed
Test: basic_distance_test ...passed
Test: single_input_test ...passed
Test: empty_inputs_test ...passed
Test: multipoint_test ...passed
Test: dbscan_test ...passed
Test: dbscan_test_3612a ...passed
Test: dbscan_test_3612b ...passed
Test: dbscan_test_3612c ...passed
Suite: clustering_unionfind
Test: test_unionfind_create ...passed
Test: test_unionfind_union ...passed
Test: test_unionfind_ordered_by_cluster ...passed
Test: test_unionfind_path_compression ...passed
Test: test_unionfind_collapse_cluster_ids ...passed
Suite: homogenize
Test: test_coll_point ...passed
Test: test_coll_line ...passed
Test: test_coll_poly ...passed
Test: test_coll_coll ...passed
Test: test_geom ...passed
Test: test_coll_curve ...passed
Suite: encoded_polyline_input
Test: in_encoded_polyline_test_geoms ...passed
Test: in_encoded_polyline_test_precision ...passed
Suite: geojson_input
Test: in_geojson_test_srid ...passed
Test: in_geojson_test_bbox ...passed
Test: in_geojson_test_geoms ...passed
Suite: iterator
Test: test_point_count ...passed
Test: test_ordering ...passed
Test: test_modification ...passed
Test: test_mixed_rw_access ...passed
Test: test_cannot_modify_read_only ...passed
Test: test_no_memory_leaked_when_iterator_is_partially_used ...passed
Suite: twkb_input
Test: test_twkb_in_point ...passed
Test: test_twkb_in_linestring ...passed
Test: test_twkb_in_polygon ...passed
Test: test_twkb_in_multipoint ...passed
Test: test_twkb_in_multilinestring ...passed
Test: test_twkb_in_multipolygon ...passed
Test: test_twkb_in_collection ...passed
Test: test_twkb_in_precision ...passed
Suite: serialization/deserialization v1
Test: test_typmod_macros ...passed
Test: test_flags_macros ...passed
Test: test_serialized1_srid ...NOTICE: SRID value -3005 converted to the officially unknown SRID value 0
passed
Test: test_gserialized1_from_lwgeom_size ...passed
Test: test_lwgeom_from_gserialized ...passed
Test: test_lwgeom_count_vertices ...passed
Test: test_on_gser_lwgeom_count_vertices ...passed
Test: test_geometry_type_from_string ...passed
Test: test_lwcollection_extract ...passed
Test: test_lwgeom_free ...passed
Test: test_lwgeom_swap_ordinates ...passed
Test: test_f2d ...passed
Test: test_lwgeom_clone ...passed
Test: test_lwgeom_force_clockwise ...passed
Test: test_lwgeom_calculate_gbox ...passed
Test: test_lwgeom_is_empty ...passed
Test: test_lwgeom_same ...passed
Test: test_lwline_from_lwmpoint ...passed
Test: test_lwgeom_as_curve ...passed
Test: test_lwgeom_scale ...passed
Test: test_gserialized1_is_empty ...passed
Test: test_gserialized1_peek_gbox_p_no_box_when_empty ...passed
Test: test_gserialized1_peek_gbox_p_gets_correct_box ...passed
Test: test_gserialized1_peek_gbox_p_fails_for_unsupported_cases ...passed
Test: test_gbox_same_2d ...passed
Test: test_signum_macro ...passed
Test: test_gserialized1_peek_first_point ...passed
Suite: serialization/deserialization v2
Test: test_g2flags_macros ...passed
Test: test_gserialized2_srid ...NOTICE: SRID value -3005 converted to the officially unknown SRID value 0
passed
Test: test_gserialized2_from_lwgeom_size ...passed
Test: test_lwgeom_from_gserialized2 ...passed
Test: test_on_gser2_lwgeom_count_vertices ...passed
Test: test_gserialized2_is_empty ...passed
Test: test_gserialized2_peek_gbox_p_no_box_when_empty ...passed
Test: test_gserialized2_peek_gbox_p_gets_correct_box ...passed
Test: test_gserialized2_peek_gbox_p_fails_for_unsupported_cases ...passed
Test: test_gserialized2_extended_flags ...passed
Test: test_gserialized2_peek_first_point ...passed
Suite: lwstroke
Test: test_lwcurve_linearize ...passed
Test: test_unstroke ...passed
Suite: measures
Test: test_mindistance2d_tolerance ...passed
Test: test_mindistance3d_tolerance ...NOTICE: One or both of the geometries is missing z-value. The unknown z-value will be regarded as "any value"
NOTICE: One or both of the geometries is missing z-value. The unknown z-value will be regarded as "any value"
passed
Test: test_rect_tree_contains_point ...passed
Test: test_rect_tree_intersects_tree ...passed
Test: test_lwgeom_segmentize2d ...NOTICE: ptarray.c:449 - ptarray_segmentize2d: Too many segments required (1.000000e+101)
NOTICE: liblwgeom code interrupted
NOTICE: liblwgeom code interrupted
NOTICE: liblwgeom code interrupted
NOTICE: liblwgeom code interrupted
passed
Test: test_lwgeom_locate_along ...passed
Test: test_lw_dist2d_pt_arc ...passed
Test: test_lw_dist2d_seg_arc ...passed
Test: test_lw_dist2d_arc_arc ...passed
Test: test_lw_arc_length ...passed
Test: test_lw_dist2d_pt_ptarrayarc ...passed
Test: test_lw_dist2d_ptarray_ptarrayarc ...passed
Test: test_lwgeom_tcpa ...passed
Test: test_lwgeom_is_trajectory ...NOTICE: Geometry is not a LINESTRING
NOTICE: Line does not have M dimension
NOTICE: Measure of vertex 1 (1) not bigger than measure of vertex 0 (1)
NOTICE: Measure of vertex 1 (0) not bigger than measure of vertex 0 (1)
NOTICE: Measure of vertex 2 (2) not bigger than measure of vertex 1 (3)
passed
Test: test_rect_tree_distance_tree ...passed
Suite: effectivearea
Test: do_test_lwgeom_effectivearea_lines ...passed
Test: do_test_lwgeom_effectivearea_polys ...passed
Suite: chaikin
Test: do_test_chaikin_lines ...passed
Test: do_test_chaikin_polygons ...passed
Suite: filterm
Test: do_test_filterm_single_geometries ...passed
Test: do_test_filterm_collections ...passed
Suite: minimum_bounding_circle
Test: basic_test ...passed
Test: test_empty ...passed
Suite: miscellaneous
Test: test_misc_simplify ...passed
Test: test_misc_startpoint ...passed
Test: test_misc_count_vertices ...passed
Test: test_misc_area ...passed
Test: test_misc_wkb ...passed
Test: test_grid ...passed
Test: test_grid_in_place ...passed
Test: test_clone ...passed
Test: test_lwmpoint_from_lwgeom ...passed
Test: test_gbox_serialized_size ...passed
Test: test_optionlist ...passed
Test: test_stringlist ...passed
Suite: noding
Test: test_lwgeom_node ...passed
Suite: encoded_polyline_output
Test: out_encoded_polyline_test_geoms ...passed
Test: out_encoded_polyline_test_srid ...passed
Test: out_encoded_polyline_test_precision ...passed
Suite: geojson_output
Test: out_geojson_test_precision ...passed
Test: out_geojson_test_dims ...passed
Test: out_geojson_test_srid ...passed
Test: out_geojson_test_bbox ...passed
Test: out_geojson_test_geoms ...passed
Suite: gml_output
Test: out_gml_test_precision ...passed
Test: out_gml_test_srid ...passed
Test: out_gml_test_dims ...passed
Test: out_gml_test_geodetic ...passed
Test: out_gml_test_geoms ...passed
Test: out_gml_test_geoms_prefix ...passed
Test: out_gml_test_geoms_nodims ...passed
Test: out_gml2_extent ...passed
Test: out_gml3_extent ...passed
Suite: kml_output
Test: out_kml_test_precision ...passed
Test: out_kml_test_dims ...passed
Test: out_kml_test_geoms ...passed
Test: out_kml_test_prefix ...passed
Suite: svg_output
Test: out_svg_test_precision ...passed
Test: out_svg_test_dims ...passed
Test: out_svg_test_relative ...passed
Test: out_svg_test_geoms ...passed
Test: out_svg_test_srid ...passed
Suite: x3d_output
Test: out_x3d3_test_precision ...passed
Test: out_x3d3_test_geoms ...passed
Test: out_x3d3_test_option ...passed
Suite: ptarray
Test: test_ptarray_append_point ...passed
Test: test_ptarray_append_ptarray ...passed
Test: test_ptarray_locate_point ...passed
Test: test_ptarray_isccw ...passed
Test: test_ptarray_signed_area ...passed
Test: test_ptarray_insert_point ...passed
Test: test_ptarray_contains_point ...passed
Test: test_ptarrayarc_contains_point ...passed
Test: test_ptarray_scale ...passed
Test: test_ptarray_scroll ...passed
Test: test_ptarray_closest_vertex_2d ...passed
Test: test_ptarray_closest_segment_2d ...passed
Test: test_ptarray_closest_point_on_segment ...passed
Suite: printing
Test: test_lwpoint_to_latlon_default_format ...passed
Test: test_lwpoint_to_latlon_format_orders ...passed
Test: test_lwpoint_to_latlon_optional_format ...passed
Test: test_lwpoint_to_latlon_oddball_formats ...passed
Test: test_lwpoint_to_latlon_bad_formats ...passed
Test: test_lwprint ...passed
Test: test_lwprint_roundtrip ...passed
Suite: split
Test: test_lwline_split_by_point_to ...passed
Test: test_lwgeom_split ...passed
Suite: stringbuffer
Test: test_stringbuffer_append ...passed
Test: test_stringbuffer_aprintf ...passed
Suite: surface
Test: triangle_parse ...passed
Test: tin_parse ...passed
Test: polyhedralsurface_parse ...passed
Test: surface_dimension ...passed
Suite: spatial_trees
Test: test_itree_square ...passed
Test: test_itree_hole ...passed
Test: test_itree_hole_spike ...passed
Test: test_itree_multipoly_empty ...passed
Test: test_itree_degenerate_poly ...passed
Test: test_tree_circ_create ...passed
Test: test_tree_circ_pip ...passed
Test: test_tree_circ_pip2 ...passed
Test: test_tree_circ_distance ...passed
Test: test_tree_circ_distance_threshold ...passed
Test: test_geography_tree_closestpoint ...passed
Suite: triangulate
Test: test_lwgeom_delaunay_triangulation ...passed
Test: test_lwgeom_voronoi_diagram ...passed
Test: test_lwgeom_voronoi_diagram_expected_empty ...passed
Test: test_lwgeom_voronoi_diagram_custom_envelope ...passed
Suite: twkb_output
Test: test_twkb_out_point ...passed
Test: test_twkb_out_linestring ...passed
Test: test_twkb_out_polygon ...passed
Test: test_twkb_out_multipoint ...passed
Test: test_twkb_out_multilinestring ...passed
Test: test_twkb_out_multipolygon ...passed
Test: test_twkb_out_collection ...passed
Test: test_twkb_out_idlist ...passed
Suite: varint
Test: test_zigzag ...passed
Test: test_varint ...passed
Test: test_varint_roundtrip ...passed
Suite: wkb_input
Test: test_wkb_in_point ...passed
Test: test_wkb_in_linestring ...passed
Test: test_wkb_in_polygon ...passed
Test: test_wkb_in_multipoint ...passed
Test: test_wkb_in_multilinestring ...passed
Test: test_wkb_in_multipolygon ...passed
Test: test_wkb_in_collection ...passed
Test: test_wkb_in_circularstring ...passed
Test: test_wkb_in_compoundcurve ...passed
Test: test_wkb_in_curvpolygon ...passed
Test: test_wkb_in_multicurve ...passed
Test: test_wkb_in_multisurface ...passed
Test: test_wkb_in_malformed ...passed
Test: test_wkb_fuzz ...passed
Suite: wkb_output
Test: test_wkb_out_point ...passed
Test: test_wkb_out_linestring ...passed
Test: test_wkb_out_polygon ...passed
Test: test_wkb_out_multipoint ...passed
Test: test_wkb_out_multilinestring ...passed
Test: test_wkb_out_multipolygon ...passed
Test: test_wkb_out_collection ...passed
Test: test_wkb_out_circularstring ...passed
Test: test_wkb_out_compoundcurve ...passed
Test: test_wkb_out_curvpolygon ...passed
Test: test_wkb_out_multicurve ...passed
Test: test_wkb_out_multisurface ...passed
Test: test_wkb_out_polyhedralsurface ...passed
Suite: wkt_input
Test: test_wkt_in_point ...passed
Test: test_wkt_in_linestring ...passed
Test: test_wkt_in_polygon ...passed
Test: test_wkt_in_multipoint ...passed
Test: test_wkt_in_multilinestring ...passed
Test: test_wkt_in_multipolygon ...passed
Test: test_wkt_in_collection ...passed
Test: test_wkt_in_circularstring ...passed
Test: test_wkt_in_compoundcurve ...passed
Test: test_wkt_in_curvpolygon ...passed
Test: test_wkt_in_multicurve ...passed
Test: test_wkt_in_multisurface ...passed
Test: test_wkt_in_tin ...passed
Test: test_wkt_in_polyhedralsurface ...passed
Test: test_wkt_in_errlocation ...passed
Test: test_wkt_double ...passed
Test: test_wkt_leak ...passed
Suite: wkt_output
Test: test_wkt_out_point ...passed
Test: test_wkt_out_linestring ...passed
Test: test_wkt_out_polygon ...passed
Test: test_wkt_out_multipoint ...passed
Test: test_wkt_out_multilinestring ...passed
Test: test_wkt_out_multipolygon ...passed
Test: test_wkt_out_collection ...passed
Test: test_wkt_out_circularstring ...passed
Test: test_wkt_out_compoundcurve ...passed
Test: test_wkt_out_curvpolygon ...passed
Test: test_wkt_out_multicurve ...passed
Test: test_wkt_out_multisurface ...passed
Suite: wrapx
Test: test_lwgeom_wrapx ...passed
Suite: remove_irrelevant_points_for_view
Test: test_lwgeom_remove_irrelevant_points_for_view ...passed
Run Summary: Type Total Ran Passed Failed Inactive
suites 47 47 n/a 0 0
tests 342 342 342 0 0
asserts 5470 5470 5470 0 n/a
Elapsed time = 0.100 seconds
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/liblwgeom/cunit'
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/liblwgeom'
---- Making check-unit in deps
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/deps'
gmake[2]: Nothing to be done for 'check-unit'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/deps'
---- Making check-unit in libpgcommon
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/libpgcommon'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C cunit check
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/libpgcommon/cunit'
gmake[3]: Nothing to be done for 'check'.
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/libpgcommon/cunit'
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/libpgcommon'
---- Making check-unit in postgis
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/postgis'
gmake[2]: Nothing to be done for 'check-unit'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/postgis'
---- Making check-unit in regress
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
gmake[2]: Nothing to be done for 'check-unit'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
---- Making check-unit in topology
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/topology'
gmake[2]: Nothing to be done for 'check-unit'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/topology'
---- Making check-unit in doc
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/doc'
gmake[2]: Nothing to be done for 'check-unit'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/doc'
---- Making check-unit in raster
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C test check-unit
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/test'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C cunit check
gmake[4]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/test/cunit'
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_pixtype.o cu_pixtype.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_raster_basics.o cu_raster_basics.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_band_basics.o cu_band_basics.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_raster_wkb.o cu_raster_wkb.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_raster_geometry.o cu_raster_geometry.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_raster_misc.o cu_raster_misc.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_band_stats.o cu_band_stats.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_band_misc.o cu_band_misc.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_gdal.o cu_gdal.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_spatial_relationship.o cu_spatial_relationship.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_mapalgebra.o cu_mapalgebra.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_misc.o cu_misc.c
gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -c -o cu_tester.o cu_tester.c
/bin/sh ../../../libtool --mode=link gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR='"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1"' -I../../../liblwgeom -I../../../liblwgeom -I../../../raster/rt_core -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -o cu_tester cu_pixtype.o cu_raster_basics.o cu_band_basics.o cu_raster_wkb.o cu_raster_geometry.o cu_raster_misc.o cu_band_stats.o cu_band_misc.o cu_gdal.o cu_spatial_relationship.o cu_mapalgebra.o cu_misc.o cu_tester.o ../../../raster/rt_core/librtcore.a ../../../liblwgeom/.libs/liblwgeom.a -L/usr/pkg/lib -lgdal -L/usr/pkg/lib -lgeos_c -L/usr/pkg/lib -lproj -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lexecinfo -lm -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lcunit
libtool: link: gcc -I../../.. -I../../../raster -I. -I./.. -DPOSTGIS_TOP_SRC_DIR=\"/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1\" -I../../../liblwgeom -I../../../raster/rt_core -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/ImageMagick-7 -I/tmp/work/databases/postgresql-postgis2/work/.x11-buildlink/include -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/freetype2 -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/glib-2.0 -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/gio-unix-2.0 -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib/glib-2.0/include -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/harfbuzz -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/libxml2 -std=gnu11 -O2 -fno-math-errno -fno-signed-zeros -Wall -O2 -o cu_tester cu_pixtype.o cu_raster_basics.o cu_band_basics.o cu_raster_wkb.o cu_raster_geometry.o cu_raster_misc.o cu_band_stats.o cu_band_misc.o cu_gdal.o cu_spatial_relationship.o cu_mapalgebra.o cu_misc.o cu_tester.o -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -Wl,-rpath -Wl,/usr/pkg/lib -pie ../../../raster/rt_core/librtcore.a ../../../liblwgeom/.libs/liblwgeom.a -L/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib -lgdal -lgeos_c -lproj -L/tmp/work/databases/postgresql-postgis2/work/.x11-buildlink/lib -lexecinfo -lm -lcunit -lc -Wl,-rpath,/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib -Wl,-rpath,/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib
CUnit - A unit testing framework for C - Version 2.1-3
http://cunit.sourceforge.net/
Suite: pixtype
Test: test_pixtype_size ...passed
Test: test_pixtype_alignment ...passed
Test: test_pixtype_name ...passed
Test: test_pixtype_index_from_name ...passed
Test: test_pixtype_get_min_value ...passed
Test: test_pixtype_compare_clamped_values ...passed
Suite: raster_basics
Test: test_raster_new ...passed
Test: test_raster_empty ...passed
Test: test_raster_metadata ...passed
Test: test_raster_clone ...passed
Test: test_raster_from_band ...passed
Test: test_raster_replace_band ...passed
Suite: band_basics
Test: test_band_metadata ...passed
Test: test_band_pixtype_1BB ...passed
Test: test_band_pixtype_2BUI ...passed
Test: test_band_pixtype_4BUI ...passed
Test: test_band_pixtype_8BUI ...passed
Test: test_band_pixtype_8BSI ...passed
Test: test_band_pixtype_16BUI ...passed
Test: test_band_pixtype_16BSI ...passed
Test: test_band_pixtype_32BUI ...passed
Test: test_band_pixtype_32BSI ...passed
Test: test_band_pixtype_32BF ...passed
Test: test_band_pixtype_64BF ...passed
Test: test_band_get_pixel_line ...WARNING: Limiting returning number values to 1
WARNING: Attempting to get pixel values with out of range raster coordinates: (5, 5)
passed
Test: test_band_new_offline_from_path ...passed
Suite: raster_wkb
Test: test_raster_wkb ...SRID value -1 converted to the officially unknown SRID value 0
SRID value -1 converted to the officially unknown SRID value 0
SRID value -1 converted to the officially unknown SRID value 0
SRID value -1 converted to the officially unknown SRID value 0
SRID value -1 converted to the officially unknown SRID value 0
SRID value -1 converted to the officially unknown SRID value 0
passed
Suite: gdal
Test: test_gdal_configured ...passed
Test: test_gdal_drivers ...passed
Test: test_gdal_rasterize ...passed
Test: test_gdal_polygonize ...Warning 1: DeprecationWarning: 'Memory' driver is deprecated since GDAL 3.11. Use 'MEM' onwards. Further messages of this type will be suppressed.
total area, total val, nPols = 81.000000, 4.600000, 4
total area, total_val, polys = 81.000000, 4.600000, 4
total area, total_val, polys = 81.000000, 4.600000, 4
total area, total_val, polys = 28.000000, 4.600000, 2
total area, total_val, polys = 81.000000, 4.600000, 4
passed
Test: test_raster_to_gdal ...Warning 6: PNG driver doesn't support data type Float64. Only eight bit (Byte) and sixteen bit (UInt16) bands supported. Defaulting to Byte
passed
Test: test_gdal_to_raster ...passed
Test: test_gdal_warp ...passed
Test: test_gdal_warp_preserves_data ...passed
Suite: raster_geometry
Test: test_raster_envelope ...passed
Test: test_raster_envelope_geom ...passed
Test: test_raster_convex_hull ...passed
Test: test_raster_surface ...passed
Test: test_raster_perimeter ...passed
Test: test_raster_pixel_as_polygon ...passed
Test: test_raster_get_pixel_bilinear ...xw = 1.5, yw = 0.5, xr = 1.5, yr = 0.5
passed
Suite: raster_misc
Test: test_raster_cell_to_geopoint ...passed
Test: test_raster_geopoint_to_cell ...passed
Test: test_raster_from_two_rasters ...passed
Test: test_raster_compute_skewed_raster ...passed
Suite: band_stats
Test: test_band_stats ...passed
Test: test_band_value_count ...passed
Suite: band_misc
Test: test_band_get_nearest_pixel ...passed
Test: test_band_get_pixel_of_value ...passed
Test: test_pixel_set_to_array ...passed
Suite: mapalgebra
Test: test_raster_iterator ...passed
Test: test_band_reclass ...passed
Test: test_raster_colormap ...passed
Suite: spatial_relationship
Test: test_raster_geos_overlaps ...passed
Test: test_raster_geos_touches ...passed
Test: test_raster_geos_contains ...passed
Test: test_raster_geos_contains_properly ...passed
Test: test_raster_geos_covers ...passed
Test: test_raster_geos_covered_by ...passed
Test: test_raster_within_distance ...passed
Test: test_raster_fully_within_distance ...passed
Test: test_raster_intersects ...passed
Test: test_raster_same_alignment ...passed
Suite: misc
Test: test_rgb_to_hsv ...passed
Test: test_hsv_to_rgb ...passed
Test: test_util_gdal_open ...passed
Run Summary: Type Total Ran Passed Failed Inactive
suites 12 12 n/a 0 0
tests 67 67 67 0 0
asserts 45895 45895 45895 0 n/a
Elapsed time = 0.450 seconds
gmake[4]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/test/cunit'
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/test'
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster'
---- Making check-unit in loader
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/loader'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C cunit check
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/loader/cunit'
gcc -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -I/usr/pkg/include -I./.. -I../../liblwgeom -I../../liblwgeom -I.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -c -o cu_shp2pgsql.o cu_shp2pgsql.c
gcc -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -I/usr/pkg/include -I./.. -I../../liblwgeom -I../../liblwgeom -I.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -c -o cu_tester.o cu_tester.c
gcc -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -I/usr/pkg/include -I./.. -I../../liblwgeom -I../../liblwgeom -I.. -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -I/usr/pkg/include -c -o cu_pgsql2shp.o cu_pgsql2shp.c
/bin/sh ../../libtool --mode=link \
gcc -std=gnu11 -O2 -I/usr/pkg/include -I/usr/pkg/include/ImageMagick-7 -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 -I/usr/pkg/include ../dbfopen.o ../shpopen.o ../getopt.o ../shpcommon.o ../safileio.o ../shp2pgsql-core.o ../pgsql2shp-core.o cu_shp2pgsql.o cu_tester.o cu_pgsql2shp.o -o cu_tester ../../liblwgeom/.libs/liblwgeom.la -lintl -L/usr/pkg/lib -lpq -lc -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lexecinfo -lm -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lcunit -L/usr/pkg/lib -lgeos_c -L/usr/pkg/lib -lproj
libtool: link: gcc -std=gnu11 -O2 -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/ImageMagick-7 -I/tmp/work/databases/postgresql-postgis2/work/.x11-buildlink/include -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/freetype2 -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/glib-2.0 -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/gio-unix-2.0 -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib/glib-2.0/include -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/harfbuzz -I/tmp/work/databases/postgresql-postgis2/work/.buildlink/include/libxml2 -fno-math-errno -fno-signed-zeros -Wall -O2 ../dbfopen.o ../shpopen.o ../getopt.o ../shpcommon.o ../safileio.o ../shp2pgsql-core.o ../pgsql2shp-core.o cu_shp2pgsql.o cu_tester.o cu_pgsql2shp.o -o cu_tester -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -Wl,-rpath -Wl,/usr/pkg/lib -pie ../../liblwgeom/.libs/liblwgeom.a -L/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib -L/tmp/work/databases/postgresql-postgis2/work/.x11-buildlink/lib -ljson-c -lintl -lpq -lexecinfo -lm -lcunit -lc -lgeos_c -lproj -Wl,-rpath,/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib -Wl,-rpath,/tmp/work/databases/postgresql-postgis2/work/.buildlink/lib
CUnit - A unit testing framework for C - Version 2.1-3
http://cunit.sourceforge.net/
Suite: Shapefile Loader File shp2pgsql Test
Test: test_ShpLoaderCreate() ...passed
Test: test_ShpLoaderDestroy() ...passed
Suite: Shapefile Loader File pgsql2shp Test
Test: test_ShpDumperCreate() ...passed
Test: test_ShpDumperDestroy() ...passed
Run Summary: Type Total Ran Passed Failed Inactive
suites 2 2 n/a 0 0
tests 4 4 4 0 0
asserts 4 4 4 0 n/a
Elapsed time = 0.000 seconds
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/loader/cunit'
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/loader'
---- Making check-unit in utils
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/utils'
comm -12 postgis_restore_data.hardcoded postgis_restore_data.generated > postgis_restore_data.needlessly-hardcoded
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/utils'
---- Making check-unit in extensions
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions'
Nothing to check
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/extensions'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C doc check
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/doc'
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/doc'
! find . -name '*.c' -o -name '*.h' -o -name '*.proto' | \
grep -v lwin_wkt_lex.c | \
grep -v lwin_wkt_parse | \
grep -v lookup3 | \
grep -v vector_tile.pb-c | \
grep -v postgis/sqldefines.h | \
grep -v deps/ | \
xargs grep -n '[[:space:]]$'
./utils/check_news.sh .
PASS: NEWS file entries are in good order
./utils/check_tests_enabled.sh .
All tests enabled in topology/test/tests.mk
All tests enabled in regress/loader/tests.mk
All tests enabled in regress/dumper/tests.mk
All tests enabled in sfcgal/regress/tests.mk.in
All tests enabled in regress/core/tests.mk.in
All tests enabled in raster/test/regress/tests.mk
./utils/check_lang_enabled.sh .
SKIP: woodpecker config not checked as ./.woodpecker dir is not present
usage: dirname path
SKIP: codespell not installed, cannot check spell
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C regress staged-install
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake staged-install-core
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C ../postgis REGRESS=1 DESTDIR=/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install install
gmake[4]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/postgis'
mkdir -p '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/lib'
mkdir -p '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/share/contrib/postgis'
/usr/bin/install -c -m 755 postgis-3.so '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/lib/postgis-3.so'
/usr/bin/install -c -m 644 ./../spatial_ref_sys.sql postgis.sql uninstall_postgis.sql postgis_upgrade.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/share/contrib/postgis/'
gmake[4]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/postgis'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C ../ REGRESS=1 DESTDIR=/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install comments-install
gmake[4]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C doc comments-install
gmake[5]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/doc'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -f Makefile.comments install
gmake[6]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/doc'
mkdir -p '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/share/contrib/postgis'
/usr/bin/install -c -m 644 postgis_comments.sql raster_comments.sql topology_comments.sql sfcgal_comments.sql '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/share/contrib/postgis/'
gmake[6]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/doc'
gmake[5]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/doc'
gmake[4]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1'
#/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C ../loader REGRESS=1 DESTDIR=/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install install
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake staged-install-raster
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
gmake[4]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_pg'
mkdir -p '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/lib'
mkdir -p '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/share/contrib/postgis'
/usr/bin/install -c -m 755 postgis_raster-3.so '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/lib/postgis_raster-3.so'
/usr/bin/install -c -m 644 rtpostgis.sql rtpostgis_upgrade.sql uninstall_rtpostgis.sql rtpostgis_legacy.sql '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/share/contrib/postgis/'
gmake[4]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/raster/rt_pg'
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake staged-install-topology
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
gmake[4]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/topology'
mkdir -p '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/lib'
mkdir -p '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/share/contrib/postgis'
/usr/bin/install -c -m 755 postgis_topology-3.so '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/lib/postgis_topology-3.so'
mkdir -p /tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/bin
/bin/sh ../libtool --mode=install /usr/bin/install -c loader/pgtopo_import "/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/bin/pgtopo_import"
libtool: install: /usr/bin/install -c loader/pgtopo_import /tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/bin/pgtopo_import
/bin/sh ../libtool --mode=install /usr/bin/install -c loader/pgtopo_export "/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/bin/pgtopo_export"
libtool: install: /usr/bin/install -c loader/pgtopo_export /tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/bin/pgtopo_export
/usr/bin/install -c -m 644 topology.sql topology_upgrade.sql uninstall_topology.sql '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/share/contrib/postgis/'
gmake[4]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/topology'
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake staged-install-sfcgal
gmake[3]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
gmake[3]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
/usr/pkg/bin/perl -pi -e 's,\$libdir,/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/lib,g' /tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/share/contrib/postgis/*.sql
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress'
/tmp/work/databases/postgresql-postgis2/work/.tools/bin/gmake -C topology/test check-regress-deps
gmake[2]: Entering directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/topology/test'
cpp -P -traditional-cpp predicates.sql.in | sed -e 's:@COLUMN@:feature:g;s:@SCHEMA@:topology.:g' > topo_predicates.sql
cpp -P -traditional-cpp load_topology.sql.in | sed -e 's:@SRID@:-1:g' > load_topology.sql
cpp -P -traditional-cpp load_topology.sql.in | sed -e 's:@SRID@:4326:g' > load_topology-4326.sql
cpp -P -traditional-cpp load_large_topology.sql.in | sed -e 's:@SRID@:-1:g' > load_large_topology.sql
cpp -P -traditional-cpp load_large_topology.sql.in | sed -e 's:@SRID@:4326:g' > load_large_topology-4326.sql
gmake[2]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/topology/test'
RUNTESTFLAGS: --tiger --topology --raster
RUNTESTFLAGS_INTERNAL: --before-upgrade-script ./raster/test/regress/hooks/hook-before-upgrade-raster.sql --before-upgrade-script ./topology/test/regress/hooks/hook-before-upgrade-topology.sql --before-upgrade-script ./regress/hooks/hook-before-upgrade.sql --after-upgrade-script ./regress/hooks/hook-after-upgrade.sql --after-create-script ./regress/hooks/hook-after-create.sql --before-uninstall-script ./regress/hooks/hook-before-uninstall.sql --after-upgrade-script ./topology/test/regress/hooks/hook-after-upgrade-topology.sql --after-upgrade-script ./raster/test/regress/hooks/hook-after-upgrade-raster.sql
psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL: permission denied to set parameter "lc_messages"
psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL: permission denied to set parameter "lc_messages"
psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL: permission denied to set parameter "lc_messages"
Creating database 'postgis_reg-3.6'.
psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL: database "postgis_reg-3.6" does not exist
Loading PostGIS in 'postgis_reg-3.6 using scripts from /tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/share/contrib/postgis'
failed (Error encountered loading /tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1/regress/00-regress-install/share/contrib/postgis/postgis.sql: /tmp/pgis_reg/regress_log.tmp)
gmake[1]: *** [regress/runtest.mk:24: check-regress] Error 1
gmake[1]: Leaving directory '/tmp/work/databases/postgresql-postgis2/work/postgis-3.6.0beta1'
gmake: *** [Makefile:7: check] Error 2
*** Error code 2
Stop.
make[1]: stopped in /n0/gdt/pkgsrc-current/pkgsrc/databases/postgresql-postgis2
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/databases/postgresql-postgis2
More information about the postgis-devel
mailing list