Last active
March 7, 2019 14:07
-
-
Save nextstopsun/9e2b874e3ff9adf0a9d7ed4d1092e4ec to your computer and use it in GitHub Desktop.
postgis build log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking build system type... x86_64-pc-linux-gnu | |
| checking host system type... x86_64-pc-linux-gnu | |
| checking how to print strings... printf | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking for a sed that does not truncate output... /bin/sed | |
| checking for grep that handles long lines and -e... /bin/grep | |
| checking for egrep... /bin/grep -E | |
| checking for fgrep... /bin/grep -F | |
| checking for ld used by gcc... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
| checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 1572864 | |
| checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
| checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... objdump | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for ar... ar | |
| checking for archiver @FILE support... @ | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking for gawk... no | |
| checking for mawk... mawk | |
| checking command to parse /usr/bin/nm -B output from gcc object... ok | |
| checking for sysroot... no | |
| checking for a working dd... /bin/dd | |
| checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking how to run the C preprocessor... gcc -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if gcc supports -fno-rtti -fno-exceptions... no | |
| checking for gcc option to produce PIC... -fPIC -DPIC | |
| checking if gcc PIC flag -fPIC -DPIC works... yes | |
| checking if gcc static flag -static works... yes | |
| checking if gcc supports -c -o file.o... yes | |
| checking if gcc supports -c -o file.o... (cached) yes | |
| checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
| checking whether -lc should be explicitly linked in... no | |
| checking dynamic linker characteristics... GNU/Linux ld.so | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for gcc... (cached) gcc | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether gcc accepts -g... (cached) yes | |
| checking for gcc option to accept ISO C89... (cached) none needed | |
| checking how to run the C preprocessor... gcc -E | |
| checking for grep that handles long lines and -e... (cached) /bin/grep | |
| checking for cpp... /usr/bin/cpp | |
| checking if gcc supports -fno-math-errno... yes | |
| checking if gcc supports -fno-signed-zeros... yes | |
| checking if gcc supports -std=gnu99... yes | |
| checking if gcc supports -Wall... yes | |
| checking if gcc supports -Wmissing-prototypes... yes | |
| checking if gcc supports -ffloat-store... yes | |
| checking if gcc supports --exclude-libs... yes | |
| checking for flex... no | |
| checking for lex... no | |
| checking for bison... no | |
| checking for byacc... no | |
| checking ieeefp.h usability... no | |
| checking ieeefp.h presence... no | |
| checking for ieeefp.h... no | |
| checking termios.h usability... yes | |
| checking termios.h presence... yes | |
| checking for termios.h... yes | |
| checking for vasprintf... yes | |
| checking for asprintf... yes | |
| checking for _LARGEFILE_SOURCE value needed for large files... no | |
| checking for perl... /usr/bin/perl | |
| checking for xsltproc... /usr/bin/xsltproc | |
| checking for convert... no | |
| checking for dblatex... no | |
| checking for xmllint... no | |
| checking CUnit/CUnit.h usability... no | |
| checking CUnit/CUnit.h presence... no | |
| checking for CUnit/CUnit.h... no | |
| checking iconv.h usability... yes | |
| checking iconv.h presence... yes | |
| checking for iconv.h... yes | |
| checking for libiconv_open in -liconv... no | |
| checking for iconv_open in -lc... yes | |
| checking for iconvctl... no | |
| checking for libiconvctl... no | |
| checking for pg_config... /usr/bin/pg_config | |
| checking PostgreSQL version... PostgreSQL 11.2 (Debian 11.2-1.pgdg90+1) | |
| checking libpq-fe.h usability... yes | |
| checking libpq-fe.h presence... yes | |
| checking for libpq-fe.h... yes | |
| checking for PQserverVersion in -lpq... yes | |
| checking for xml2-config... /usr/bin/xml2-config | |
| checking libxml/tree.h usability... yes | |
| checking libxml/tree.h presence... yes | |
| checking for libxml/tree.h... yes | |
| checking libxml/parser.h usability... yes | |
| checking libxml/parser.h presence... yes | |
| checking for libxml/parser.h... yes | |
| checking libxml/xpath.h usability... yes | |
| checking libxml/xpath.h presence... yes | |
| checking for libxml/xpath.h... yes | |
| checking libxml/xpathInternals.h usability... yes | |
| checking libxml/xpathInternals.h presence... yes | |
| checking for libxml/xpathInternals.h... yes | |
| checking for xmlInitParser in -lxml2... yes | |
| checking for geos-config... /usr/local/bin/geos-config | |
| checking GEOS version... 3.7.0 | |
| checking geos_c.h usability... yes | |
| checking geos_c.h presence... yes | |
| checking for geos_c.h... yes | |
| checking for initGEOS in -lgeos_c... yes | |
| checking for sfcgal-config... /usr/local/bin/sfcgal-config | |
| checking whether make sets $(MAKE)... yes | |
| checking for a thread-safe mkdir -p... /bin/mkdir -p | |
| checking whether NLS is requested... yes | |
| checking for msgfmt... no | |
| checking for gmsgfmt... : | |
| checking for xgettext... no | |
| checking for msgmerge... no | |
| checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 | |
| checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
| checking for shared library run path origin... done | |
| checking for CFPreferencesCopyAppValue... no | |
| checking for CFLocaleCopyCurrent... no | |
| checking for GNU gettext in libc... yes | |
| checking whether to use NLS... yes | |
| checking where the gettext function comes from... libc | |
| checking for pkg-config... /usr/bin/pkg-config | |
| checking pkg-config is at least version 0.9.0... yes | |
| checking for PROJ... yes | |
| checking proj_api.h usability... no | |
| checking proj_api.h presence... no | |
| checking for proj_api.h... no | |
| checking proj.h usability... yes | |
| checking proj.h presence... yes | |
| checking for proj.h... yes | |
| checking for proj.h... (cached) yes | |
| checking for pj_get_release in -lproj... yes | |
| checking for JSONC... yes | |
| checking for PROTOBUFC... yes | |
| checking for protoc-c... /usr/bin/protoc-c | |
| checking for PCRE... yes | |
| TOPOLOGY: Topology support requested | |
| RASTER: Raster support requested | |
| checking for gdal-config... /usr/local/bin/gdal-config | |
| checking GDAL version... 2.4.0 | |
| checking for OGR enabled... yes | |
| checking gdal.h usability... yes | |
| checking gdal.h presence... yes | |
| checking for gdal.h... yes | |
| checking ogr_api.h usability... yes | |
| checking ogr_api.h presence... yes | |
| checking for ogr_api.h... yes | |
| checking cpl_conv.h usability... yes | |
| checking cpl_conv.h presence... yes | |
| checking for cpl_conv.h... yes | |
| checking for library containing GDALAllRegister... none required | |
| checking for library containing OGRRegisterAll... none required | |
| enabling PostgreSQL extension support... | |
| configure: creating ./config.status | |
| config.status: creating GNUmakefile | |
| config.status: creating extensions/Makefile | |
| config.status: creating extensions/postgis/Makefile | |
| config.status: creating extensions/postgis_raster/Makefile | |
| config.status: creating extensions/postgis_sfcgal/Makefile | |
| config.status: creating extensions/postgis_topology/Makefile | |
| config.status: creating extensions/postgis_tiger_geocoder/Makefile | |
| config.status: creating extensions/address_standardizer/Makefile | |
| config.status: creating liblwgeom/Makefile | |
| config.status: creating liblwgeom/cunit/Makefile | |
| config.status: creating liblwgeom/liblwgeom.h | |
| config.status: creating libpgcommon/Makefile | |
| config.status: creating libpgcommon/cunit/Makefile | |
| config.status: creating postgis/Makefile | |
| config.status: creating postgis/sqldefines.h | |
| config.status: creating loader/Makefile | |
| config.status: creating loader/cunit/Makefile | |
| config.status: creating topology/Makefile | |
| config.status: creating topology/test/Makefile | |
| config.status: creating regress/Makefile | |
| config.status: creating regress/core/Makefile | |
| config.status: creating regress/sfcgal/Makefile | |
| config.status: creating doc/Makefile | |
| config.status: creating doc/Makefile.comments | |
| config.status: creating doc/html/image_src/Makefile | |
| config.status: creating utils/Makefile | |
| config.status: creating raster/Makefile | |
| config.status: creating raster/rt_core/Makefile | |
| config.status: creating raster/rt_pg/Makefile | |
| config.status: creating raster/loader/Makefile | |
| config.status: creating raster/test/Makefile | |
| config.status: creating raster/test/cunit/Makefile | |
| config.status: creating raster/test/regress/Makefile | |
| config.status: creating raster/scripts/Makefile | |
| config.status: creating raster/scripts/python/Makefile | |
| config.status: creating deps/Makefile | |
| config.status: creating postgis_config.h | |
| config.status: creating raster/raster_config.h | |
| config.status: executing libtool commands | |
| config.status: executing po-directories commands | |
| PostGIS is now configured for x86_64-pc-linux-gnu | |
| -------------- Compiler Info ------------- | |
| C compiler: gcc -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros | |
| CPPFLAGS: -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c | |
| SQL preprocessor: /usr/bin/cpp -traditional-cpp -w -P | |
| -------------- Additional Info ------------- | |
| Interrupt Tests: DISABLED use: --with-interrupt-tests to enable | |
| -------------- Dependencies -------------- | |
| GEOS config: /usr/local/bin/geos-config | |
| GEOS version: 3.7.0 | |
| GDAL config: /usr/local/bin/gdal-config | |
| GDAL version: 2.4.0 | |
| SFCGAL config: /usr/local/bin/sfcgal-config | |
| SFCGAL version: 1.3.6 | |
| PostgreSQL config: /usr/bin/pg_config | |
| PostgreSQL version: PostgreSQL 11.2 (Debian 11.2-1.pgdg90+1) | |
| PROJ4 version: 60 | |
| Libxml2 config: /usr/bin/xml2-config | |
| Libxml2 version: 2.9.4 | |
| JSON-C support: yes | |
| protobuf-c support: yes | |
| PCRE support: yes | |
| Perl: /usr/bin/perl | |
| Wagyu: no | |
| --------------- Extensions --------------- | |
| PostGIS Raster: enabled | |
| PostGIS Topology: enabled | |
| SFCGAL support: enabled | |
| Address Standardizer support: enabled | |
| -------- Documentation Generation -------- | |
| xsltproc: /usr/bin/xsltproc | |
| xsl style sheets: | |
| dblatex: | |
| convert: | |
| mathml2.dtd: http://www.w3.org/Math/DTD/mathml2/mathml2.dtd | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/bin/perl utils/svn_repo_revision.pl | |
| for s in liblwgeom libpgcommon postgis regress raster topology loader utils doc extensions ; do \ | |
| echo "---- Making all in ${s}"; \ | |
| make -C ${s} all || exit 1; \ | |
| done; | |
| ---- Making all in liblwgeom | |
| make[1]: Entering directory '/usr/src/postgis/liblwgeom' | |
| make[1]: Nothing to be done for 'all'. | |
| make[1]: Leaving directory '/usr/src/postgis/liblwgeom' | |
| ---- Making all in libpgcommon | |
| make[1]: Entering directory '/usr/src/postgis/libpgcommon' | |
| make[1]: Nothing to be done for 'all'. | |
| make[1]: Leaving directory '/usr/src/postgis/libpgcommon' | |
| ---- Making all in postgis | |
| make[1]: Entering directory '/usr/src/postgis/postgis' | |
| make[1]: Nothing to be done for 'all'. | |
| make[1]: Leaving directory '/usr/src/postgis/postgis' | |
| ---- Making all in regress | |
| make[1]: Entering directory '/usr/src/postgis/regress' | |
| make[1]: Nothing to be done for 'all'. | |
| make[1]: Leaving directory '/usr/src/postgis/regress' | |
| ---- Making all in raster | |
| make[1]: Entering directory '/usr/src/postgis/raster' | |
| make -C rt_core | |
| make[2]: Entering directory '/usr/src/postgis/raster/rt_core' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/raster/rt_core' | |
| make -C rt_pg | |
| make[2]: Entering directory '/usr/src/postgis/raster/rt_pg' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/raster/rt_pg' | |
| make -C loader | |
| make[2]: Entering directory '/usr/src/postgis/raster/loader' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/raster/loader' | |
| make -C rt_pg rtpostgis.sql | |
| make[2]: Entering directory '/usr/src/postgis/raster/rt_pg' | |
| make[2]: 'rtpostgis.sql' is up to date. | |
| make[2]: Leaving directory '/usr/src/postgis/raster/rt_pg' | |
| make[1]: Leaving directory '/usr/src/postgis/raster' | |
| ---- Making all in topology | |
| make[1]: Entering directory '/usr/src/postgis/topology' | |
| make[1]: Nothing to be done for 'all'. | |
| make[1]: Leaving directory '/usr/src/postgis/topology' | |
| ---- Making all in loader | |
| make[1]: Entering directory '/usr/src/postgis/loader' | |
| make[1]: Nothing to be done for 'all'. | |
| make[1]: Leaving directory '/usr/src/postgis/loader' | |
| ---- Making all in utils | |
| make[1]: Entering directory '/usr/src/postgis/utils' | |
| chmod +x create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl | |
| make[1]: Leaving directory '/usr/src/postgis/utils' | |
| ---- Making all in doc | |
| make[1]: Entering directory '/usr/src/postgis/doc' | |
| make[1]: Nothing to be done for 'all'. | |
| make[1]: Leaving directory '/usr/src/postgis/doc' | |
| ---- Making all in extensions | |
| make[1]: Entering directory '/usr/src/postgis/extensions' | |
| for DIR in postgis postgis_tiger_geocoder postgis_raster postgis_topology postgis_sfcgal address_standardizer; do \ | |
| echo "---- Making all in ${DIR}"; \ | |
| make -C "${DIR}" all || exit 1; \ | |
| done | |
| ---- Making all in postgis | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis' | |
| ---- Making all in postgis_tiger_geocoder | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_tiger_geocoder' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_tiger_geocoder' | |
| ---- Making all in postgis_raster | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_raster' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_raster' | |
| ---- Making all in postgis_topology | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_topology' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_topology' | |
| ---- Making all in postgis_sfcgal | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_sfcgal' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_sfcgal' | |
| ---- Making all in address_standardizer | |
| make[2]: Entering directory '/usr/src/postgis/extensions/address_standardizer' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/address_standardizer' | |
| make[1]: Leaving directory '/usr/src/postgis/extensions' | |
| PostGIS was built successfully. Ready to install. | |
| make -C doc comments-install | |
| make[1]: Entering directory '/usr/src/postgis/doc' | |
| make -f Makefile.comments install | |
| make[2]: Entering directory '/usr/src/postgis/doc' | |
| /bin/mkdir -p '/usr/share/postgresql/11/contrib/postgis-3.0' | |
| /usr/bin/install -c -m 644 postgis_comments.sql raster_comments.sql topology_comments.sql sfcgal_comments.sql '/usr/share/postgresql/11/contrib/postgis-3.0/' | |
| make[2]: Leaving directory '/usr/src/postgis/doc' | |
| make[1]: Leaving directory '/usr/src/postgis/doc' | |
| for s in liblwgeom libpgcommon postgis regress raster topology loader utils doc extensions ; do \ | |
| echo "---- Making install in ${s}"; \ | |
| make -C ${s} install || exit 1; \ | |
| done; | |
| ---- Making install in liblwgeom | |
| make[1]: Entering directory '/usr/src/postgis/liblwgeom' | |
| make[1]: Nothing to be done for 'install'. | |
| make[1]: Leaving directory '/usr/src/postgis/liblwgeom' | |
| ---- Making install in libpgcommon | |
| make[1]: Entering directory '/usr/src/postgis/libpgcommon' | |
| make[1]: Nothing to be done for 'install'. | |
| make[1]: Leaving directory '/usr/src/postgis/libpgcommon' | |
| ---- Making install in postgis | |
| make[1]: Entering directory '/usr/src/postgis/postgis' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib' | |
| /bin/mkdir -p '/usr/share/postgresql/11/contrib/postgis-3.0' | |
| /usr/bin/install -c -m 755 postgis-3.so '/usr/lib/postgresql/11/lib/postgis-3.so' | |
| /usr/bin/install -c -m 644 .//../spatial_ref_sys.sql postgis.sql postgis_for_extension.sql uninstall_postgis.sql postgis_upgrade.sql postgis_upgrade_for_extension.sql postgis_proc_set_search_path.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql sfcgal.sql sfcgal_upgrade.sql uninstall_sfcgal.sql '/usr/share/postgresql/11/contrib/postgis-3.0/' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib/bitcode/postgis-3' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/ | |
| /usr/bin/install -c -m 644 postgis_module.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_accum.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_spheroid.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_ogc.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_functions_analytic.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_inout.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_functions_basic.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_btree.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_box.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_box3d.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_geos.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_sfcgal.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_geos_prepared.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_geos_clean.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_geos_relatematch.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_export.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_in_gml.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_in_kml.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_in_geohash.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_in_geojson.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_in_encoded_polyline.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_triggers.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_dump.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_dumppoints.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_functions_lrs.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_functions_temporal.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_rectree.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 long_xact.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_sqlmm.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_rtree.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_transform.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_window.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 gserialized_typmod.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 gserialized_gist_2d.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 gserialized_gist_nd.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 gserialized_supportfn.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 gserialized_spgist_2d.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 gserialized_spgist_3d.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 gserialized_spgist_nd.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 brin_2d.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 brin_nd.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 brin_common.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 gserialized_estimate.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 geography_inout.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 geography_btree.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 geography_centroid.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 geography_measurement.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 geography_measurement_trees.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 geometry_inout.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 postgis_libprotobuf.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 vector_tile.pb-c.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 geobuf.pb-c.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 mvt.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_out_mvt.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 geobuf.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 lwgeom_out_geobuf.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| /usr/bin/install -c -m 644 postgis_legacy.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis-3/./ | |
| cd '/usr/lib/postgresql/11/lib/bitcode' && /usr/lib/llvm-6.0/bin/llvm-lto -thinlto -thinlto-action=thinlink -o postgis-3.index.bc postgis-3/postgis_module.bc postgis-3/lwgeom_accum.bc postgis-3/lwgeom_spheroid.bc postgis-3/lwgeom_ogc.bc postgis-3/lwgeom_functions_analytic.bc postgis-3/lwgeom_inout.bc postgis-3/lwgeom_functions_basic.bc postgis-3/lwgeom_btree.bc postgis-3/lwgeom_box.bc postgis-3/lwgeom_box3d.bc postgis-3/lwgeom_geos.bc postgis-3/lwgeom_sfcgal.bc postgis-3/lwgeom_geos_prepared.bc postgis-3/lwgeom_geos_clean.bc postgis-3/lwgeom_geos_relatematch.bc postgis-3/lwgeom_export.bc postgis-3/lwgeom_in_gml.bc postgis-3/lwgeom_in_kml.bc postgis-3/lwgeom_in_geohash.bc postgis-3/lwgeom_in_geojson.bc postgis-3/lwgeom_in_encoded_polyline.bc postgis-3/lwgeom_triggers.bc postgis-3/lwgeom_dump.bc postgis-3/lwgeom_dumppoints.bc postgis-3/lwgeom_functions_lrs.bc postgis-3/lwgeom_functions_temporal.bc postgis-3/lwgeom_rectree.bc postgis-3/long_xact.bc postgis-3/lwgeom_sqlmm.bc postgis-3/lwgeom_rtree.bc postgis-3/lwgeom_transform.bc postgis-3/lwgeom_window.bc postgis-3/gserialized_typmod.bc postgis-3/gserialized_gist_2d.bc postgis-3/gserialized_gist_nd.bc postgis-3/gserialized_supportfn.bc postgis-3/gserialized_spgist_2d.bc postgis-3/gserialized_spgist_3d.bc postgis-3/gserialized_spgist_nd.bc postgis-3/brin_2d.bc postgis-3/brin_nd.bc postgis-3/brin_common.bc postgis-3/gserialized_estimate.bc postgis-3/geography_inout.bc postgis-3/geography_btree.bc postgis-3/geography_centroid.bc postgis-3/geography_measurement.bc postgis-3/geography_measurement_trees.bc postgis-3/geometry_inout.bc postgis-3/postgis_libprotobuf.bc postgis-3/vector_tile.pb-c.bc postgis-3/geobuf.pb-c.bc postgis-3/mvt.bc postgis-3/lwgeom_out_mvt.bc postgis-3/geobuf.bc postgis-3/lwgeom_out_geobuf.bc postgis-3/postgis_legacy.bc | |
| make[1]: Leaving directory '/usr/src/postgis/postgis' | |
| ---- Making install in regress | |
| make[1]: Entering directory '/usr/src/postgis/regress' | |
| make[1]: Nothing to be done for 'install'. | |
| make[1]: Leaving directory '/usr/src/postgis/regress' | |
| ---- Making install in raster | |
| make[1]: Entering directory '/usr/src/postgis/raster' | |
| make -C rt_core | |
| make[2]: Entering directory '/usr/src/postgis/raster/rt_core' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/raster/rt_core' | |
| make -C rt_pg | |
| make[2]: Entering directory '/usr/src/postgis/raster/rt_pg' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/raster/rt_pg' | |
| make -C loader | |
| make[2]: Entering directory '/usr/src/postgis/raster/loader' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/usr/src/postgis/raster/loader' | |
| make -C rt_pg rtpostgis.sql | |
| make[2]: Entering directory '/usr/src/postgis/raster/rt_pg' | |
| make[2]: 'rtpostgis.sql' is up to date. | |
| make[2]: Leaving directory '/usr/src/postgis/raster/rt_pg' | |
| make -C rt_pg install | |
| make[2]: Entering directory '/usr/src/postgis/raster/rt_pg' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib' | |
| /bin/mkdir -p '/usr/share/postgresql/11/contrib/postgis-3.0' | |
| /usr/bin/install -c -m 755 rtpostgis-3.so '/usr/lib/postgresql/11/lib/rtpostgis-3.so' | |
| /usr/bin/install -c -m 644 rtpostgis.sql rtpostgis_for_extension.sql rtpostgis_upgrade_for_extension.sql rtpostgis_upgrade.sql rtpostgis_proc_set_search_path.sql uninstall_rtpostgis.sql rtpostgis_legacy.sql '/usr/share/postgresql/11/contrib/postgis-3.0/' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib/bitcode/rtpostgis-3' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/ | |
| /usr/bin/install -c -m 644 rtpostgis.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_internal.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_legacy.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_spatial_relationship.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_mapalgebra.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_utility.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_inout.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_wkb.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_geometry.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_raster_properties.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_band_properties.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_pixel.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_create.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_gdal.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| /usr/bin/install -c -m 644 rtpg_statistics.bc '/usr/lib/postgresql/11/lib/bitcode'/rtpostgis-3/./ | |
| cd '/usr/lib/postgresql/11/lib/bitcode' && /usr/lib/llvm-6.0/bin/llvm-lto -thinlto -thinlto-action=thinlink -o rtpostgis-3.index.bc rtpostgis-3/rtpostgis.bc rtpostgis-3/rtpg_internal.bc rtpostgis-3/rtpg_legacy.bc rtpostgis-3/rtpg_spatial_relationship.bc rtpostgis-3/rtpg_mapalgebra.bc rtpostgis-3/rtpg_utility.bc rtpostgis-3/rtpg_inout.bc rtpostgis-3/rtpg_wkb.bc rtpostgis-3/rtpg_geometry.bc rtpostgis-3/rtpg_raster_properties.bc rtpostgis-3/rtpg_band_properties.bc rtpostgis-3/rtpg_pixel.bc rtpostgis-3/rtpg_create.bc rtpostgis-3/rtpg_gdal.bc rtpostgis-3/rtpg_statistics.bc | |
| make[2]: Leaving directory '/usr/src/postgis/raster/rt_pg' | |
| make -C loader install | |
| make[2]: Entering directory '/usr/src/postgis/raster/loader' | |
| /bin/bash ../../libtool --mode=install /usr/bin/install -c raster2pgsql "/usr/lib/postgresql/11/bin/raster2pgsql" | |
| libtool: install: /usr/bin/install -c raster2pgsql /usr/lib/postgresql/11/bin/raster2pgsql | |
| make[2]: Leaving directory '/usr/src/postgis/raster/loader' | |
| make -C scripts install | |
| make[2]: Entering directory '/usr/src/postgis/raster/scripts' | |
| make -C python | |
| make[3]: Entering directory '/usr/src/postgis/raster/scripts/python' | |
| make[3]: Nothing to be done for 'all'. | |
| make[3]: Leaving directory '/usr/src/postgis/raster/scripts/python' | |
| make[2]: Leaving directory '/usr/src/postgis/raster/scripts' | |
| make[1]: Leaving directory '/usr/src/postgis/raster' | |
| ---- Making install in topology | |
| make[1]: Entering directory '/usr/src/postgis/topology' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib' | |
| /bin/mkdir -p '/usr/share/postgresql/11/contrib/postgis-3.0' | |
| /usr/bin/install -c -m 755 postgis_topology-3.so '/usr/lib/postgresql/11/lib/postgis_topology-3.so' | |
| /usr/bin/install -c -m 644 topology.sql topology_upgrade.sql uninstall_topology.sql '/usr/share/postgresql/11/contrib/postgis-3.0/' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib/bitcode/postgis_topology-3' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib/bitcode'/postgis_topology-3/ | |
| /usr/bin/install -c -m 644 postgis_topology.bc '/usr/lib/postgresql/11/lib/bitcode'/postgis_topology-3/./ | |
| cd '/usr/lib/postgresql/11/lib/bitcode' && /usr/lib/llvm-6.0/bin/llvm-lto -thinlto -thinlto-action=thinlink -o postgis_topology-3.index.bc postgis_topology-3/postgis_topology.bc | |
| make[1]: Leaving directory '/usr/src/postgis/topology' | |
| ---- Making install in loader | |
| make[1]: Entering directory '/usr/src/postgis/loader' | |
| /bin/bash ../libtool --mode=install /usr/bin/install -c pgsql2shp "/usr/lib/postgresql/11/bin/pgsql2shp" | |
| libtool: install: /usr/bin/install -c pgsql2shp /usr/lib/postgresql/11/bin/pgsql2shp | |
| /bin/bash ../libtool --mode=install /usr/bin/install -c shp2pgsql "/usr/lib/postgresql/11/bin/shp2pgsql" | |
| libtool: install: /usr/bin/install -c shp2pgsql /usr/lib/postgresql/11/bin/shp2pgsql | |
| make[1]: Leaving directory '/usr/src/postgis/loader' | |
| ---- Making install in utils | |
| make[1]: Entering directory '/usr/src/postgis/utils' | |
| chmod +x create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl | |
| /bin/mkdir -p '/usr/share/postgresql/11/contrib/postgis-3.0' | |
| /bin/bash ../build-aux/install-sh -m 644 postgis_restore.pl '/usr/share/postgresql/11/contrib/postgis-3.0/' | |
| make[1]: Leaving directory '/usr/src/postgis/utils' | |
| ---- Making install in doc | |
| make[1]: Entering directory '/usr/src/postgis/doc' | |
| make -f Makefile.comments install | |
| make[2]: Entering directory '/usr/src/postgis/doc' | |
| /bin/mkdir -p '/usr/share/postgresql/11/contrib/postgis-3.0' | |
| /usr/bin/install -c -m 644 postgis_comments.sql raster_comments.sql topology_comments.sql sfcgal_comments.sql '/usr/share/postgresql/11/contrib/postgis-3.0/' | |
| make[2]: Leaving directory '/usr/src/postgis/doc' | |
| make[1]: Leaving directory '/usr/src/postgis/doc' | |
| ---- Making install in extensions | |
| make[1]: Entering directory '/usr/src/postgis/extensions' | |
| for DIR in postgis postgis_tiger_geocoder postgis_raster postgis_topology postgis_sfcgal address_standardizer; do \ | |
| echo "---- Making install in ${DIR}"; \ | |
| make -C "${DIR}" install || exit 1; \ | |
| done | |
| ---- Making install in postgis | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| tpl='postgis--ANY--3.0.0dev.sql'; \ | |
| /usr/bin/install -c -m 644 sql/${tpl} "/usr/share/postgresql/11/extension/${tpl}"; \ | |
| ln -fs "${tpl}" /usr/share/postgresql/11/extension/postgis--3.0.0dev--3.0.0devnext.sql; \ | |
| ln -fs "${tpl}" /usr/share/postgresql/11/extension/postgis--3.0.0devnext--3.0.0dev.sql; \ | |
| for OLD_VERSION in 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5.0 2.5.1 2.5.2dev; do \ | |
| ln -vfs "${tpl}" /usr/share/postgresql/11/extension/postgis--$OLD_VERSION--3.0.0dev.sql; \ | |
| done | |
| '/usr/share/postgresql/11/extension/postgis--2.0.0--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.0.1--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.0.2--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.0.3--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.0.4--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.0.5--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.0.6--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.0.7--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.1.0--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.1.1--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.1.2--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.1.3--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.1.4--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.1.5--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.1.6--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.1.7--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.1.8--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.1.9--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.2.0--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.2.1--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.2.2--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.2.3--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.2.4--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.2.5--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.2.6--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.2.7--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.2.8--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.3.0--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.3.1--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.3.2--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.3.3--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.3.4--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.3.5--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.3.6--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.3.7--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.3.8--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.4.0--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.4.1--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.4.2--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.4.3--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.4.4--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.4.5--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.4.6--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.5.0--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.5.1--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis--2.5.2dev--3.0.0dev.sql' -> 'postgis--ANY--3.0.0dev.sql' | |
| /usr/bin/install -c -m 644 .//postgis.control '/usr/share/postgresql/11/extension/' | |
| /usr/bin/install -c -m 644 postgis.control sql/postgis--3.0.0dev.sql sql/postgis--unpackaged--3.0.0dev.sql '/usr/share/postgresql/11/extension/' | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis' | |
| ---- Making install in postgis_tiger_geocoder | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_tiger_geocoder' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| tpl='postgis_tiger_geocoder--ANY--3.0.0dev.sql'; \ | |
| /usr/bin/install -c -m 644 sql/${tpl} "/usr/share/postgresql/11/extension/${tpl}"; \ | |
| ln -fs "${tpl}" /usr/share/postgresql/11/extension/postgis_tiger_geocoder--3.0.0dev--3.0.0devnext.sql; \ | |
| ln -fs "${tpl}" /usr/share/postgresql/11/extension/postgis_tiger_geocoder--3.0.0devnext--3.0.0dev.sql; \ | |
| for OLD_VERSION in 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5.0 2.5.1 2.5.2dev; do \ | |
| ln -fs "${tpl}" /usr/share/postgresql/11/extension/postgis_tiger_geocoder--$OLD_VERSION--3.0.0dev.sql; \ | |
| done | |
| /usr/bin/install -c -m 644 .//postgis_tiger_geocoder.control '/usr/share/postgresql/11/extension/' | |
| /usr/bin/install -c -m 644 postgis_tiger_geocoder.control sql/postgis_tiger_geocoder--3.0.0dev.sql sql/postgis_tiger_geocoder--unpackaged--3.0.0dev.sql '/usr/share/postgresql/11/extension/' | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_tiger_geocoder' | |
| ---- Making install in postgis_raster | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_raster' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| tpl='postgis_raster--ANY--3.0.0dev.sql'; \ | |
| /usr/bin/install -c -m 644 sql/${tpl} "/usr/share/postgresql/11/extension/${tpl}"; \ | |
| ln -fs "${tpl}" /usr/share/postgresql/11/extension/postgis_raster--3.0.0dev--3.0.0devnext.sql; \ | |
| ln -fs "${tpl}" /usr/share/postgresql/11/extension/postgis_raster--3.0.0devnext--3.0.0dev.sql; \ | |
| for OLD_VERSION in 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5.0 2.5.1 2.5.2dev; do \ | |
| ln -vfs "${tpl}" /usr/share/postgresql/11/extension/postgis_raster--$OLD_VERSION--3.0.0dev.sql; \ | |
| done | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.0.0--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.0.1--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.0.2--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.0.3--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.0.4--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.0.5--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.0.6--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.0.7--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.1.0--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.1.1--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.1.2--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.1.3--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.1.4--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.1.5--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.1.6--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.1.7--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.1.8--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.1.9--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.2.0--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.2.1--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.2.2--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.2.3--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.2.4--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.2.5--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.2.6--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.2.7--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.2.8--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.3.0--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.3.1--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.3.2--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.3.3--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.3.4--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.3.5--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.3.6--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.3.7--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.3.8--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.4.0--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.4.1--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.4.2--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.4.3--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.4.4--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.4.5--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.4.6--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.5.0--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.5.1--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_raster--2.5.2dev--3.0.0dev.sql' -> 'postgis_raster--ANY--3.0.0dev.sql' | |
| /usr/bin/install -c -m 644 .//postgis_raster.control '/usr/share/postgresql/11/extension/' | |
| /usr/bin/install -c -m 644 postgis_raster.control sql/postgis_raster--3.0.0dev.sql sql/postgis_raster--unpackaged--3.0.0dev.sql '/usr/share/postgresql/11/extension/' | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_raster' | |
| ---- Making install in postgis_topology | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_topology' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| tpl='postgis_topology--ANY--3.0.0dev.sql'; \ | |
| /usr/bin/install -c -m 644 sql/${tpl} "/usr/share/postgresql/11/extension/${tpl}"; \ | |
| ln -fs "${tpl}" /usr/share/postgresql/11/extension/postgis_topology--3.0.0dev--3.0.0devnext.sql; \ | |
| ln -fs "${tpl}" /usr/share/postgresql/11/extension/postgis_topology--3.0.0devnext--3.0.0dev.sql; \ | |
| for OLD_VERSION in 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5.0 2.5.1 2.5.2dev; do \ | |
| ln -vfs "${tpl}" /usr/share/postgresql/11/extension/postgis_topology--$OLD_VERSION--3.0.0dev.sql; \ | |
| done | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.0.0--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.0.1--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.0.2--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.0.3--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.0.4--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.0.5--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.0.6--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.0.7--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.1.0--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.1.1--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.1.2--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.1.3--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.1.4--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.1.5--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.1.6--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.1.7--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.1.8--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.1.9--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.2.0--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.2.1--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.2.2--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.2.3--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.2.4--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.2.5--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.2.6--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.2.7--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.2.8--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.3.0--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.3.1--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.3.2--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.3.3--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.3.4--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.3.5--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.3.6--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.3.7--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.3.8--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.4.0--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.4.1--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.4.2--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.4.3--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.4.4--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.4.5--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.4.6--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.5.0--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.5.1--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_topology--2.5.2dev--3.0.0dev.sql' -> 'postgis_topology--ANY--3.0.0dev.sql' | |
| /usr/bin/install -c -m 644 .//postgis_topology.control '/usr/share/postgresql/11/extension/' | |
| /usr/bin/install -c -m 644 postgis_topology.control sql/postgis_topology--3.0.0dev.sql sql/postgis_topology--unpackaged--3.0.0dev.sql '/usr/share/postgresql/11/extension/' | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_topology' | |
| ---- Making install in postgis_sfcgal | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_sfcgal' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| tpl='postgis_sfcgal--ANY--3.0.0dev.sql'; \ | |
| /usr/bin/install -c -m 644 sql/${tpl} "/usr/share/postgresql/11/extension/${tpl}"; \ | |
| ln -fs "${tpl}" /usr/share/postgresql/11/extension/postgis_sfcgal--3.0.0dev--3.0.0devnext.sql; \ | |
| ln -fs "${tpl}" /usr/share/postgresql/11/extension/postgis_sfcgal--3.0.0devnext--3.0.0dev.sql; \ | |
| for OLD_VERSION in 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5.0 2.5.1 2.5.2dev; do \ | |
| ln -vfs "${tpl}" /usr/share/postgresql/11/extension/postgis_sfcgal--$OLD_VERSION--3.0.0dev.sql; \ | |
| done | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.0.0--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.0.1--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.0.2--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.0.3--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.0.4--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.0.5--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.0.6--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.0.7--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.1.0--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.1.1--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.1.2--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.1.3--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.1.4--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.1.5--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.1.6--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.1.7--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.1.8--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.1.9--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.2.0--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.2.1--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.2.2--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.2.3--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.2.4--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.2.5--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.2.6--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.2.7--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.2.8--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.3.0--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.3.1--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.3.2--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.3.3--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.3.4--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.3.5--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.3.6--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.3.7--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.3.8--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.4.0--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.4.1--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.4.2--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.4.3--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.4.4--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.4.5--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.4.6--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.5.0--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.5.1--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| '/usr/share/postgresql/11/extension/postgis_sfcgal--2.5.2dev--3.0.0dev.sql' -> 'postgis_sfcgal--ANY--3.0.0dev.sql' | |
| /usr/bin/install -c -m 644 .//postgis_sfcgal.control '/usr/share/postgresql/11/extension/' | |
| /usr/bin/install -c -m 644 postgis_sfcgal.control sql/postgis_sfcgal--3.0.0dev.sql sql/postgis_sfcgal--unpackaged--3.0.0dev.sql '/usr/share/postgresql/11/extension/' | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_sfcgal' | |
| ---- Making install in address_standardizer | |
| make[2]: Entering directory '/usr/src/postgis/extensions/address_standardizer' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| /bin/mkdir -p '/usr/share/postgresql/11/extension' | |
| /bin/mkdir -p '/usr/share/doc/postgresql-doc-11/extension' | |
| /usr/bin/install -c -m 755 address_standardizer.so '/usr/lib/postgresql/11/lib/address_standardizer.so' | |
| /usr/bin/install -c -m 644 .//address_standardizer.control '/usr/share/postgresql/11/extension/' | |
| /usr/bin/install -c -m 644 .//sql/address_standardizer.sql .//sql/address_standardizer_data_us.sql .//sql/address_standardizer_data_us--3.0.0devnext--3.0.0dev.sql .//sql/address_standardizer--1.0--3.0.0dev.sql .//sql/address_standardizer--3.0.0dev.sql .//sql/address_standardizer--3.0.0devnext--3.0.0dev.sql .//sql/address_standardizer_data_us--3.0.0dev--3.0.0devnext.sql .//sql/address_standardizer--3.0.0dev--3.0.0devnext.sql .//sql/address_standardizer_data_us--3.0.0dev.sql address_standardizer.control address_standardizer_data_us.control '/usr/share/postgresql/11/extension/' | |
| /usr/bin/install -c -m 644 .//README.address_standardizer '/usr/share/doc/postgresql-doc-11/extension/' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib/bitcode/address_standardizer' | |
| /bin/mkdir -p '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/ | |
| /usr/bin/install -c -m 644 address_parser.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 address_standardizer.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 std_pg_hash.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 analyze.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 err_param.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 export.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 gamma.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 hash.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 lexicon.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 pagc_tools.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 parseaddress-api.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 standard.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| /usr/bin/install -c -m 644 tokenize.bc '/usr/lib/postgresql/11/lib/bitcode'/address_standardizer/./ | |
| cd '/usr/lib/postgresql/11/lib/bitcode' && /usr/lib/llvm-6.0/bin/llvm-lto -thinlto -thinlto-action=thinlink -o address_standardizer.index.bc address_standardizer/address_parser.bc address_standardizer/address_standardizer.bc address_standardizer/std_pg_hash.bc address_standardizer/analyze.bc address_standardizer/err_param.bc address_standardizer/export.bc address_standardizer/gamma.bc address_standardizer/hash.bc address_standardizer/lexicon.bc address_standardizer/pagc_tools.bc address_standardizer/parseaddress-api.bc address_standardizer/standard.bc address_standardizer/tokenize.bc | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/address_standardizer' | |
| make[1]: Leaving directory '/usr/src/postgis/extensions' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/bin/perl utils/svn_repo_revision.pl | |
| for s in liblwgeom libpgcommon postgis regress raster topology loader utils doc extensions ; do \ | |
| echo "---- Making all in ${s}"; \ | |
| make -C ${s} all || exit 1; \ | |
| done; | |
| ---- Making all in liblwgeom | |
| make[1]: Entering directory '/usr/src/postgis/liblwgeom' | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o stringbuffer.lo stringbuffer.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o bytebuffer.lo bytebuffer.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o measures.lo measures.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o measures3d.lo measures3d.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c bytebuffer.c -fPIC -DPIC -o .libs/bytebuffer.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c measures3d.c -fPIC -DPIC -o .libs/measures3d.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c measures.c -fPIC -DPIC -o .libs/measures.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c stringbuffer.c -fPIC -DPIC -o .libs/stringbuffer.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c bytebuffer.c -o bytebuffer.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c stringbuffer.c -o stringbuffer.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o ptarray.lo ptarray.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_api.lo lwgeom_api.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c ptarray.c -fPIC -DPIC -o .libs/ptarray.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_api.c -fPIC -DPIC -o .libs/lwgeom_api.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c measures3d.c -o measures3d.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_api.c -o lwgeom_api.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom.lo lwgeom.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c measures.c -o measures.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom.c -fPIC -DPIC -o .libs/lwgeom.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c ptarray.c -o ptarray.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwpoint.lo lwpoint.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwpoint.c -fPIC -DPIC -o .libs/lwpoint.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwpoint.c -o lwpoint.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwline.lo lwline.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwpoly.lo lwpoly.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwline.c -fPIC -DPIC -o .libs/lwline.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwpoly.c -fPIC -DPIC -o .libs/lwpoly.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwtriangle.lo lwtriangle.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwtriangle.c -fPIC -DPIC -o .libs/lwtriangle.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwtriangle.c -o lwtriangle.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwpoly.c -o lwpoly.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom.c -o lwgeom.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwline.c -o lwline.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwmpoint.lo lwmpoint.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmpoint.c -fPIC -DPIC -o .libs/lwmpoint.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwmline.lo lwmline.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmpoint.c -o lwmpoint.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmline.c -fPIC -DPIC -o .libs/lwmline.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwmpoly.lo lwmpoly.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwboundingcircle.lo lwboundingcircle.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmpoly.c -fPIC -DPIC -o .libs/lwmpoly.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwboundingcircle.c -fPIC -DPIC -o .libs/lwboundingcircle.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmline.c -o lwmline.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmpoly.c -o lwmpoly.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwcollection.lo lwcollection.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwboundingcircle.c -o lwboundingcircle.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwcollection.c -fPIC -DPIC -o .libs/lwcollection.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwcircstring.lo lwcircstring.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwcircstring.c -fPIC -DPIC -o .libs/lwcircstring.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwcompound.lo lwcompound.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwcircstring.c -o lwcircstring.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwcompound.c -fPIC -DPIC -o .libs/lwcompound.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwcollection.c -o lwcollection.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwcurvepoly.lo lwcurvepoly.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwmcurve.lo lwmcurve.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmcurve.c -fPIC -DPIC -o .libs/lwmcurve.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwcurvepoly.c -fPIC -DPIC -o .libs/lwcurvepoly.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmcurve.c -o lwmcurve.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwcompound.c -o lwcompound.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwmsurface.lo lwmsurface.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwpsurface.lo lwpsurface.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwcurvepoly.c -o lwcurvepoly.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmsurface.c -fPIC -DPIC -o .libs/lwmsurface.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwpsurface.c -fPIC -DPIC -o .libs/lwpsurface.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmsurface.c -o lwmsurface.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwtin.lo lwtin.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwpsurface.c -o lwpsurface.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwout_wkb.lo lwout_wkb.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwin_geojson.lo lwin_geojson.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwtin.c -fPIC -DPIC -o .libs/lwtin.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_wkb.c -fPIC -DPIC -o .libs/lwout_wkb.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_geojson.c -fPIC -DPIC -o .libs/lwin_geojson.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwin_wkb.lo lwin_wkb.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwtin.c -o lwtin.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_wkb.c -fPIC -DPIC -o .libs/lwin_wkb.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_geojson.c -o lwin_geojson.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwin_twkb.lo lwin_twkb.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_twkb.c -fPIC -DPIC -o .libs/lwin_twkb.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_wkb.c -o lwin_wkb.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwiterator.lo lwiterator.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwiterator.c -fPIC -DPIC -o .libs/lwiterator.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_median.lo lwgeom_median.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_twkb.c -o lwin_twkb.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_wkb.c -o lwout_wkb.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_median.c -fPIC -DPIC -o .libs/lwgeom_median.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwiterator.c -o lwiterator.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwout_wkt.lo lwout_wkt.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_median.c -o lwgeom_median.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_wkt.c -fPIC -DPIC -o .libs/lwout_wkt.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwout_twkb.lo lwout_twkb.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_twkb.c -fPIC -DPIC -o .libs/lwout_twkb.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwin_wkt_parse.lo lwin_wkt_parse.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwin_wkt_lex.lo lwin_wkt_lex.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_wkt_parse.c -fPIC -DPIC -o .libs/lwin_wkt_parse.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_wkt_lex.c -fPIC -DPIC -o .libs/lwin_wkt_lex.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_twkb.c -o lwout_twkb.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_wkt.c -o lwout_wkt.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_wkt_parse.c -o lwin_wkt_parse.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_wkt_lex.c -o lwin_wkt_lex.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwin_wkt.lo lwin_wkt.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_wkt.c -fPIC -DPIC -o .libs/lwin_wkt.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwin_encoded_polyline.lo lwin_encoded_polyline.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwutil.lo lwutil.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwhomogenize.lo lwhomogenize.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_encoded_polyline.c -fPIC -DPIC -o .libs/lwin_encoded_polyline.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwutil.c -fPIC -DPIC -o .libs/lwutil.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwhomogenize.c -fPIC -DPIC -o .libs/lwhomogenize.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_encoded_polyline.c -o lwin_encoded_polyline.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwutil.c -o lwutil.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwalgorithm.lo lwalgorithm.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwhomogenize.c -o lwhomogenize.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwalgorithm.c -fPIC -DPIC -o .libs/lwalgorithm.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwstroke.lo lwstroke.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwin_wkt.c -o lwin_wkt.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwstroke.c -fPIC -DPIC -o .libs/lwstroke.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwlinearreferencing.lo lwlinearreferencing.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwlinearreferencing.c -fPIC -DPIC -o .libs/lwlinearreferencing.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwalgorithm.c -o lwalgorithm.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwprint.lo lwprint.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwstroke.c -o lwstroke.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwprint.c -fPIC -DPIC -o .libs/lwprint.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o g_box.lo g_box.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c g_box.c -fPIC -DPIC -o .libs/g_box.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwprint.c -o lwprint.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o g_serialized.lo g_serialized.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c g_serialized.c -fPIC -DPIC -o .libs/g_serialized.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c g_box.c -o g_box.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o g_util.lo g_util.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c g_util.c -fPIC -DPIC -o .libs/g_util.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeodetic.lo lwgeodetic.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c g_util.c -o g_util.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeodetic.c -fPIC -DPIC -o .libs/lwgeodetic.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeodetic_tree.lo lwgeodetic_tree.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c g_serialized.c -o g_serialized.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeodetic_tree.c -fPIC -DPIC -o .libs/lwgeodetic_tree.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwlinearreferencing.c -o lwlinearreferencing.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeodetic_tree.c -o lwgeodetic_tree.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwrandom.lo lwrandom.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwrandom.c -fPIC -DPIC -o .libs/lwrandom.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwrandom.c -o lwrandom.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwtree.lo lwtree.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwout_gml.lo lwout_gml.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwtree.c -fPIC -DPIC -o .libs/lwtree.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_gml.c -fPIC -DPIC -o .libs/lwout_gml.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwtree.c -o lwtree.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeodetic.c -o lwgeodetic.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwout_kml.lo lwout_kml.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_kml.c -fPIC -DPIC -o .libs/lwout_kml.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_gml.c -o lwout_gml.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwout_geojson.lo lwout_geojson.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_kml.c -o lwout_kml.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_geojson.c -fPIC -DPIC -o .libs/lwout_geojson.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwout_svg.lo lwout_svg.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_svg.c -fPIC -DPIC -o .libs/lwout_svg.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_geojson.c -o lwout_geojson.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_svg.c -o lwout_svg.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwout_x3d.lo lwout_x3d.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_x3d.c -fPIC -DPIC -o .libs/lwout_x3d.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwout_encoded_polyline.lo lwout_encoded_polyline.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_debug.lo lwgeom_debug.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_encoded_polyline.c -fPIC -DPIC -o .libs/lwout_encoded_polyline.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_debug.c -fPIC -DPIC -o .libs/lwgeom_debug.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_encoded_polyline.c -o lwout_encoded_polyline.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_geos.lo lwgeom_geos.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_debug.c -o lwgeom_debug.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwout_x3d.c -o lwout_x3d.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_geos.c -fPIC -DPIC -o .libs/lwgeom_geos.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_geos_clean.lo lwgeom_geos_clean.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_geos_cluster.lo lwgeom_geos_cluster.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_geos_clean.c -fPIC -DPIC -o .libs/lwgeom_geos_clean.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_geos_cluster.c -fPIC -DPIC -o .libs/lwgeom_geos_cluster.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_geos_clean.c -o lwgeom_geos_clean.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_geos_node.lo lwgeom_geos_node.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_geos_node.c -fPIC -DPIC -o .libs/lwgeom_geos_node.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_geos_cluster.c -o lwgeom_geos_cluster.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_geos_node.c -o lwgeom_geos_node.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_geos_split.lo lwgeom_geos_split.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_geos_split.c -fPIC -DPIC -o .libs/lwgeom_geos_split.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_topo.lo lwgeom_topo.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_topo.c -fPIC -DPIC -o .libs/lwgeom_topo.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_geos_split.c -o lwgeom_geos_split.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_transform.lo lwgeom_transform.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_transform.c -fPIC -DPIC -o .libs/lwgeom_transform.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_wrapx.lo lwgeom_wrapx.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_wrapx.c -fPIC -DPIC -o .libs/lwgeom_wrapx.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_transform.c -o lwgeom_transform.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_geos.c -o lwgeom_geos.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_wrapx.c -o lwgeom_wrapx.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwunionfind.lo lwunionfind.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwunionfind.c -fPIC -DPIC -o .libs/lwunionfind.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o effectivearea.lo effectivearea.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwunionfind.c -o lwunionfind.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c effectivearea.c -fPIC -DPIC -o .libs/effectivearea.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwchaikins.lo lwchaikins.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwchaikins.c -fPIC -DPIC -o .libs/lwchaikins.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c effectivearea.c -o effectivearea.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwchaikins.c -o lwchaikins.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwmval.lo lwmval.c | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwkmeans.lo lwkmeans.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmval.c -fPIC -DPIC -o .libs/lwmval.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o varint.lo varint.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwkmeans.c -fPIC -DPIC -o .libs/lwkmeans.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c varint.c -fPIC -DPIC -o .libs/varint.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwmval.c -o lwmval.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c varint.c -o varint.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c -o lwgeom_sfcgal.lo lwgeom_sfcgal.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_topo.c -o lwgeom_topo.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwkmeans.c -o lwkmeans.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_sfcgal.c -fPIC -DPIC -o .libs/lwgeom_sfcgal.o | |
| /bin/bash ../libtool --mode=compile gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -ffloat-store -c -o lwspheroid.lo lwspheroid.c | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -ffloat-store -c lwspheroid.c -fPIC -DPIC -o .libs/lwspheroid.o | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -c lwgeom_sfcgal.c -o lwgeom_sfcgal.o >/dev/null 2>&1 | |
| libtool: compile: gcc -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -ffloat-store -c lwspheroid.c -o lwspheroid.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --tag=CC --mode=link gcc -rpath /usr/local/lib stringbuffer.lo bytebuffer.lo measures.lo measures3d.lo ptarray.lo lwgeom_api.lo lwgeom.lo lwpoint.lo lwline.lo lwpoly.lo lwtriangle.lo lwmpoint.lo lwmline.lo lwmpoly.lo lwboundingcircle.lo lwcollection.lo lwcircstring.lo lwcompound.lo lwcurvepoly.lo lwmcurve.lo lwmsurface.lo lwpsurface.lo lwtin.lo lwout_wkb.lo lwin_geojson.lo lwin_wkb.lo lwin_twkb.lo lwiterator.lo lwgeom_median.lo lwout_wkt.lo lwout_twkb.lo lwin_wkt_parse.lo lwin_wkt_lex.lo lwin_wkt.lo lwin_encoded_polyline.lo lwutil.lo lwhomogenize.lo lwalgorithm.lo lwstroke.lo lwlinearreferencing.lo lwprint.lo g_box.lo g_serialized.lo g_util.lo lwgeodetic.lo lwgeodetic_tree.lo lwrandom.lo lwtree.lo lwout_gml.lo lwout_kml.lo lwout_geojson.lo lwout_svg.lo lwout_x3d.lo lwout_encoded_polyline.lo lwgeom_debug.lo lwgeom_geos.lo lwgeom_geos_clean.lo lwgeom_geos_cluster.lo lwgeom_geos_node.lo lwgeom_geos_split.lo lwgeom_topo.lo lwgeom_transform.lo lwgeom_wrapx.lo lwunionfind.lo effectivearea.lo lwchaikins.lo lwmval.lo lwkmeans.lo varint.lo lwgeom_sfcgal.lo lwspheroid.lo \ | |
| -release 3.0 -version-info 0:0:0 -L/usr/local/lib -lgeos_c -L/usr/local/lib -lproj -ljson-c -lm -L/usr/local/lib -lSFCGAL -no-undefined -static -o liblwgeom.la | |
| *** Warning: Linking the shared library liblwgeom.la against the loadable module | |
| *** libSFCGAL.so is not portable! | |
| libtool: link: rm -fr .libs/liblwgeom.a .libs/liblwgeom.la .libs/liblwgeom.lai | |
| libtool: link: ar cr .libs/liblwgeom.a stringbuffer.o bytebuffer.o measures.o measures3d.o ptarray.o lwgeom_api.o lwgeom.o lwpoint.o lwline.o lwpoly.o lwtriangle.o lwmpoint.o lwmline.o lwmpoly.o lwboundingcircle.o lwcollection.o lwcircstring.o lwcompound.o lwcurvepoly.o lwmcurve.o lwmsurface.o lwpsurface.o lwtin.o lwout_wkb.o lwin_geojson.o lwin_wkb.o lwin_twkb.o lwiterator.o lwgeom_median.o lwout_wkt.o lwout_twkb.o lwin_wkt_parse.o lwin_wkt_lex.o lwin_wkt.o lwin_encoded_polyline.o lwutil.o lwhomogenize.o lwalgorithm.o lwstroke.o lwlinearreferencing.o lwprint.o g_box.o g_serialized.o g_util.o lwgeodetic.o lwgeodetic_tree.o lwrandom.o lwtree.o lwout_gml.o lwout_kml.o lwout_geojson.o lwout_svg.o lwout_x3d.o lwout_encoded_polyline.o lwgeom_debug.o lwgeom_geos.o lwgeom_geos_clean.o lwgeom_geos_cluster.o lwgeom_geos_node.o lwgeom_geos_split.o lwgeom_topo.o lwgeom_transform.o lwgeom_wrapx.o lwunionfind.o effectivearea.o lwchaikins.o lwmval.o lwkmeans.o varint.o lwgeom_sfcgal.o lwspheroid.o | |
| libtool: link: ranlib .libs/liblwgeom.a | |
| libtool: link: ( cd ".libs" && rm -f "liblwgeom.la" && ln -s "../liblwgeom.la" "liblwgeom.la" ) | |
| make[1]: Leaving directory '/usr/src/postgis/liblwgeom' | |
| ---- Making all in libpgcommon | |
| make[1]: Entering directory '/usr/src/postgis/libpgcommon' | |
| gcc -I../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/include/postgresql/11/server -I/usr/local/include -fPIC -DPIC -c -o gserialized_gist.o gserialized_gist.c | |
| gcc -I../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/include/postgresql/11/server -I/usr/local/include -fPIC -DPIC -c -o lwgeom_transform.o lwgeom_transform.c | |
| gcc -I../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/include/postgresql/11/server -I/usr/local/include -fPIC -DPIC -c -o lwgeom_cache.o lwgeom_cache.c | |
| gcc -I../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/include/postgresql/11/server -I/usr/local/include -fPIC -DPIC -c -o lwgeom_pg.o lwgeom_pg.c | |
| ar rs libpgcommon.a gserialized_gist.o lwgeom_transform.o lwgeom_cache.o lwgeom_pg.o | |
| make[1]: Leaving directory '/usr/src/postgis/libpgcommon' | |
| ---- Making all in postgis | |
| make[1]: Entering directory '/usr/src/postgis/postgis' | |
| /usr/bin/cpp -traditional-cpp -w -P -I../libpgcommon postgis.sql.in | grep -v '^#' | \ | |
| /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-3'g;s'@extschema@\.''g" > postgis.sql | |
| /usr/bin/cpp -traditional-cpp -w -P -I../libpgcommon postgis.sql.in | grep -v '^#' | \ | |
| /usr/bin/perl -lpe \ | |
| "s'MODULE_PATHNAME'\$libdir/postgis-3'g" \ | |
| | /usr/bin/perl -pe 's/BEGIN\;//g ; s/COMMIT\;//g' > postgis_for_extension.sql | |
| /usr/bin/cpp -traditional-cpp -w -P -I../libpgcommon legacy.sql.in | grep -v '^#' | \ | |
| /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-3'g;s'@extschema@\.''g" > legacy.sql | |
| /usr/bin/cpp -traditional-cpp -w -P -I../libpgcommon legacy_minimal.sql.in | grep -v '^#' | \ | |
| /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-3'g;s'@extschema@\.''g" > legacy_minimal.sql | |
| /usr/bin/cpp -traditional-cpp -w -P -I../libpgcommon sfcgal.sql.in | grep -v '^#' | \ | |
| /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-3'g;s'@extschema@\.''g" > sfcgal.sql | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o postgis_module.o postgis_module.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_accum.o lwgeom_accum.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_spheroid.o lwgeom_spheroid.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_ogc.o lwgeom_ogc.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_functions_analytic.o lwgeom_functions_analytic.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_inout.o lwgeom_inout.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_functions_basic.o lwgeom_functions_basic.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_btree.o lwgeom_btree.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_box.o lwgeom_box.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_box3d.o lwgeom_box3d.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_geos.o lwgeom_geos.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_sfcgal.o lwgeom_sfcgal.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_geos_prepared.o lwgeom_geos_prepared.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_geos_clean.o lwgeom_geos_clean.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_geos_relatematch.o lwgeom_geos_relatematch.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_export.o lwgeom_export.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_in_gml.o lwgeom_in_gml.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_in_kml.o lwgeom_in_kml.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_in_geohash.o lwgeom_in_geohash.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_in_geojson.o lwgeom_in_geojson.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_in_encoded_polyline.o lwgeom_in_encoded_polyline.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_triggers.o lwgeom_triggers.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_dump.o lwgeom_dump.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_dumppoints.o lwgeom_dumppoints.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_functions_lrs.o lwgeom_functions_lrs.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_functions_temporal.o lwgeom_functions_temporal.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_rectree.o lwgeom_rectree.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o long_xact.o long_xact.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_sqlmm.o lwgeom_sqlmm.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_rtree.o lwgeom_rtree.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_transform.o lwgeom_transform.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_window.o lwgeom_window.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o gserialized_typmod.o gserialized_typmod.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o gserialized_gist_2d.o gserialized_gist_2d.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o gserialized_gist_nd.o gserialized_gist_nd.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o gserialized_supportfn.o gserialized_supportfn.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o gserialized_spgist_2d.o gserialized_spgist_2d.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o gserialized_spgist_3d.o gserialized_spgist_3d.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o gserialized_spgist_nd.o gserialized_spgist_nd.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o brin_2d.o brin_2d.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o brin_nd.o brin_nd.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o brin_common.o brin_common.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o gserialized_estimate.o gserialized_estimate.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o geography_inout.o geography_inout.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o geography_btree.o geography_btree.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o geography_centroid.o geography_centroid.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o geography_measurement.o geography_measurement.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o geography_measurement_trees.o geography_measurement_trees.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o geometry_inout.o geometry_inout.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o postgis_libprotobuf.o postgis_libprotobuf.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o vector_tile.pb-c.o vector_tile.pb-c.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o geobuf.pb-c.o geobuf.pb-c.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o mvt.o mvt.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_out_mvt.o lwgeom_out_mvt.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o geobuf.o geobuf.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o lwgeom_out_geobuf.o lwgeom_out_geobuf.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o postgis_legacy.o postgis_legacy.c | |
| /usr/bin/perl ../utils/create_undef.pl postgis.sql 110 > uninstall_postgis.sql | |
| /usr/bin/perl ../utils/postgis_proc_upgrade.pl postgis.sql UNUSED > postgis_upgrade.sql.in | |
| /usr/bin/perl ../utils/postgis_proc_upgrade.pl postgis_for_extension.sql UNUSED > postgis_upgrade_for_extension.sql.in | |
| /usr/bin/perl ../utils/postgis_proc_set_search_path.pl postgis.sql UNUSED > postgis_proc_set_search_path.sql | |
| /usr/bin/perl ../utils/create_undef.pl legacy.sql 110 > uninstall_legacy.sql | |
| /usr/bin/perl ../utils/postgis_proc_upgrade.pl sfcgal.sql UNUSED > sfcgal_upgrade.sql.in | |
| /usr/bin/perl ../utils/create_undef.pl sfcgal.sql 110 > uninstall_sfcgal.sql | |
| echo "BEGIN;" > postgis_upgrade.sql | |
| cat postgis_drop_before.sql postgis_upgrade.sql.in postgis_drop_after.sql >> postgis_upgrade.sql | |
| echo "COMMIT;" >> postgis_upgrade.sql | |
| #strip BEGIN/COMMIT since these are not allowed in extensions | |
| # WARNING: we should make sure these are not internal to function bodies | |
| cat sfcgal_upgrade.sql.in postgis_drop_after.sql > sfcgal_upgrade.sql | |
| cat postgis_drop_before.sql postgis_upgrade_for_extension.sql.in postgis_drop_after.sql | /usr/bin/perl -pe 's/BEGIN\;//g ; s/COMMIT\;//g' > postgis_upgrade_for_extension.sql | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -shared -o postgis-3.so postgis_module.o lwgeom_accum.o lwgeom_spheroid.o lwgeom_ogc.o lwgeom_functions_analytic.o lwgeom_inout.o lwgeom_functions_basic.o lwgeom_btree.o lwgeom_box.o lwgeom_box3d.o lwgeom_geos.o lwgeom_sfcgal.o lwgeom_geos_prepared.o lwgeom_geos_clean.o lwgeom_geos_relatematch.o lwgeom_export.o lwgeom_in_gml.o lwgeom_in_kml.o lwgeom_in_geohash.o lwgeom_in_geojson.o lwgeom_in_encoded_polyline.o lwgeom_triggers.o lwgeom_dump.o lwgeom_dumppoints.o lwgeom_functions_lrs.o lwgeom_functions_temporal.o lwgeom_rectree.o long_xact.o lwgeom_sqlmm.o lwgeom_rtree.o lwgeom_transform.o lwgeom_window.o gserialized_typmod.o gserialized_gist_2d.o gserialized_gist_nd.o gserialized_supportfn.o gserialized_spgist_2d.o gserialized_spgist_3d.o gserialized_spgist_nd.o brin_2d.o brin_nd.o brin_common.o gserialized_estimate.o geography_inout.o geography_btree.o geography_centroid.o geography_measurement.o geography_measurement_trees.o geometry_inout.o postgis_libprotobuf.o vector_tile.pb-c.o geobuf.pb-c.o mvt.o lwgeom_out_mvt.o geobuf.o lwgeom_out_geobuf.o postgis_legacy.o -L/usr/lib/x86_64-linux-gnu -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-6.0/lib -L/usr/lib/x86_64-linux-gnu/mit-krb5 -Wl,--as-needed ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a -L/usr/local/lib -lgeos_c -L/usr/local/lib -lproj -ljson-c -lprotobuf-c -lxml2 -L/usr/local/lib -lSFCGAL -Wl,--exclude-libs,ALL -L/usr/local/lib -lSFCGAL | |
| make[1]: Leaving directory '/usr/src/postgis/postgis' | |
| ---- Making all in regress | |
| make[1]: Entering directory '/usr/src/postgis/regress' | |
| make[1]: Nothing to be done for 'all'. | |
| make[1]: Leaving directory '/usr/src/postgis/regress' | |
| ---- Making all in raster | |
| make[1]: Entering directory '/usr/src/postgis/raster' | |
| make -C rt_core | |
| make -C rt_pg rtpostgis.sql | |
| make[2]: Entering directory '/usr/src/postgis/raster/rt_core' | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_util.o rt_util.c | |
| make[2]: Entering directory '/usr/src/postgis/raster/rt_pg' | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_spatial_relationship.o rt_spatial_relationship.c | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_mapalgebra.o rt_mapalgebra.c | |
| /usr/bin/cpp -traditional-cpp -w -P -I../../postgis/ -I../../ rtpostgis.sql.in | grep -v '^#' | \ | |
| /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/rtpostgis-3'g;s'@extschema@\.''g" > rtpostgis.sql | |
| make[2]: Leaving directory '/usr/src/postgis/raster/rt_pg' | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_geometry.o rt_geometry.c | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_statistics.o rt_statistics.c | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_pixel.o rt_pixel.c | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_warp.o rt_warp.c | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_band.o rt_band.c | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_raster.o rt_raster.c | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_serialize.o rt_serialize.c | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_wkb.o rt_wkb.c | |
| gcc -I../../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o rt_context.o rt_context.c | |
| ar rs librtcore.a rt_util.o rt_spatial_relationship.o rt_mapalgebra.o rt_geometry.o rt_statistics.o rt_pixel.o rt_warp.o rt_band.o rt_raster.o rt_serialize.o rt_wkb.o rt_context.o | |
| make[2]: Leaving directory '/usr/src/postgis/raster/rt_core' | |
| make -C rt_pg | |
| make -C loader | |
| make[2]: Entering directory '/usr/src/postgis/raster/rt_pg' | |
| make[2]: Entering directory '/usr/src/postgis/raster/loader' | |
| /bin/bash ../../libtool --mode=link gcc -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I../rt_core -I../../liblwgeom -I/usr/local/include -I/usr/local/include -I/usr/local/include ../rt_core/librtcore.a raster2pgsql.o -static ../../liblwgeom/liblwgeom.la -L/usr/local/lib -lgdal -L/usr/local/lib -lgeos_c -lc -lm -o raster2pgsql | |
| /usr/bin/cpp -traditional-cpp -w -P -I../../postgis/ -I../../ rtpostgis_upgrade_cleanup.sql.in | grep -v '^#' | \ | |
| /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/rtpostgis-3'g;s'@extschema@\.''g" > rtpostgis_upgrade_cleanup.sql | |
| /usr/bin/cpp -traditional-cpp -w -P -I../../postgis/ -I../../ rtpostgis_drop.sql.in | grep -v '^#' | \ | |
| /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/rtpostgis-3'g;s'@extschema@\.''g" > rtpostgis_drop.sql | |
| /usr/bin/perl ../../utils/postgis_proc_upgrade.pl rtpostgis.sql UNUSED > rtpostgis_upgrade.sql.in | |
| /usr/bin/perl ../../utils/postgis_proc_set_search_path.pl rtpostgis.sql UNUSED > rtpostgis_proc_set_search_path.sql | |
| /usr/bin/perl ../../utils/create_undef.pl rtpostgis.sql 110 > uninstall_rtpostgis.sql | |
| /usr/bin/cpp -traditional-cpp -w -P -I../../postgis/ -I../../ rtpostgis_legacy.sql.in | grep -v '^#' | \ | |
| /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/rtpostgis-3'g;s'@extschema@\.''g" > rtpostgis_legacy.sql | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpostgis.o rtpostgis.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_internal.o rtpg_internal.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_legacy.o rtpg_legacy.c | |
| *** Warning: Linking the executable raster2pgsql against the loadable module | |
| *** libSFCGAL.so is not portable! | |
| libtool: link: gcc -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I../rt_core -I../../liblwgeom -I/usr/local/include -I/usr/local/include -I/usr/local/include raster2pgsql.o -o raster2pgsql ../rt_core/librtcore.a ../../liblwgeom/.libs/liblwgeom.a -L/usr/local/lib /usr/local/lib/libproj.so /usr/local/lib/libgdal.so -ljson-c /usr/local/lib/libSFCGAL.so /usr/lib/x86_64-linux-gnu/libexpat.so -lpq -lz -lpthread -lrt -ldl -lspatialite /usr/lib/x86_64-linux-gnu/libsqlite3.so -lpcre /usr/lib/x86_64-linux-gnu/libcurl.so -lxml2 -lgeos_c -lc -lm -pthread | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_spatial_relationship.o rtpg_spatial_relationship.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_mapalgebra.o rtpg_mapalgebra.c | |
| make[2]: Leaving directory '/usr/src/postgis/raster/loader' | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_utility.o rtpg_utility.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_inout.o rtpg_inout.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_wkb.o rtpg_wkb.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_geometry.o rtpg_geometry.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_raster_properties.o rtpg_raster_properties.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_band_properties.o rtpg_band_properties.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_pixel.o rtpg_pixel.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_create.o rtpg_create.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_gdal.o rtpg_gdal.c | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC "-I../../liblwgeom" -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/local/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o rtpg_statistics.o rtpg_statistics.c | |
| echo 'BEGIN;' > rtpostgis_upgrade_for_extension.sql | |
| cat rtpostgis_upgrade_cleanup.sql rtpostgis_upgrade_for_extension.sql.in rtpostgis_drop.sql | sed -e 's/^BEGIN;$//' -e 's/^COMMIT;$//' >> rtpostgis_upgrade_for_extension.sql | |
| echo 'COMMIT;' >> rtpostgis_upgrade_for_extension.sql | |
| echo 'BEGIN;' > rtpostgis_upgrade.sql | |
| cat rtpostgis_upgrade_cleanup.sql rtpostgis_upgrade.sql.in rtpostgis_drop.sql | sed -e 's/^BEGIN;$//' -e 's/^COMMIT;$//' >> rtpostgis_upgrade.sql | |
| echo 'COMMIT;' >> rtpostgis_upgrade.sql | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -shared -o rtpostgis-3.so rtpostgis.o rtpg_internal.o rtpg_legacy.o rtpg_spatial_relationship.o rtpg_mapalgebra.o rtpg_utility.o rtpg_inout.o rtpg_wkb.o rtpg_geometry.o rtpg_raster_properties.o rtpg_band_properties.o rtpg_pixel.o rtpg_create.o rtpg_gdal.o rtpg_statistics.o -L/usr/lib/x86_64-linux-gnu -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-6.0/lib -L/usr/lib/x86_64-linux-gnu/mit-krb5 -Wl,--as-needed ../rt_core/librtcore.a ../../liblwgeom/.libs/liblwgeom.a ../../libpgcommon/libpgcommon.a -L/usr/local/lib -lgdal -L/usr/local/lib -lgeos_c -L/usr/local/lib -lproj -ljson-c -lprotobuf-c -lxml2 -L/usr/local/lib -lSFCGAL -Wl,--exclude-libs,ALL | |
| make[2]: Leaving directory '/usr/src/postgis/raster/rt_pg' | |
| make[1]: Leaving directory '/usr/src/postgis/raster' | |
| ---- Making all in topology | |
| make[1]: Entering directory '/usr/src/postgis/topology' | |
| /usr/bin/cpp -traditional-cpp -w -P topology.sql.in | grep -v '^#' | \ | |
| /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis_topology-3'g" > topology.sql | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I../liblwgeom -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I../libpgcommon -I/usr/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/json-c -fPIC -DPIC -I/usr/local/include -I. -I./ -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o postgis_topology.o postgis_topology.c | |
| /usr/bin/perl -0777 -ne 's/^(CREATE|ALTER) (CAST|OPERATOR|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*?;//msg;print;' topology.sql > topology_upgrade.sql.in | |
| /usr/bin/perl ../utils/create_undef.pl topology.sql 110 > uninstall_topology.sql | |
| cat topology_drop_before.sql topology_upgrade.sql.in topology_drop_after.sql > topology_upgrade.sql | |
| gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -shared -o postgis_topology-3.so postgis_topology.o -L/usr/lib/x86_64-linux-gnu -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-6.0/lib -L/usr/lib/x86_64-linux-gnu/mit-krb5 -Wl,--as-needed ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a -L/usr/local/lib -lgeos_c -L/usr/local/lib -lproj -ljson-c -lprotobuf-c -lxml2 -L/usr/local/lib -lSFCGAL -Wl,--exclude-libs,ALL -L/usr/local/lib -lSFCGAL | |
| make[1]: Leaving directory '/usr/src/postgis/topology' | |
| ---- Making all in loader | |
| make[1]: Entering directory '/usr/src/postgis/loader' | |
| /bin/bash ../libtool --mode=link \ | |
| gcc -I ../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o shp2pgsql-core.o shp2pgsql-cli.o ../liblwgeom/liblwgeom.la -o shp2pgsql -L/usr/lib/x86_64-linux-gnu -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-6.0/lib -L/usr/lib/x86_64-linux-gnu/mit-krb5 -Wl,--as-needed -static ../liblwgeom/liblwgeom.la -lc | |
| /bin/bash ../libtool --mode=link \ | |
| gcc -I ../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o pgsql2shp-core.o pgsql2shp-cli.o ../liblwgeom/liblwgeom.la -L/usr/lib/x86_64-linux-gnu -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-6.0/lib -L/usr/lib/x86_64-linux-gnu/mit-krb5 -Wl,--as-needed -static ../liblwgeom/liblwgeom.la -lc -L/usr/lib/x86_64-linux-gnu -lpq -o pgsql2shp | |
| *** Warning: Linking the executable shp2pgsql against the loadable module | |
| *** libSFCGAL.so is not portable! | |
| *** Warning: Linking the executable pgsql2shp against the loadable module | |
| *** libSFCGAL.so is not portable! | |
| libtool: link: gcc -I ../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o shp2pgsql-core.o shp2pgsql-cli.o -o shp2pgsql -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -L/usr/lib/x86_64-linux-gnu -L/usr/lib/llvm-6.0/lib -L/usr/lib/x86_64-linux-gnu/mit-krb5 ../liblwgeom/.libs/liblwgeom.a -L/usr/local/lib -lgeos_c /usr/local/lib/libproj.so /usr/lib/x86_64-linux-gnu/libsqlite3.so -lpthread -ljson-c -lm /usr/local/lib/libSFCGAL.so -lc | |
| libtool: link: gcc -I ../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -I/usr/local/include shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o pgsql2shp-core.o pgsql2shp-cli.o -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o pgsql2shp -L/usr/lib/x86_64-linux-gnu -L/usr/lib/llvm-6.0/lib -L/usr/lib/x86_64-linux-gnu/mit-krb5 ../liblwgeom/.libs/liblwgeom.a -L/usr/local/lib -lgeos_c /usr/local/lib/libproj.so /usr/lib/x86_64-linux-gnu/libsqlite3.so -lpthread -ljson-c -lm /usr/local/lib/libSFCGAL.so -lc -lpq | |
| make[1]: Leaving directory '/usr/src/postgis/loader' | |
| ---- Making all in utils | |
| make[1]: Entering directory '/usr/src/postgis/utils' | |
| chmod +x create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl | |
| make[1]: Leaving directory '/usr/src/postgis/utils' | |
| ---- Making all in doc | |
| make[1]: Entering directory '/usr/src/postgis/doc' | |
| /usr/bin/perl -lpe "s'@@LAST_RELEASE_VERSION@@'3.0.0dev'g;s'@@POSTGIS_DOWNLOAD_URL@@'http://postgis.net/stuff'g;" postgis.xml > postgis-out.xml | |
| /usr/bin/xsltproc --novalid ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml > postgis_aggs_mm.xml | |
| /usr/bin/xsltproc --novalid ./xsl/postgis_comments.sql.xsl postgis-out.xml > postgis_comments.sql | |
| /usr/bin/xsltproc --novalid ./xsl/raster_comments.sql.xsl postgis-out.xml > raster_comments.sql | |
| /usr/bin/xsltproc --novalid ./xsl/topology_comments.sql.xsl postgis-out.xml > topology_comments.sql | |
| /usr/bin/xsltproc --novalid ./xsl/sfcgal_comments.sql.xsl postgis-out.xml > sfcgal_comments.sql | |
| /usr/bin/xsltproc --novalid ./xsl/tiger_geocoder_comments.sql.xsl postgis-out.xml > tiger_geocoder_comments.sql | |
| make[1]: Leaving directory '/usr/src/postgis/doc' | |
| ---- Making all in extensions | |
| make[1]: Entering directory '/usr/src/postgis/extensions' | |
| for DIR in postgis postgis_tiger_geocoder postgis_raster postgis_topology postgis_sfcgal address_standardizer; do \ | |
| echo "---- Making all in ${DIR}"; \ | |
| make -C "${DIR}" all || exit 1; \ | |
| done | |
| ---- Making all in postgis | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis' | |
| printf '\\echo Use "CREATE EXTENSION postgis" to load this file. \\quit\n' > sql/postgis.sql | |
| sed '/UNPACKAGE_CODE/q' unpackage_raster_if_needed.sql > sql/raster_unpackage.sql | |
| /usr/bin/perl -pe "s/BEGIN\;//g ; s/COMMIT\;//g; s/^(DROP .*)\;/SELECT postgis_extension_drop_if_exists('postgis', '\1');\n\1\;/" ../../postgis/postgis_upgrade_for_extension.sql > sql/postgis_upgrade.sql | |
| cat postgis.control.in \ | |
| | sed -e 's|@EXTVERSION@|3.0.0dev|g' \ | |
| | sed -e 's|@EXTENSION@|postgis|g' \ | |
| | sed -e 's|@MODULEPATH@|$libdir/postgis-3|g' \ | |
| > postgis.control | |
| cat ../../postgis/postgis_for_extension.sql ../../doc/postgis_comments.sql sql/spatial_ref_sys_config_dump.sql sql/spatial_ref_sys.sql >> sql/postgis.sql | |
| cat ../../raster/rt_pg/rtpostgis_upgrade_cleanup.sql ../../raster/rt_pg/rtpostgis_drop.sql ../../raster/rt_pg/uninstall_rtpostgis.sql \ | |
| | /usr/bin/perl ../../utils/create_extension_unpackage.pl postgis >> sql/raster_unpackage.sql | |
| cp sql/postgis.sql sql/postgis--3.0.0dev.sql | |
| sed -ne '/UNPACKAGE_CODE/{s///; :a' -e 'n;p;ba' -e '}' \ | |
| unpackage_raster_if_needed.sql >> sql/raster_unpackage.sql | |
| printf '\\echo Use "CREATE EXTENSION postgis" to load this file. \\quit\n' > sql/postgis--ANY--3.0.0dev.sql | |
| cat ../postgis_extension_helper.sql sql/raster_unpackage.sql sql/postgis_upgrade.sql ../../doc/postgis_comments.sql ../postgis_extension_helper_uninstall.sql >> sql/postgis--ANY--3.0.0dev.sql | |
| # Ensure version is correct | |
| cat sql/postgis--ANY--3.0.0dev.sql > sql/postgis--unpackaged--3.0.0dev.sql | |
| cat sql/postgis.sql \ | |
| | /usr/bin/perl ../../utils/create_unpackaged.pl postgis \ | |
| >> sql/postgis--unpackaged--3.0.0dev.sql | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis' | |
| ---- Making all in postgis_tiger_geocoder | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_tiger_geocoder' | |
| mkdir -p sql_bits | |
| cp ../../doc/tiger_geocoder_comments.sql sql_bits/tiger_geocoder_comments.sql | |
| cat postgis_tiger_geocoder.control.in \ | |
| | sed -e 's|@EXTVERSION@|3.0.0dev|g' \ | |
| > postgis_tiger_geocoder.control | |
| cat sql_bits/tiger_geocoder.sql sql_bits/mark_editable_objects.sql.in sql_bits/tiger_geocoder_comments.sql > sql/postgis_tiger_geocoder.sql | |
| cat ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in sql/tiger_geocoder_upgrade_minor.sql sql_bits/mark_editable_objects.sql.in sql_bits/tiger_geocoder_comments.sql > sql/postgis_tiger_geocoder--ANY--3.0.0dev.sql | |
| cp sql/postgis_tiger_geocoder.sql sql/postgis_tiger_geocoder--3.0.0dev.sql | |
| echo "SELECT postgis_extension_drop_if_exists('postgis_tiger_geocoder', 'DROP SCHEMA tiger_data');" >> sql/postgis_tiger_geocoder--ANY--3.0.0dev.sql | |
| cat ../postgis_extension_helper_uninstall.sql >> sql/postgis_tiger_geocoder--ANY--3.0.0dev.sql | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_tiger_geocoder' | |
| ---- Making all in postgis_raster | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_raster' | |
| cp ../../doc/raster_comments.sql sql/raster_comments.sql | |
| /usr/bin/perl -pe "s/BEGIN\;//g ; s/COMMIT\;//g; s/^(DROP .*)\;/SELECT postgis_extension_drop_if_exists('postgis_raster', '\1');\n\1\;/" ../../raster/rt_pg/rtpostgis_upgrade_for_extension.sql > sql/rtpostgis_upgrade.sql | |
| cat postgis_raster.control.in \ | |
| | sed -e 's|@EXTVERSION@|3.0.0dev|g' \ | |
| | sed -e 's|@EXTENSION@|postgis_raster|g' \ | |
| | sed -e 's|@MODULEPATH@|$libdir/postgis_raster-3|g' \ | |
| > postgis_raster.control | |
| printf '\\echo Use "CREATE EXTENSION postgis_raster" to load this file. \\quit\n' > sql/postgis_raster.sql | |
| cat sql/rtpostgis.sql sql/raster_comments.sql >> sql/postgis_raster.sql | |
| cp sql/postgis_raster.sql sql/postgis_raster--3.0.0dev.sql | |
| printf '\\echo Use "CREATE EXTENSION postgis_raster" to load this file. \\quit\n' > sql/postgis_raster--ANY--3.0.0dev.sql | |
| cat ../postgis_extension_helper.sql sql/rtpostgis_upgrade.sql ../../doc/raster_comments.sql ../postgis_extension_helper_uninstall.sql >> sql/postgis_raster--ANY--3.0.0dev.sql | |
| # Ensure version is correct | |
| cat sql/postgis_raster--ANY--3.0.0dev.sql > sql/postgis_raster--unpackaged--3.0.0dev.sql | |
| cat sql/rtpostgis.sql | /usr/bin/perl ../../utils/create_unpackaged.pl postgis_raster >> sql/postgis_raster--unpackaged--3.0.0dev.sql | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_raster' | |
| ---- Making all in postgis_topology | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_topology' | |
| sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' -e '/^CREATE SCHEMA/d;' ../../topology/topology.sql > sql_bits/topology.sql | |
| cp ../../doc/topology_comments.sql sql_bits/topology_comments.sql | |
| mkdir -p sql | |
| sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' -e '/^CREATE SCHEMA/d;' ../../topology/topology_upgrade.sql > sql/topology_upgrade.sql | |
| cat postgis_topology.control.in \ | |
| | sed -e 's|@EXTVERSION@|3.0.0dev|g' \ | |
| > postgis_topology.control | |
| mkdir -p sql | |
| cat extlock.sql sql_bits/topology.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql > sql/postgis_topology.sql | |
| mkdir -p sql | |
| cat extlock.sql ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in sql/topology_upgrade.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql ../postgis_extension_helper_uninstall.sql > sql/postgis_topology--ANY--3.0.0dev.sql | |
| # Ugprade before packaging | |
| cat sql/topology_upgrade.sql > sql/postgis_topology--unpackaged--3.0.0dev.sql | |
| mkdir -p sql | |
| cp sql/postgis_topology.sql sql/postgis_topology--3.0.0dev.sql | |
| cat ../../topology/topology.sql | /usr/bin/perl ../../utils/create_unpackaged.pl postgis_topology >> sql/postgis_topology--unpackaged--3.0.0dev.sql | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_topology' | |
| ---- Making all in postgis_sfcgal | |
| make[2]: Entering directory '/usr/src/postgis/extensions/postgis_sfcgal' | |
| mkdir -p sql_bits | |
| mkdir -p sql_bits | |
| /usr/bin/perl -pe 's/BEGIN\;//g ; s/COMMIT\;//g' ../../postgis/sfcgal.sql > sql_bits/sfcgal.sql | |
| mkdir -p sql_bits | |
| cp ../../doc/sfcgal_comments.sql sql_bits/sfcgal_comments.sql | |
| cat postgis_sfcgal.control.in \ | |
| | sed -e 's|@EXTVERSION@|3.0.0dev|g' \ | |
| > postgis_sfcgal.control | |
| /usr/bin/perl -pe 's/BEGIN\;//g ; s/COMMIT\;//g' ../../postgis/sfcgal_upgrade.sql > sql_bits/sfcgal_upgrade.sql | |
| mkdir -p sql | |
| cat sql_bits/sfcgal.sql sql_bits/sfcgal_comments.sql > sql/postgis_sfcgal.sql | |
| mkdir -p sql_bits | |
| printf '\\echo Use "CREATE EXTENSION postgis_sfcgal" to load this file. \\quit\n' > sql_bits/sfcgal_upgrade_minor.sql | |
| mkdir -p sql | |
| cat ../postgis_extension_helper.sql sql_bits/sfcgal_upgrade.sql ../../doc/sfcgal_comments.sql ../postgis_extension_helper_uninstall.sql >> sql_bits/sfcgal_upgrade_minor.sql | |
| cp sql/postgis_sfcgal.sql sql/postgis_sfcgal--3.0.0dev.sql | |
| cat sql_bits/sfcgal_upgrade_minor.sql > sql/postgis_sfcgal--ANY--3.0.0dev.sql | |
| # Ensure version is correct | |
| cat sql/postgis_sfcgal--ANY--3.0.0dev.sql > sql/postgis_sfcgal--unpackaged--3.0.0dev.sql | |
| cat sql_bits/sfcgal.sql ../../utils/create_unpackaged.pl \ | |
| | /usr/bin/perl ../../utils/create_unpackaged.pl postgis_sfcgal \ | |
| >> sql/postgis_sfcgal--unpackaged--3.0.0dev.sql | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/postgis_sfcgal' | |
| ---- Making all in address_standardizer | |
| make[2]: Entering directory '/usr/src/postgis/extensions/address_standardizer' | |
| cat address_standardizer.control.in \ | |
| | sed -e 's|@EXTVERSION@|3.0.0dev|g' \ | |
| > address_standardizer.control | |
| cat address_standardizer_data_us.control.in \ | |
| | sed -e 's|@EXTVERSION@|3.0.0dev|g' \ | |
| > address_standardizer_data_us.control | |
| make[2]: Leaving directory '/usr/src/postgis/extensions/address_standardizer' | |
| make[1]: Leaving directory '/usr/src/postgis/extensions' | |
| PostGIS was built successfully. Ready to install. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment