Building postgis-2.1.0_2.txz (origin /buildshare/ports/355755/databases/postgis21) for powerpc-10-0 on XXX Pre-existing file system for this slot! slot1: removed slot1: created x distfiles/ x distfiles/postgis-2.1.0.tar.gz x packages/ x packages/libtool-2.4.2_3.txz x packages/pkg-1.2.7_2.txz x packages/pkgconf-0.9.5.txz x packages/proj-4.8.0_2.txz x packages/geos-3.4.2.txz x packages/json-c-0.11.txz x packages/gmake-3.82_1.txz x packages/gettext-0.18.3.1_1.txz x packages/postgresql92-server-9.2.8_1.txz x packages/perl5-5.16.3_10.txz x packages/postgresql92-client-9.2.8_1.txz x packages/libxml2-2.9.1_1.txz x packages/unzip-6.0_1.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> postgis-2.1.0_2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of postgis-2.1.0_2 ===> postgis-2.1.0_2 depends on shared library: libproj.so - not found ===> Verifying for libproj.so in /buildshare/ports/355755/graphics/proj ===> Installing existing package /packages/proj-4.8.0_2.txz Installing proj-4.8.0_2... done ===> Returning to build of postgis-2.1.0_2 ===> postgis-2.1.0_2 depends on shared library: libgeos.so - not found ===> Verifying for libgeos.so in /buildshare/ports/355755/graphics/geos ===> Installing existing package /packages/geos-3.4.2.txz Installing geos-3.4.2... done ===> Returning to build of postgis-2.1.0_2 ===> postgis-2.1.0_2 depends on shared library: libjson.so - not found ===> Verifying for libjson.so in /buildshare/ports/355755/devel/json-c ===> Installing existing package /packages/json-c-0.11.txz Installing json-c-0.11... done ===> Returning to build of postgis-2.1.0_2 ===> postgis-2.1.0_2 depends on shared library: libpq.so.5 - not found ===> Verifying for libpq.so.5 in /buildshare/ports/355755/databases/postgresql92-client ===> Installing existing package /packages/postgresql92-client-9.2.8_1.txz Installing postgresql92-client-9.2.8_1...Installing gettext-0.18.3.1_1... done Installing libxml2-2.9.1_1... done done The PostgreSQL port has a collection of "side orders": postgresql-docs For all of the html documentation p5-Pg A perl5 API for client access to PostgreSQL databases. postgresql-tcltk If you want tcl/tk client support. postgresql-jdbc For Java JDBC support. postgresql-odbc For client access from unix applications using ODBC as access method. Not needed to access unix PostgreSQL servers from Win32 using ODBC. See below. ruby-postgres, py-PyGreSQL For client access to PostgreSQL databases using the ruby & python languages. postgresql-plperl, postgresql-pltcl & postgresql-plruby For using perl5, tcl & ruby as procedural languages. postgresql-contrib Lots of contributed utilities, postgresql functions and datatypes. There you find pg_standby, pgcrypto and many other cool things. etc... ===> Returning to build of postgis-2.1.0_2 ===> postgis-2.1.0_2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so.2.9.1) ===> postgis-2.1.0_2 depends on executable: gmake - not found ===> Verifying install for gmake in /buildshare/ports/355755/devel/gmake ===> Installing existing package /packages/gmake-3.82_1.txz Installing gmake-3.82_1... done ===> Returning to build of postgis-2.1.0_2 ===> postgis-2.1.0_2 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /buildshare/ports/355755/devel/pkgconf ===> Installing existing package /packages/pkgconf-0.9.5.txz Installing pkgconf-0.9.5... done ===> Returning to build of postgis-2.1.0_2 ===> postgis-2.1.0_2 depends on file: /usr/local/bin/perl5.16.3 - not found ===> Verifying install for /usr/local/bin/perl5.16.3 in /buildshare/ports/355755/lang/perl5.16 ===> Installing existing package /packages/perl5-5.16.3_10.txz Installing perl5-5.16.3_10... done ===> Returning to build of postgis-2.1.0_2 ===> postgis-2.1.0_2 depends on executable: postmaster - not found ===> Verifying install for postmaster in /buildshare/ports/355755/databases/postgresql92-server ===> Installing existing package /packages/postgresql92-server-9.2.8_1.txz Installing postgresql92-server-9.2.8_1...===> Creating users and/or groups. Creating group 'pgsql' with gid '70'. Creating user 'pgsql' with uid '70'. =========== BACKUP YOUR DATA! ============= As always, backup your data before upgrading. If the upgrade leads to a higher minor revision (e.g. 8.3.x -> 8.4), a dump and restore of all databases is required. This is *NOT* done by the port! Press ctrl-C *now* if you need to pg_dump. =========================================== done For procedural languages and postgresql functions, please note that you might have to update them when updating the server. If you have many tables and many clients running, consider raising kern.maxfiles using sysctl(8), or reconfigure your kernel appropriately. The port is set up to use autovacuum for new databases, but you might also want to vacuum and perhaps backup your database regularly. There is a periodic script, /usr/local/etc/periodic/daily/502.pgsql, that you may find useful. You can use it to backup and perfom vacuum on all databases nightly. Per default, it perfoms `vacuum analyze'. See the script for instructions. For autovacuum settings, please review ~pgsql/data/postgresql.conf. To allow many simultaneous connections to your PostgreSQL server, you should raise the SystemV shared memory limits in your kernel. Here are example values for allowing up to 180 clients (configurations in postgresql.conf also needed, of course): options SYSVSHM options SYSVSEM options SYSVMSG options SHMMAXPGS=65536 options SEMMNI=40 options SEMMNS=240 options SEMUME=40 options SEMMNU=120 If you plan to access your PostgreSQL server using ODBC, please consider running the SQL script /usr/local/share/postgresql/odbc.sql to get the functions required for ODBC compliance. Please note that if you use the rc script, /usr/local/etc/rc.d/postgresql, to initialize the database, unicode (UTF-8) will be used to store character data by default. Set postgresql_initdb_flags or use login.conf settings described below to alter this behaviour. See the start rc script for more info. To set limits, environment stuff like locale and collation and other things, you can set up a class in /etc/login.conf before initializing the database. Add something similar to this to /etc/login.conf: --- postgres:\ :lang=en_US.UTF-8:\ :setenv=LC_COLLATE=C:\ :tc=default: --- and run `cap_mkdb /etc/login.conf'. Then add 'postgresql_class="postgres"' to /etc/rc.conf. ====================================================================== To initialize the database, run /usr/local/etc/rc.d/postgresql initdb You can then start PostgreSQL by running: /usr/local/etc/rc.d/postgresql start For postmaster settings, see ~pgsql/data/postgresql.conf NB. FreeBSD's PostgreSQL port logs to syslog by default See ~pgsql/data/postgresql.conf for more info ====================================================================== To run PostgreSQL at startup, add 'postgresql_enable="YES"' to /etc/rc.conf ===> Returning to build of postgis-2.1.0_2 Make install ===> postgis-2.1.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by postgis-2.1.0_2 for building ===> Extracting for postgis-2.1.0_2 => SHA256 Checksum OK for postgis-2.1.0.tar.gz. ===> Patching for postgis-2.1.0_2 ===> postgis-2.1.0_2 depends on executable: gmake - found ===> postgis-2.1.0_2 depends on executable: pkgconf - found ===> postgis-2.1.0_2 depends on file: /usr/local/bin/perl5.16.3 - found ===> postgis-2.1.0_2 depends on shared library: libproj.so - found (/usr/local/lib/libproj.so.7) ===> postgis-2.1.0_2 depends on shared library: libgeos.so - found (/usr/local/lib/libgeos-3.4.2.so) ===> postgis-2.1.0_2 depends on shared library: libjson.so - found (/usr/local/lib/libjson.so.1) ===> postgis-2.1.0_2 depends on shared library: libpq.so.5 - found (/usr/local/lib/libpq.so.5) ===> postgis-2.1.0_2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so.2.9.1) ===> Configuring for postgis-2.1.0_2 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/config.rpath ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/macros/libtool.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/configure ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/libtool ======================= GEOS Support Notice ======================== In order to use the GEOS support, you may need to specially compile your version of PostgreSQL to link the C++ runtime library. To do this, invoke the PostgreSQL Makefile script this way: on csh shell: setenv LDFLAGS -lstdc++ make on sh or bash shell: export LDFLAGS=-lstdc++ make The initial LDFLAGS variable is passed through to the Makefile and adds the C++ library to the linking stage. ==================================================================== configure: loading site script /buildshare/ports/355755/Templates/config.site checking build system type... powerpc-portbld-freebsd10.0 checking host system type... powerpc-portbld-freebsd10.0 checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no 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 ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd10.0 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) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... cpp checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd10.0 ld.so checking how to hardcode library paths into programs... immediate checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for ant... no checking for cpp... /usr/bin/cpp checking if c++ supports -Wall... yes checking if c++ supports -Wmissing-prototypes... yes checking if c++ supports -ffloat-store... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... no checking for byacc... byacc checking ieeefp.h usability... yes checking ieeefp.h presence... yes checking for ieeefp.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for vasprintf... (cached) yes checking for asprintf... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for perl... (cached) /usr/local/bin/perl checking for convert... no configure: WARNING: ImageMagick does not seem to be installed. Documentation cannot be built checking for xsltproc... no configure: WARNING: xsltproc is not installed so documentation cannot be built checking for xmllint... /usr/local/bin/xmllint checking for dblatex... no configure: WARNING: dblatex is not installed so PDF documentation cannot be built configure: WARNING: could not locate Docbook stylesheets required to build the documentation checking CUnit/CUnit.h usability... no checking CUnit/CUnit.h presence... no checking for CUnit/CUnit.h... no configure: WARNING: could not locate CUnit required for unit tests 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... yes checking for libiconvctl... no checking for pg_config... /usr/local/bin/pg_config checking PostgreSQL version... PostgreSQL 9.2.8 checking libpq-fe.h usability... yes checking libpq-fe.h presence... yes checking for libpq-fe.h... yes checking for PQserverVersion in -lpq... yes ------------------------------------------------------------------------ WARNING: You have set the --prefix to '/usr/local'. But we mostly ignore the --prefix. For your info, using the values determined from /usr/local/bin/pg_config we will be installing: * postgis shared library in /usr/local/lib * postgis SQL files in /usr/local/share/postgresql/contrib/postgis-2.1 * postgis executables in /usr/local/bin ------------------------------------------------------------------------ checking for xml2-config... /usr/local/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.4.2 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... no checking whether gmake sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking whether NLS is requested... yes checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) 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... no checking for iconv... yes checking for working iconv... yes checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib checking proj_api.h usability... yes checking proj_api.h presence... no configure: WARNING: proj_api.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: proj_api.h: proceeding with the compiler's result checking for proj_api.h... yes checking for pj_get_release in -lproj... yes checking json/json.h usability... yes checking json/json.h presence... no configure: WARNING: json/json.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: json/json.h: proceeding with the compiler's result checking for json/json.h... yes checking for json_object_get in -ljson-c... yes GUI: Build requested, checking for dependencies (GKT+2.0) checking for pkg-config... /usr/local/bin/pkg-config checking for GTK+ - version >= 2.8.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. CPPFLAGS: -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include TOPOLOGY: Topology support requested RASTER: Raster support disabled configure: creating ./config.status config.status: creating GNUmakefile config.status: creating extensions/Makefile config.status: creating extensions/postgis/Makefile config.status: creating extensions/postgis/postgis.control config.status: creating extensions/postgis_topology/Makefile config.status: creating extensions/postgis_topology/postgis_topology.control config.status: creating extensions/postgis_tiger_geocoder/Makefile config.status: creating extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control 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 doc/Makefile config.status: creating doc/Makefile.comments config.status: creating doc/html/image_src/Makefile config.status: creating utils/Makefile config.status: creating java/jdbc/Makefile config.status: creating raster/Makefile config.status: creating postgis_config.h config.status: executing libtool commands config.status: executing po-directories commands PostGIS is now configured for powerpc-portbld-freebsd10.0 -------------- Compiler Info ------------- C compiler: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing C++ compiler: c++ -O2 -pipe -I/usr/local/include -fno-strict-aliasing SQL preprocessor: /usr/bin/cpp -traditional-cpp -P -------------- Dependencies -------------- GEOS config: /usr/local/bin/geos-config GEOS version: 3.4.2 PostgreSQL config: /usr/local/bin/pg_config PostgreSQL version: PostgreSQL 9.2.8 PROJ4 version: 48 Libxml2 config: /usr/local/bin/xml2-config Libxml2 version: 2.9.1 JSON-C support: yes PostGIS debug level: 0 Perl: /usr/local/bin/perl --------------- Extensions --------------- PostGIS Raster: disabled PostGIS Topology: enabled SFCGAL support: disabled -------- Documentation Generation -------- xsltproc: xsl style sheets: dblatex: convert: mathml2.dtd: http://www.w3.org/Math/DTD/mathml2/mathml2.dtd ===> Building for postgis-2.1.0_2 gmake[1]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0' Using GNU make found at /usr/local/bin/gmake gmake[2]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0' /usr/local/bin/perl utils/svn_repo_revision.pl Can't fetch local revision (neither .svn nor .git found) Not updating existing rev file at 11822 for s in liblwgeom libpgcommon postgis regress topology loader utils ; do \ echo "---- Making all in ${s}"; \ /usr/local/bin/gmake -C ${s} all || exit 1; \ done; ---- Making all in liblwgeom gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/liblwgeom' /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o stringbuffer.lo stringbuffer.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c stringbuffer.c -fPIC -DPIC -o .libs/stringbuffer.o In file included from stringbuffer.c:41: stringbuffer.h:72:29: warning: no newline at end of file libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c stringbuffer.c -o stringbuffer.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o measures.lo measures.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c measures.c -fPIC -DPIC -o .libs/measures.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c measures.c -o measures.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o measures3d.lo measures3d.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c measures3d.c -fPIC -DPIC -o .libs/measures3d.o In file included from measures3d.c:17: measures3d.h:102:2: warning: no newline at end of file libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c measures3d.c -o measures3d.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o box2d.lo box2d.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c box2d.c -fPIC -DPIC -o .libs/box2d.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c box2d.c -o box2d.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o ptarray.lo ptarray.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c ptarray.c -fPIC -DPIC -o .libs/ptarray.o ptarray.c:1697:2: warning: no newline at end of file libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c ptarray.c -o ptarray.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_api.lo lwgeom_api.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_api.c -fPIC -DPIC -o .libs/lwgeom_api.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_api.c -o lwgeom_api.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom.lo lwgeom.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom.c -fPIC -DPIC -o .libs/lwgeom.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom.c -o lwgeom.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwpoint.lo lwpoint.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpoint.c -fPIC -DPIC -o .libs/lwpoint.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpoint.c -o lwpoint.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwline.lo lwline.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwline.c -fPIC -DPIC -o .libs/lwline.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwline.c -o lwline.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwpoly.lo lwpoly.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpoly.c -fPIC -DPIC -o .libs/lwpoly.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpoly.c -o lwpoly.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwtriangle.lo lwtriangle.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtriangle.c -fPIC -DPIC -o .libs/lwtriangle.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtriangle.c -o lwtriangle.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwmpoint.lo lwmpoint.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmpoint.c -fPIC -DPIC -o .libs/lwmpoint.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmpoint.c -o lwmpoint.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwmline.lo lwmline.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmline.c -fPIC -DPIC -o .libs/lwmline.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmline.c -o lwmline.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwmpoly.lo lwmpoly.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmpoly.c -fPIC -DPIC -o .libs/lwmpoly.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmpoly.c -o lwmpoly.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwcollection.lo lwcollection.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcollection.c -fPIC -DPIC -o .libs/lwcollection.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcollection.c -o lwcollection.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwcircstring.lo lwcircstring.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcircstring.c -fPIC -DPIC -o .libs/lwcircstring.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcircstring.c -o lwcircstring.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwcompound.lo lwcompound.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcompound.c -fPIC -DPIC -o .libs/lwcompound.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcompound.c -o lwcompound.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwcurvepoly.lo lwcurvepoly.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcurvepoly.c -fPIC -DPIC -o .libs/lwcurvepoly.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcurvepoly.c -o lwcurvepoly.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwmcurve.lo lwmcurve.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmcurve.c -fPIC -DPIC -o .libs/lwmcurve.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmcurve.c -o lwmcurve.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwmsurface.lo lwmsurface.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmsurface.c -fPIC -DPIC -o .libs/lwmsurface.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmsurface.c -o lwmsurface.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwpsurface.lo lwpsurface.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpsurface.c -fPIC -DPIC -o .libs/lwpsurface.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpsurface.c -o lwpsurface.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwtin.lo lwtin.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtin.c -fPIC -DPIC -o .libs/lwtin.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtin.c -o lwtin.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_wkb.lo lwout_wkb.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkb.c -fPIC -DPIC -o .libs/lwout_wkb.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkb.c -o lwout_wkb.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwin_geojson.lo lwin_geojson.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_geojson.c -fPIC -DPIC -o .libs/lwin_geojson.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_geojson.c -o lwin_geojson.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwin_wkb.lo lwin_wkb.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkb.c -fPIC -DPIC -o .libs/lwin_wkb.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkb.c -o lwin_wkb.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_wkt.lo lwout_wkt.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkt.c -fPIC -DPIC -o .libs/lwout_wkt.o In file included from lwout_wkt.c:14: stringbuffer.h:72:29: warning: no newline at end of file libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkt.c -o lwout_wkt.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwin_wkt_parse.lo lwin_wkt_parse.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt_parse.c -fPIC -DPIC -o .libs/lwin_wkt_parse.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt_parse.c -o lwin_wkt_parse.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwin_wkt_lex.lo lwin_wkt_lex.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt_lex.c -fPIC -DPIC -o .libs/lwin_wkt_lex.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt_lex.c -o lwin_wkt_lex.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwin_wkt.lo lwin_wkt.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt.c -fPIC -DPIC -o .libs/lwin_wkt.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt.c -o lwin_wkt.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwutil.lo lwutil.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwutil.c -fPIC -DPIC -o .libs/lwutil.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwutil.c -o lwutil.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwhomogenize.lo lwhomogenize.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwhomogenize.c -fPIC -DPIC -o .libs/lwhomogenize.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwhomogenize.c -o lwhomogenize.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwalgorithm.lo lwalgorithm.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwalgorithm.c -fPIC -DPIC -o .libs/lwalgorithm.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwalgorithm.c -o lwalgorithm.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwsegmentize.lo lwsegmentize.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwsegmentize.c -fPIC -DPIC -o .libs/lwsegmentize.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwsegmentize.c -o lwsegmentize.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwlinearreferencing.lo lwlinearreferencing.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwlinearreferencing.c -fPIC -DPIC -o .libs/lwlinearreferencing.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwlinearreferencing.c -o lwlinearreferencing.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwprint.lo lwprint.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwprint.c -fPIC -DPIC -o .libs/lwprint.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwprint.c -o lwprint.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o vsprintf.lo vsprintf.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c vsprintf.c -fPIC -DPIC -o .libs/vsprintf.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c vsprintf.c -o vsprintf.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o g_box.lo g_box.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_box.c -fPIC -DPIC -o .libs/g_box.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_box.c -o g_box.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o g_serialized.lo g_serialized.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_serialized.c -fPIC -DPIC -o .libs/g_serialized.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_serialized.c -o g_serialized.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o g_util.lo g_util.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_util.c -fPIC -DPIC -o .libs/g_util.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_util.c -o g_util.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeodetic.lo lwgeodetic.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeodetic.c -fPIC -DPIC -o .libs/lwgeodetic.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeodetic.c -o lwgeodetic.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeodetic_tree.lo lwgeodetic_tree.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeodetic_tree.c -fPIC -DPIC -o .libs/lwgeodetic_tree.o In file included from lwgeodetic_tree.c:2: lwgeodetic_tree.h:30:32: warning: no newline at end of file libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeodetic_tree.c -o lwgeodetic_tree.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwtree.lo lwtree.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtree.c -fPIC -DPIC -o .libs/lwtree.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtree.c -o lwtree.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_gml.lo lwout_gml.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_gml.c -fPIC -DPIC -o .libs/lwout_gml.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_gml.c -o lwout_gml.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_kml.lo lwout_kml.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_kml.c -fPIC -DPIC -o .libs/lwout_kml.o In file included from lwout_kml.c:17: stringbuffer.h:72:29: warning: no newline at end of file libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_kml.c -o lwout_kml.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_geojson.lo lwout_geojson.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_geojson.c -fPIC -DPIC -o .libs/lwout_geojson.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_geojson.c -o lwout_geojson.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_svg.lo lwout_svg.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_svg.c -fPIC -DPIC -o .libs/lwout_svg.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_svg.c -o lwout_svg.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_x3d.lo lwout_x3d.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_x3d.c -fPIC -DPIC -o .libs/lwout_x3d.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_x3d.c -o lwout_x3d.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_debug.lo lwgeom_debug.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_debug.c -fPIC -DPIC -o .libs/lwgeom_debug.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_debug.c -o lwgeom_debug.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_geos.lo lwgeom_geos.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos.c -fPIC -DPIC -o .libs/lwgeom_geos.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos.c -o lwgeom_geos.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_geos_clean.lo lwgeom_geos_clean.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_clean.c -fPIC -DPIC -o .libs/lwgeom_geos_clean.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_clean.c -o lwgeom_geos_clean.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_geos_node.lo lwgeom_geos_node.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_node.c -fPIC -DPIC -o .libs/lwgeom_geos_node.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_node.c -o lwgeom_geos_node.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_geos_split.lo lwgeom_geos_split.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_split.c -fPIC -DPIC -o .libs/lwgeom_geos_split.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_split.c -o lwgeom_geos_split.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_transform.lo lwgeom_transform.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_transform.c -fPIC -DPIC -o .libs/lwgeom_transform.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_transform.c -o lwgeom_transform.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -ffloat-store -c -o lwspheroid.lo lwspheroid.c libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -ffloat-store -c lwspheroid.c -fPIC -DPIC -o .libs/lwspheroid.o libtool: compile: cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -ffloat-store -c lwspheroid.c -o lwspheroid.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link cc -rpath /usr/local/lib stringbuffer.lo measures.lo measures3d.lo box2d.lo ptarray.lo lwgeom_api.lo lwgeom.lo lwpoint.lo lwline.lo lwpoly.lo lwtriangle.lo lwmpoint.lo lwmline.lo lwmpoly.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 lwout_wkt.lo lwin_wkt_parse.lo lwin_wkt_lex.lo lwin_wkt.lo lwutil.lo lwhomogenize.lo lwalgorithm.lo lwsegmentize.lo lwlinearreferencing.lo lwprint.lo vsprintf.lo g_box.lo g_serialized.lo g_util.lo lwgeodetic.lo lwgeodetic_tree.lo lwtree.lo lwout_gml.lo lwout_kml.lo lwout_geojson.lo lwout_svg.lo lwout_x3d.lo lwgeom_debug.lo lwgeom_geos.lo lwgeom_geos_clean.lo lwgeom_geos_node.lo lwgeom_geos_split.lo lwgeom_transform.lo lwspheroid.lo -release 2.1.0 -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -lgeos_c -lproj -ljson-c -o liblwgeom.la libtool: link: cc -shared .libs/stringbuffer.o .libs/measures.o .libs/measures3d.o .libs/box2d.o .libs/ptarray.o .libs/lwgeom_api.o .libs/lwgeom.o .libs/lwpoint.o .libs/lwline.o .libs/lwpoly.o .libs/lwtriangle.o .libs/lwmpoint.o .libs/lwmline.o .libs/lwmpoly.o .libs/lwcollection.o .libs/lwcircstring.o .libs/lwcompound.o .libs/lwcurvepoly.o .libs/lwmcurve.o .libs/lwmsurface.o .libs/lwpsurface.o .libs/lwtin.o .libs/lwout_wkb.o .libs/lwin_geojson.o .libs/lwin_wkb.o .libs/lwout_wkt.o .libs/lwin_wkt_parse.o .libs/lwin_wkt_lex.o .libs/lwin_wkt.o .libs/lwutil.o .libs/lwhomogenize.o .libs/lwalgorithm.o .libs/lwsegmentize.o .libs/lwlinearreferencing.o .libs/lwprint.o .libs/vsprintf.o .libs/g_box.o .libs/g_serialized.o .libs/g_util.o .libs/lwgeodetic.o .libs/lwgeodetic_tree.o .libs/lwtree.o .libs/lwout_gml.o .libs/lwout_kml.o .libs/lwout_geojson.o .libs/lwout_svg.o .libs/lwout_x3d.o .libs/lwgeom_debug.o .libs/lwgeom_geos.o .libs/lwgeom_geos_clean.o .libs/lwgeom_geos_node.o .libs/lwgeom_geos_split.o .libs/lwgeom_transform.o .libs/lwspheroid.o -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgeos_c.so /usr/local/lib/libproj.so /usr/local/lib/libjson-c.so -Wl,-soname -Wl,liblwgeom-2.1.0.so -o .libs/liblwgeom-2.1.0.so libtool: link: (cd ".libs" && rm -f "liblwgeom.so" && ln -s "liblwgeom-2.1.0.so" "liblwgeom.so") libtool: link: ar cru .libs/liblwgeom.a stringbuffer.o measures.o measures3d.o box2d.o ptarray.o lwgeom_api.o lwgeom.o lwpoint.o lwline.o lwpoly.o lwtriangle.o lwmpoint.o lwmline.o lwmpoly.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 lwout_wkt.o lwin_wkt_parse.o lwin_wkt_lex.o lwin_wkt.o lwutil.o lwhomogenize.o lwalgorithm.o lwsegmentize.o lwlinearreferencing.o lwprint.o vsprintf.o g_box.o g_serialized.o g_util.o lwgeodetic.o lwgeodetic_tree.o lwtree.o lwout_gml.o lwout_kml.o lwout_geojson.o lwout_svg.o lwout_x3d.o lwgeom_debug.o lwgeom_geos.o lwgeom_geos_clean.o lwgeom_geos_node.o lwgeom_geos_split.o lwgeom_transform.o lwspheroid.o libtool: link: ranlib .libs/liblwgeom.a libtool: link: ( cd ".libs" && rm -f "liblwgeom.la" && ln -s "../liblwgeom.la" "liblwgeom.la" ) gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/liblwgeom' ---- Making all in libpgcommon gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/libpgcommon' cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -I../liblwgeom -I/usr/local/include/postgresql/server -fPIC -DPIC -Wall -Wmissing-prototypes -c -o gserialized_gist.o gserialized_gist.c cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -I../liblwgeom -I/usr/local/include/postgresql/server -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_transform.o lwgeom_transform.c In file included from lwgeom_cache.h:20, from lwgeom_transform.c:27: ../liblwgeom/lwgeodetic_tree.h:30:32: warning: no newline at end of file cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -I../liblwgeom -I/usr/local/include/postgresql/server -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_cache.o lwgeom_cache.c In file included from lwgeom_cache.h:20, from lwgeom_cache.c:17: ../liblwgeom/lwgeodetic_tree.h:30:32: warning: no newline at end of file cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -I../liblwgeom -I/usr/local/include/postgresql/server -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_pg.o lwgeom_pg.c ar rs libpgcommon.a gserialized_gist.o lwgeom_transform.o lwgeom_cache.o lwgeom_pg.o ar: warning: creating libpgcommon.a gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/libpgcommon' ---- Making all in postgis gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/postgis' /usr/bin/cpp -traditional-cpp -P -I../libpgcommon postgis.sql.in | grep -v '^#' | \ /usr/local/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.1'g" > postgis.sql /usr/local/bin/perl ../utils/create_undef.pl postgis.sql 92 > uninstall_postgis.sql cat postgis_drop_before.sql postgis.sql postgis_drop_after.sql > postgis_upgrade_20_21.sql.in /usr/local/bin/perl ../utils/postgis_proc_upgrade.pl postgis_upgrade_20_21.sql.in 2.0 > postgis_upgrade_20_21.sql cp postgis_upgrade_20_21.sql postgis_upgrade_21_minor.sql /usr/bin/cpp -traditional-cpp -P -I../libpgcommon legacy.sql.in | grep -v '^#' | \ /usr/local/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.1'g" > legacy.sql /usr/local/bin/perl ../utils/create_undef.pl legacy.sql 92 > uninstall_legacy.sql /usr/bin/cpp -traditional-cpp -P -I../libpgcommon legacy_minimal.sql.in | grep -v '^#' | \ /usr/local/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.1'g" > legacy_minimal.sql /usr/bin/cpp -traditional-cpp -P -I../libpgcommon legacy_gist.sql.in | grep -v '^#' | \ /usr/local/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.1'g" > legacy_gist.sql legacy_gist.sql.in:28: warning: no newline at end of file /usr/bin/cpp -traditional-cpp -P -I../libpgcommon sfcgal.sql.in | grep -v '^#' | \ /usr/local/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.1'g" > sfcgal.sql /usr/local/bin/perl ../utils/create_undef.pl sfcgal.sql 92 > uninstall_sfcgal.sql cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o postgis_module.o postgis_module.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_accum.o lwgeom_accum.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_spheroid.o lwgeom_spheroid.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_ogc.o lwgeom_ogc.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_functions_analytic.o lwgeom_functions_analytic.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_inout.o lwgeom_inout.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_functions_basic.o lwgeom_functions_basic.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_btree.o lwgeom_btree.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_box.o lwgeom_box.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_box3d.o lwgeom_box3d.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_geos.o lwgeom_geos.c lwgeom_geos.c: In function 'covers': lwgeom_geos.c:2287: warning: comparison is always true due to limited range of data type lwgeom_geos.c: In function 'coveredby': lwgeom_geos.c:2442: warning: comparison is always true due to limited range of data type lwgeom_geos.c: In function 'geos_intersects': lwgeom_geos.c:2647: warning: comparison is always true due to limited range of data type cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_backend_api.o lwgeom_backend_api.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_geos_prepared.o lwgeom_geos_prepared.c In file included from ../libpgcommon/lwgeom_cache.h:20, from lwgeom_geos_prepared.c:19: ../liblwgeom/lwgeodetic_tree.h:30:32: warning: no newline at end of file cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_geos_clean.o lwgeom_geos_clean.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_geos_relatematch.o lwgeom_geos_relatematch.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_export.o lwgeom_export.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_in_gml.o lwgeom_in_gml.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_in_kml.o lwgeom_in_kml.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_in_geohash.o lwgeom_in_geohash.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_in_geojson.o lwgeom_in_geojson.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_triggers.o lwgeom_triggers.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_dump.o lwgeom_dump.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_dumppoints.o lwgeom_dumppoints.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_functions_lrs.o lwgeom_functions_lrs.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o long_xact.o long_xact.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_sqlmm.o lwgeom_sqlmm.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_rtree.o lwgeom_rtree.c In file included from ../libpgcommon/lwgeom_cache.h:20, from lwgeom_rtree.c:18: ../liblwgeom/lwgeodetic_tree.h:30:32: warning: no newline at end of file cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_transform.o lwgeom_transform.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o gserialized_typmod.o gserialized_typmod.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o gserialized_gist_2d.o gserialized_gist_2d.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o gserialized_gist_nd.o gserialized_gist_nd.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o gserialized_estimate.o gserialized_estimate.c In file included from gserialized_estimate.c:66: ../liblwgeom/stringbuffer.h:72:29: warning: no newline at end of file cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o geography_inout.o geography_inout.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o geography_btree.o geography_btree.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o geography_measurement.o geography_measurement.c In file included from geography_measurement_trees.h:2, from geography_measurement.c:27: ../liblwgeom/lwgeodetic_tree.h:30:32: warning: no newline at end of file In file included from ../libpgcommon/lwgeom_cache.h:20, from geography_measurement_trees.h:3, from geography_measurement.c:27: ../liblwgeom/lwgeodetic_tree.h:30:32: warning: no newline at end of file cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o geography_measurement_trees.o geography_measurement_trees.c In file included from geography_measurement_trees.h:2, from geography_measurement_trees.c:1: ../liblwgeom/lwgeodetic_tree.h:30:32: warning: no newline at end of file In file included from ../libpgcommon/lwgeom_cache.h:20, from geography_measurement_trees.h:3, from geography_measurement_trees.c:1: ../liblwgeom/lwgeodetic_tree.h:30:32: warning: no newline at end of file cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o geometry_inout.o geometry_inout.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -shared -o postgis-2.1.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_backend_api.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_triggers.o lwgeom_dump.o lwgeom_dumppoints.o lwgeom_functions_lrs.o long_xact.o lwgeom_sqlmm.o lwgeom_rtree.o lwgeom_transform.o gserialized_typmod.o gserialized_gist_2d.o gserialized_gist_nd.o gserialized_estimate.o geography_inout.o geography_btree.o geography_measurement.o geography_measurement_trees.o geometry_inout.o -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -L/usr/local/lib -L/usr/lib -L/usr/local/lib -Wl,--as-needed -Wl,-R'/usr/local/lib' ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a -L/usr/local/lib -lgeos_c -lproj -ljson-c -L/usr/local/lib -lxml2 -lz -L/usr/lib -lm gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/postgis' ---- Making all in regress gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/regress' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/regress' ---- Making all in topology gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/topology' /usr/bin/cpp -traditional-cpp -P topology.sql.in | grep -v '^#' > topology.sql /usr/bin/cpp -traditional-cpp -P topology_drop_before.sql.in | grep -v '^#' > topology_drop_before.sql /usr/local/bin/perl -0777 -ne 's/^(CREATE|ALTER) (CAST|OPERATOR|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*?;//msg;print;' topology.sql > topology_upgrade.sql /usr/bin/cpp -traditional-cpp -P topology_drop_after.sql.in | grep -v '^#' > topology_drop_after.sql cat topology_drop_before.sql topology_upgrade.sql topology_drop_after.sql > topology_upgrade_21_minor.sql /usr/local/bin/perl ../utils/create_undef.pl topology.sql 92 > uninstall_topology.sql gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/topology' ---- Making all in loader gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/loader' cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o shpopen.o shpopen.c cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o dbfopen.o dbfopen.c cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o getopt.o getopt.c cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o shpcommon.o shpcommon.c cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o safileio.o safileio.c cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -c shp2pgsql-core.c In file included from shp2pgsql-core.h:30, from shp2pgsql-core.c:18: ../liblwgeom/stringbuffer.h:72:29: warning: no newline at end of file shp2pgsql-core.c: In function 'utf8': shp2pgsql-core.c:103: warning: passing argument 2 of 'iconv' from incompatible pointer type shp2pgsql-core.c:109: warning: passing argument 2 of 'iconv' from incompatible pointer type shp2pgsql-core.c:113: warning: passing argument 2 of 'iconv' from incompatible pointer type cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o shp2pgsql-cli.o shp2pgsql-cli.c In file included from shp2pgsql-core.h:30, from shp2pgsql-cli.c:18: ../liblwgeom/stringbuffer.h:72:29: warning: no newline at end of file /bin/sh ../libtool --mode=link \ cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o shp2pgsql-core.o shp2pgsql-cli.o ../liblwgeom/liblwgeom.la -o shp2pgsql /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lc libtool: link: cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o shp2pgsql-core.o shp2pgsql-cli.o -o .libs/shp2pgsql /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib ../liblwgeom/.libs/liblwgeom.so -L/usr/local/lib /usr/local/lib/libgeos_c.so /usr/local/lib/libgeos.so /usr/local/lib/libproj.so -lm /usr/local/lib/libjson-c.so -Wl,-rpath -Wl,/usr/local/lib cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c pgsql2shp-core.c cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c pgsql2shp-cli.c /bin/sh ../libtool --mode=link \ cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o pgsql2shp-core.o pgsql2shp-cli.o ../liblwgeom/liblwgeom.la -lc -L/usr/local/lib -lpq /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -o pgsql2shp libtool: link: cc -I ../liblwgeom -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o pgsql2shp-core.o pgsql2shp-cli.o /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -o .libs/pgsql2shp ../liblwgeom/.libs/liblwgeom.so -L/usr/local/lib /usr/local/lib/libgeos_c.so /usr/local/lib/libgeos.so /usr/local/lib/libproj.so -lm /usr/local/lib/libjson-c.so -lpq -Wl,-rpath -Wl,/usr/local/lib gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/loader' ---- Making all in utils gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/utils' Makefile:54: warning: overriding recipe for target `uninstall' /usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:180: warning: ignoring old recipe for target `uninstall' Makefile:57: warning: overriding recipe for target `install' /usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:120: warning: ignoring old recipe for target `install' Makefile:60: warning: overriding recipe for target `clean' /usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:211: warning: ignoring old recipe for target `clean' sed 's,@SRID_MAXIMUM@,999999,g;s,@SRID_USER_MAXIMUM@,998999,' postgis_restore.pl.in >postgis_restore.pl chmod +x postgis_restore.pl create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/utils' PostGIS was built successfully. Ready to install. gmake[2]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0' gmake[1]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0' ===> Installing for postgis-2.1.0_2 ===> postgis-2.1.0_2 depends on executable: postmaster - found ===> Generating temporary packing list ===> Checking if databases/postgis21 already installed gmake[1]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0' Using GNU make found at /usr/local/bin/gmake gmake[2]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0' /usr/local/bin/perl utils/svn_repo_revision.pl Can't fetch local revision (neither .svn nor .git found) Not updating existing rev file at 11822 for s in liblwgeom libpgcommon postgis regress topology loader utils ; do \ echo "---- Making all in ${s}"; \ /usr/local/bin/gmake -C ${s} all || exit 1; \ done; ---- Making all in liblwgeom gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/liblwgeom' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/liblwgeom' ---- Making all in libpgcommon gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/libpgcommon' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/libpgcommon' ---- Making all in postgis gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/postgis' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/postgis' ---- Making all in regress gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/regress' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/regress' ---- Making all in topology gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/topology' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/topology' ---- Making all in loader gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/loader' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/loader' ---- Making all in utils gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/utils' Makefile:54: warning: overriding recipe for target `uninstall' /usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:180: warning: ignoring old recipe for target `uninstall' Makefile:57: warning: overriding recipe for target `install' /usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:120: warning: ignoring old recipe for target `install' Makefile:60: warning: overriding recipe for target `clean' /usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:211: warning: ignoring old recipe for target `clean' chmod +x postgis_restore.pl create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/utils' PostGIS was built successfully. Ready to install. /usr/local/bin/gmake -C doc comments-install gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/doc' if test -e postgis_comments.sql -a \ -e raster_comments.sql -a \ -e topology_comments.sql -a \ -e sfcgal_comments.sql -a \ -e tiger_geocoder_comments.sql; then \ /usr/local/bin/gmake -f Makefile.comments install; \ fi gmake[4]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/doc' /bin/mkdir -p '/usr/local/share/postgresql/contrib/postgis-2.1' /bin/sh /usr/local/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 644 postgis_comments.sql raster_comments.sql topology_comments.sql '/usr/local/share/postgresql/contrib/postgis-2.1/' gmake[4]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/doc' gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/doc' for s in liblwgeom libpgcommon postgis regress topology loader utils ; do \ echo "---- Making install in ${s}"; \ /usr/local/bin/gmake -C ${s} install || exit 1; \ done; ---- Making install in liblwgeom gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/liblwgeom' /bin/sh ../libtool --mode=install /bin/sh ../install-sh liblwgeom.la "/usr/local/lib/liblwgeom.la" libtool: install: /bin/sh ../install-sh .libs/liblwgeom-2.1.0.so /usr/local/lib/liblwgeom-2.1.0.so libtool: install: (cd /usr/local/lib && { ln -s -f liblwgeom-2.1.0.so liblwgeom.so || { rm -f liblwgeom.so && ln -s liblwgeom-2.1.0.so liblwgeom.so; }; }) libtool: install: /bin/sh ../install-sh .libs/liblwgeom.lai /usr/local/lib/liblwgeom.la libtool: install: /bin/sh ../install-sh .libs/liblwgeom.a /usr/local/lib/liblwgeom.a libtool: install: chmod 644 /usr/local/lib/liblwgeom.a libtool: install: ranlib /usr/local/lib/liblwgeom.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../install-sh liblwgeom.h "/usr/local/include/liblwgeom.h" gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/liblwgeom' ---- Making install in libpgcommon gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/libpgcommon' gmake[3]: Nothing to be done for `install'. gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/libpgcommon' ---- Making install in postgis gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/postgis' /bin/mkdir -p '/usr/local/lib/postgresql' /bin/mkdir -p '/usr/local/share/postgresql/contrib/postgis-2.1' /bin/sh /usr/local/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 755 postgis-2.1.so '/usr/local/lib/postgresql/postgis-2.1.so' /bin/sh /usr/local/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 644 ./../spatial_ref_sys.sql postgis.sql uninstall_postgis.sql postgis_upgrade_20_21.sql postgis_upgrade_21_minor.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql uninstall_sfcgal.sql '/usr/local/share/postgresql/contrib/postgis-2.1/' gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/postgis' ---- Making install in regress gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/regress' gmake[3]: Nothing to be done for `install'. gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/regress' ---- Making install in topology gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/topology' /bin/mkdir -p '/usr/local/share/postgresql/contrib/postgis-2.1' /bin/sh /usr/local/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 644 topology.sql topology_upgrade_21_minor.sql uninstall_topology.sql '/usr/local/share/postgresql/contrib/postgis-2.1/' gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/topology' ---- Making install in loader gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/loader' /bin/sh ../libtool --mode=install /bin/sh ../install-sh pgsql2shp "/usr/local/bin/pgsql2shp" libtool: install: /bin/sh ../install-sh .libs/pgsql2shp /usr/local/bin/pgsql2shp /bin/sh ../libtool --mode=install /bin/sh ../install-sh shp2pgsql "/usr/local/bin/shp2pgsql" libtool: install: /bin/sh ../install-sh .libs/shp2pgsql /usr/local/bin/shp2pgsql gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/loader' ---- Making install in utils gmake[3]: Entering directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/utils' Makefile:54: warning: overriding recipe for target `uninstall' /usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:180: warning: ignoring old recipe for target `uninstall' Makefile:57: warning: overriding recipe for target `install' /usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:120: warning: ignoring old recipe for target `install' Makefile:60: warning: overriding recipe for target `clean' /usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:211: warning: ignoring old recipe for target `clean' chmod +x postgis_restore.pl create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl /bin/mkdir -p '/usr/local/share/postgresql/contrib/postgis-2.1' mode=install /bin/sh ../install-sh postgis_restore.pl "/usr/local/share/postgresql/contrib/postgis-2.1/postgis_restore.pl" gmake[3]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0/utils' gmake[2]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0' gmake[1]: Leaving directory `/obj/buildshare/ports/355755/databases/postgis21/work/postgis-2.1.0' ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for postgis-2.1.0_2 Installing postgis-2.1.0_2... done Make package ===> Building package for postgis-2.1.0_2 Creating package for postgis-2.1.0_2 slot1: removed