Created
January 9, 2013 10:03
-
-
Save rossbruniges/4492040 to your computer and use it in GitHub Desktop.
Verbose log to highlight postgis not installing on 10.7.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mozillas-MacBook-Air:tmp mozilla$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install postgis | |
/usr/bin/env python -c import numpy | |
==> Downloading http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/postgis-2.0.2.tar.gz | |
/usr/bin/tar xf /Library/Caches/Homebrew/postgis-2.0.2.tar.gz | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file configure.ac | |
==> ./autogen.sh | |
./autogen.sh | |
* Running /usr/local/opt/libtool/bin/glibtoolize (2.4.2) | |
OPTIONS = --force --copy --install | |
glibtoolize: putting auxiliary files in `.'. | |
glibtoolize: copying file `./config.guess' | |
glibtoolize: copying file `./config.sub' | |
glibtoolize: copying file `./install-sh' | |
glibtoolize: copying file `./ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `macros'. | |
glibtoolize: copying file `macros/libtool.m4' | |
glibtoolize: copying file `macros/ltoptions.m4' | |
glibtoolize: copying file `macros/ltsugar.m4' | |
glibtoolize: copying file `macros/ltversion.m4' | |
glibtoolize: copying file `macros/lt~obsolete.m4' | |
glibtoolize: Consider adding `-I macros' to ACLOCAL_AMFLAGS in Makefile.am. | |
* Running /usr/local/opt/automake/bin/aclocal (1.12.5) | |
* Running /usr/local/opt/autoconf/bin/autoconf (2.69) | |
====================================== | |
Now you are ready to run './configure' | |
====================================== | |
==> ./configure --disable-dependency-tracking --with-projdir=/usr/local --with-jsondir=/usr/local/Cellar/json-c/0.10 --with-pgconfig=/usr/local/Cellar/postgresql/9.2.2/bin/pg_config --disable-nls | |
./configure --disable-dependency-tracking --with-projdir=/usr/local --with-jsondir=/usr/local/Cellar/json-c/0.10 --with-pgconfig=/usr/local/Cellar/postgresql/9.2.2/bin/pg_config --disable-nls | |
configure: WARNING: unrecognized options: --disable-dependency-tracking | |
checking build system type... x86_64-apple-darwin11.4.2 | |
checking host system type... x86_64-apple-darwin11.4.2 | |
checking how to print strings... printf | |
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... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin11.4.2 file names to x86_64-apple-darwin11.4.2 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking command to parse /usr/bin/nm output from cc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... cc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
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 dynamic linker characteristics... darwin11.4.2 dyld | |
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... cc -E | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... 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... no | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for c++ option to produce PIC... -fno-common -DPIC | |
checking if c++ PIC flag -fno-common -DPIC works... yes | |
checking if c++ static flag -static works... no | |
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... darwin11.4.2 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for ant... /usr/bin/ant | |
checking for gpp... /usr/local/opt/gpp/bin/gpp | |
checking if c++ supports -Wall... yes | |
checking if c++ supports -Wmissing-prototypes... yes | |
checking if c++ supports -ffloat-store... no | |
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... bison -y | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for vasprintf... yes | |
checking for asprintf... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for perl... /usr/bin/perl | |
checking for convert... no | |
configure: WARNING: ImageMagick does not seem to be installed. Documentation cannot be built | |
checking for xsltproc... /usr/bin/xsltproc | |
checking for xmllint... /usr/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 liblwgeom 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... no | |
checking for iconv_open in -liconv... yes | |
checking for iconvctl... no | |
checking for libiconvctl... no | |
Using user-specified pg_config file: /usr/local/Cellar/postgresql/9.2.2/bin/pg_config | |
checking PostgreSQL version... PostgreSQL 9.2.2 | |
checking libpq-fe.h usability... yes | |
checking libpq-fe.h presence... yes | |
checking for libpq-fe.h... yes | |
checking for PQserverVersion in -lpq... yes | |
checking for xml2-config... /usr/bin/xml2-config | |
checking libxml/tree.h usability... yes | |
checking libxml/tree.h presence... yes | |
checking for libxml/tree.h... yes | |
checking libxml/parser.h usability... yes | |
checking libxml/parser.h presence... yes | |
checking for libxml/parser.h... yes | |
checking libxml/xpath.h usability... yes | |
checking libxml/xpath.h presence... yes | |
checking for libxml/xpath.h... yes | |
checking libxml/xpathInternals.h usability... yes | |
checking libxml/xpathInternals.h presence... yes | |
checking for libxml/xpathInternals.h... yes | |
checking for xmlInitParser in -lxml2... yes | |
checking for geos-config... /usr/local/opt/geos/bin/geos-config | |
checking GEOS version... 3.3.6 | |
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 whether make sets $(MAKE)... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking whether NLS is requested... no | |
checking for msgfmt... no | |
checking for gmsgfmt... : | |
checking for xgettext... no | |
checking for msgmerge... no | |
checking for ld used by GCC... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... yes | |
checking for CFLocaleCopyCurrent... yes | |
checking whether to use NLS... no | |
Using user-specified proj directory: /usr/local | |
checking proj_api.h usability... yes | |
checking proj_api.h presence... yes | |
checking for proj_api.h... yes | |
checking for pj_get_release in -lproj... yes | |
Using user-specified json-c directory: /usr/local/Cellar/json-c/0.10 | |
checking json/json.h usability... yes | |
checking json/json.h presence... yes | |
checking for json/json.h... yes | |
checking for json_object_get in -ljson... yes | |
TOPOLOGY: Topology support requested | |
RASTER: Raster support requested | |
checking for gdal-config... /usr/local/opt/gdal/bin/gdal-config | |
checking for GDAL >= 1.6.0... found | |
checking gdal.h usability... yes | |
checking gdal.h presence... yes | |
checking for gdal.h... yes | |
checking ogr_api.h usability... yes | |
checking ogr_api.h presence... yes | |
checking for ogr_api.h... yes | |
checking cpl_conv.h usability... yes | |
checking cpl_conv.h presence... yes | |
checking for cpl_conv.h... yes | |
checking for library containing GDALAllRegister... none required | |
checking for library containing GDALFPolygonize... none required | |
enabling PostgreSQL extension support... | |
configure: creating ./config.status | |
config.status: creating GNUmakefile | |
config.status: creating extensions/Makefile | |
config.status: creating extensions/postgis/Makefile | |
config.status: creating extensions/postgis/postgis.control | |
config.status: creating extensions/postgis_topology/Makefile | |
config.status: creating extensions/postgis_topology/postgis_topology.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 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 raster/rt_core/Makefile | |
config.status: creating raster/rt_pg/Makefile | |
config.status: creating raster/loader/Makefile | |
config.status: creating raster/test/Makefile | |
config.status: creating raster/test/core/Makefile | |
config.status: creating raster/test/regress/Makefile | |
config.status: creating raster/scripts/Makefile | |
config.status: creating raster/scripts/python/Makefile | |
config.status: creating postgis_config.h | |
config.status: creating raster/raster_config.h | |
config.status: executing libtool commands | |
config.status: executing po-directories commands | |
configure: WARNING: unrecognized options: --disable-dependency-tracking | |
PostGIS is now configured for x86_64-apple-darwin11.4.2 | |
-------------- Compiler Info ------------- | |
C compiler: cc -g -O2 | |
C++ compiler: c++ -g -O2 | |
SQL preprocessor: /usr/local/opt/gpp/bin/gpp -C -s \' | |
-------------- Dependencies -------------- | |
GEOS config: /usr/local/opt/geos/bin/geos-config | |
GEOS version: 3.3.6 | |
GDAL config: /usr/local/opt/gdal/bin/gdal-config | |
GDAL version: 1.9.2 | |
PostgreSQL config: /usr/local/Cellar/postgresql/9.2.2/bin/pg_config | |
PostgreSQL version: PostgreSQL 9.2.2 | |
PROJ4 version: 48 | |
Libxml2 config: /usr/bin/xml2-config | |
Libxml2 version: 2.7.3 | |
JSON-C support: yes | |
PostGIS debug level: 0 | |
Perl: /usr/bin/perl | |
--------------- Extensions --------------- | |
PostGIS Raster: enabled | |
PostGIS Topology: enabled | |
-------- Documentation Generation -------- | |
xsltproc: /usr/bin/xsltproc | |
xsl style sheets: | |
dblatex: | |
convert: | |
mathml2.dtd: http://www.w3.org/Math/DTD/mathml2/mathml2.dtd | |
==> make | |
make | |
/usr/bin/perl utils/svn_repo_revision.pl | |
Can't fetch local revision (neither .svn nor .git found) | |
Not updating existing rev file at 10789 | |
for s in liblwgeom libpgcommon postgis regress raster topology loader utils extensions; do \ | |
echo "---- Making all in ${s}"; \ | |
/usr/bin/make -C ${s} all || exit 1; \ | |
done; | |
---- Making all in liblwgeom | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o stringbuffer.lo stringbuffer.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c stringbuffer.c -fno-common -DPIC -o .libs/stringbuffer.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c stringbuffer.c -o stringbuffer.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o measures.lo measures.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c measures.c -fno-common -DPIC -o .libs/measures.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c measures.c -o measures.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o measures3d.lo measures3d.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c measures3d.c -fno-common -DPIC -o .libs/measures3d.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c measures3d.c -o measures3d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o box2d.lo box2d.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c box2d.c -fno-common -DPIC -o .libs/box2d.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c box2d.c -o box2d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o ptarray.lo ptarray.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c ptarray.c -fno-common -DPIC -o .libs/ptarray.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c ptarray.c -o ptarray.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwgeom_api.lo lwgeom_api.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_api.c -fno-common -DPIC -o .libs/lwgeom_api.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_api.c -o lwgeom_api.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwgeom.lo lwgeom.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom.c -fno-common -DPIC -o .libs/lwgeom.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom.c -o lwgeom.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwpoint.lo lwpoint.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwpoint.c -fno-common -DPIC -o .libs/lwpoint.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwpoint.c -o lwpoint.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwline.lo lwline.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwline.c -fno-common -DPIC -o .libs/lwline.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwline.c -o lwline.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwpoly.lo lwpoly.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwpoly.c -fno-common -DPIC -o .libs/lwpoly.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwpoly.c -o lwpoly.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwtriangle.lo lwtriangle.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwtriangle.c -fno-common -DPIC -o .libs/lwtriangle.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwtriangle.c -o lwtriangle.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwmpoint.lo lwmpoint.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwmpoint.c -fno-common -DPIC -o .libs/lwmpoint.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwmpoint.c -o lwmpoint.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwmline.lo lwmline.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwmline.c -fno-common -DPIC -o .libs/lwmline.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwmline.c -o lwmline.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwmpoly.lo lwmpoly.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwmpoly.c -fno-common -DPIC -o .libs/lwmpoly.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwmpoly.c -o lwmpoly.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwcollection.lo lwcollection.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwcollection.c -fno-common -DPIC -o .libs/lwcollection.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwcollection.c -o lwcollection.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwcircstring.lo lwcircstring.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwcircstring.c -fno-common -DPIC -o .libs/lwcircstring.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwcircstring.c -o lwcircstring.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwcompound.lo lwcompound.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwcompound.c -fno-common -DPIC -o .libs/lwcompound.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwcompound.c -o lwcompound.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwcurvepoly.lo lwcurvepoly.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwcurvepoly.c -fno-common -DPIC -o .libs/lwcurvepoly.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwcurvepoly.c -o lwcurvepoly.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwmcurve.lo lwmcurve.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwmcurve.c -fno-common -DPIC -o .libs/lwmcurve.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwmcurve.c -o lwmcurve.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwmsurface.lo lwmsurface.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwmsurface.c -fno-common -DPIC -o .libs/lwmsurface.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwmsurface.c -o lwmsurface.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwpsurface.lo lwpsurface.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwpsurface.c -fno-common -DPIC -o .libs/lwpsurface.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwpsurface.c -o lwpsurface.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwtin.lo lwtin.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwtin.c -fno-common -DPIC -o .libs/lwtin.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwtin.c -o lwtin.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwout_wkb.lo lwout_wkb.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_wkb.c -fno-common -DPIC -o .libs/lwout_wkb.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_wkb.c -o lwout_wkb.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwin_wkb.lo lwin_wkb.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwin_wkb.c -fno-common -DPIC -o .libs/lwin_wkb.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwin_wkb.c -o lwin_wkb.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwout_wkt.lo lwout_wkt.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_wkt.c -fno-common -DPIC -o .libs/lwout_wkt.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_wkt.c -o lwout_wkt.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwin_wkt_parse.lo lwin_wkt_parse.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwin_wkt_parse.c -fno-common -DPIC -o .libs/lwin_wkt_parse.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwin_wkt_parse.c -o lwin_wkt_parse.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwin_wkt_lex.lo lwin_wkt_lex.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwin_wkt_lex.c -fno-common -DPIC -o .libs/lwin_wkt_lex.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwin_wkt_lex.c -o lwin_wkt_lex.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwin_wkt.lo lwin_wkt.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwin_wkt.c -fno-common -DPIC -o .libs/lwin_wkt.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwin_wkt.c -o lwin_wkt.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwutil.lo lwutil.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwutil.c -fno-common -DPIC -o .libs/lwutil.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwutil.c -o lwutil.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwhomogenize.lo lwhomogenize.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwhomogenize.c -fno-common -DPIC -o .libs/lwhomogenize.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwhomogenize.c -o lwhomogenize.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwalgorithm.lo lwalgorithm.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwalgorithm.c -fno-common -DPIC -o .libs/lwalgorithm.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwalgorithm.c -o lwalgorithm.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwsegmentize.lo lwsegmentize.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwsegmentize.c -fno-common -DPIC -o .libs/lwsegmentize.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwsegmentize.c -o lwsegmentize.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwlinearreferencing.lo lwlinearreferencing.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwlinearreferencing.c -fno-common -DPIC -o .libs/lwlinearreferencing.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwlinearreferencing.c -o lwlinearreferencing.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwprint.lo lwprint.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwprint.c -fno-common -DPIC -o .libs/lwprint.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwprint.c -o lwprint.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o vsprintf.lo vsprintf.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c vsprintf.c -fno-common -DPIC -o .libs/vsprintf.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c vsprintf.c -o vsprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o g_box.lo g_box.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c g_box.c -fno-common -DPIC -o .libs/g_box.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c g_box.c -o g_box.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o g_serialized.lo g_serialized.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c g_serialized.c -fno-common -DPIC -o .libs/g_serialized.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c g_serialized.c -o g_serialized.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o g_util.lo g_util.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c g_util.c -fno-common -DPIC -o .libs/g_util.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c g_util.c -o g_util.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwgeodetic.lo lwgeodetic.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeodetic.c -fno-common -DPIC -o .libs/lwgeodetic.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeodetic.c -o lwgeodetic.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwtree.lo lwtree.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwtree.c -fno-common -DPIC -o .libs/lwtree.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwtree.c -o lwtree.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o libtgeom.lo libtgeom.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c libtgeom.c -fno-common -DPIC -o .libs/libtgeom.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c libtgeom.c -o libtgeom.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwout_gml.lo lwout_gml.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_gml.c -fno-common -DPIC -o .libs/lwout_gml.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_gml.c -o lwout_gml.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwout_kml.lo lwout_kml.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_kml.c -fno-common -DPIC -o .libs/lwout_kml.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_kml.c -o lwout_kml.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwout_geojson.lo lwout_geojson.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_geojson.c -fno-common -DPIC -o .libs/lwout_geojson.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_geojson.c -o lwout_geojson.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwout_svg.lo lwout_svg.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_svg.c -fno-common -DPIC -o .libs/lwout_svg.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_svg.c -o lwout_svg.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwout_x3d.lo lwout_x3d.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_x3d.c -fno-common -DPIC -o .libs/lwout_x3d.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwout_x3d.c -o lwout_x3d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwgeom_debug.lo lwgeom_debug.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_debug.c -fno-common -DPIC -o .libs/lwgeom_debug.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_debug.c -o lwgeom_debug.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwgeom_geos.lo lwgeom_geos.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_geos.c -fno-common -DPIC -o .libs/lwgeom_geos.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_geos.c -o lwgeom_geos.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwgeom_geos_clean.lo lwgeom_geos_clean.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_geos_clean.c -fno-common -DPIC -o .libs/lwgeom_geos_clean.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_geos_clean.c -o lwgeom_geos_clean.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwgeom_geos_node.lo lwgeom_geos_node.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_geos_node.c -fno-common -DPIC -o .libs/lwgeom_geos_node.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_geos_node.c -o lwgeom_geos_node.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwgeom_geos_split.lo lwgeom_geos_split.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_geos_split.c -fno-common -DPIC -o .libs/lwgeom_geos_split.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_geos_split.c -o lwgeom_geos_split.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwgeom_transform.lo lwgeom_transform.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_transform.c -fno-common -DPIC -o .libs/lwgeom_transform.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwgeom_transform.c -o lwgeom_transform.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c -o lwspheroid.lo lwspheroid.c | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -c lwspheroid.c -fno-common -DPIC -o .libs/lwspheroid.o | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
libtool: compile: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -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_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 lwtree.lo libtgeom.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.0.2 -L/usr/local/Cellar/geos/3.3.6/lib -lgeos_c -L/usr/local/lib -lproj -o liblwgeom.la | |
libtool: link: cc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/liblwgeom-2.0.2.dylib .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_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/lwtree.o .libs/libtgeom.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 -L/usr/local/Cellar/geos/3.3.6/lib -lgeos_c -L/usr/local/lib /usr/local/Cellar/proj/4.8.0/lib/libproj.dylib -lm -install_name /usr/local/lib/liblwgeom-2.0.2.dylib -Wl,-single_module | |
brew: superenv removed: -L/usr/local/lib | |
libtool: link: (cd ".libs" && rm -f "liblwgeom.dylib" && ln -s "liblwgeom-2.0.2.dylib" "liblwgeom.dylib") | |
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_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 lwtree.o libtgeom.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 | |
/usr/bin/ranlib: file: .libs/liblwgeom.a(lwmcurve.o) has no symbols | |
/usr/bin/ranlib: file: .libs/liblwgeom.a(lwmsurface.o) has no symbols | |
libtool: link: ranlib .libs/liblwgeom.a | |
ranlib: file: .libs/liblwgeom.a(lwmcurve.o) has no symbols | |
ranlib: file: .libs/liblwgeom.a(lwmsurface.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "liblwgeom.la" && ln -s "../liblwgeom.la" "liblwgeom.la" ) | |
---- Making all in libpgcommon | |
cc -g -O2 -I../liblwgeom -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/include -fno-common -DPIC -Wall -Wmissing-prototypes -c -o gserialized_gist.o gserialized_gist.c | |
brew: superenv removed: -g -O2 -I/usr/local/include -Wall -Wmissing-prototypes | |
cc -g -O2 -I../liblwgeom -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/include -fno-common -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_transform.o lwgeom_transform.c | |
brew: superenv removed: -g -O2 -I/usr/local/include -Wall -Wmissing-prototypes | |
cc -g -O2 -I../liblwgeom -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/include -fno-common -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_pg.o lwgeom_pg.c | |
brew: superenv removed: -g -O2 -I/usr/local/include -Wall -Wmissing-prototypes | |
ar rs libpgcommon.a gserialized_gist.o lwgeom_transform.o lwgeom_pg.o | |
ar: creating archive libpgcommon.a | |
---- Making all in postgis | |
/usr/local/opt/gpp/bin/gpp -C -s \' -I../libpgcommon postgis.sql.in.c | grep -v '^#' > postgis.sql.in | |
postgis.sql.in.c:2406: warning: possible comment/string termination problem | |
sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' postgis.sql.in >postgis.sql | |
/usr/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_minor.sql.in | |
/usr/bin/perl ../utils/postgis_proc_upgrade.pl postgis_upgrade_20_minor.sql.in 2.0 > postgis_upgrade_20_minor.sql | |
/usr/local/opt/gpp/bin/gpp -C -s \' -I../libpgcommon legacy.sql.in.c | grep -v '^#' > legacy.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' legacy.sql.in >legacy.sql | |
/usr/bin/perl ../utils/create_undef.pl legacy.sql 92 > uninstall_legacy.sql | |
/usr/local/opt/gpp/bin/gpp -C -s \' -I../libpgcommon legacy_minimal.sql.in.c | grep -v '^#' > legacy_minimal.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' legacy_minimal.sql.in >legacy_minimal.sql | |
sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' legacy_gist.sql.in >legacy_gist.sql | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o postgis_module.o postgis_module.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_accum.o lwgeom_accum.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_spheroid.o lwgeom_spheroid.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_ogc.o lwgeom_ogc.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_functions_analytic.o lwgeom_functions_analytic.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_inout.o lwgeom_inout.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_functions_basic.o lwgeom_functions_basic.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_btree.o lwgeom_btree.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_box.o lwgeom_box.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_box3d.o lwgeom_box3d.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_cache.o lwgeom_cache.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_geos.o lwgeom_geos.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_geos_prepared.o lwgeom_geos_prepared.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_geos_clean.o lwgeom_geos_clean.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_geos_relatematch.o lwgeom_geos_relatematch.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_export.o lwgeom_export.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_in_gml.o lwgeom_in_gml.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_in_kml.o lwgeom_in_kml.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_in_geojson.o lwgeom_in_geojson.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_triggers.o lwgeom_triggers.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_dump.o lwgeom_dump.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_functions_lrs.o lwgeom_functions_lrs.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o long_xact.o long_xact.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_sqlmm.o lwgeom_sqlmm.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_rtree.o lwgeom_rtree.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o lwgeom_transform.o lwgeom_transform.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o gserialized_typmod.o gserialized_typmod.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o gserialized_gist_2d.o gserialized_gist_2d.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o gserialized_gist_nd.o gserialized_gist_nd.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o geography_inout.o geography_inout.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o geography_btree.o geography_btree.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o geography_estimate.o geography_estimate.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o geography_measurement.o geography_measurement.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o geometry_estimate.o geometry_estimate.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -bundle -multiply_defined suppress -o postgis-2.0.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_cache.o lwgeom_geos.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_geojson.o lwgeom_triggers.o lwgeom_dump.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 geography_inout.o geography_btree.o geography_estimate.o geography_measurement.o geometry_estimate.o -L/usr/local/Cellar/postgresql/9.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a -L/usr/local/Cellar/geos/3.3.6/lib -L/usr/local/lib -lgeos_c -lproj -L/usr/local/Cellar/json-c/0.10/lib -ljson -lxml2 -lz -lpthread -licucore -lm -bundle_loader /usr/local/Cellar/postgresql/9.2.2/bin/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -L/usr/local/lib | |
---- Making all in regress | |
make[1]: Nothing to be done for `all'. | |
---- Making all in raster | |
/usr/bin/make -C rt_core | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/local/include -I/usr/local/Cellar/geos/3.3.6/include -c -o rt_api.o rt_api.c | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
ar rs librtcore.a rt_api.o | |
ar: creating archive librtcore.a | |
/usr/bin/make -C rt_pg | |
/usr/local/opt/gpp/bin/gpp -C -s \' -I../../postgis/ -I../../ rtpostgis.sql.in.c | grep -v '^#' > rtpostgis.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g' rtpostgis.sql.in >rtpostgis.sql | |
/usr/local/opt/gpp/bin/gpp -C -s \' -I../../postgis/ -I../../ rtpostgis_drop.sql.in.c | grep -v '^#' > rtpostgis_drop.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g' rtpostgis_drop.sql.in >rtpostgis_drop.sql | |
/usr/local/opt/gpp/bin/gpp -C -s \' -I../../postgis/ -I../../ rtpostgis_upgrade_cleanup.sql.in.c | grep -v '^#' > rtpostgis_upgrade_cleanup.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g' rtpostgis_upgrade_cleanup.sql.in >rtpostgis_upgrade_cleanup.sql | |
/usr/bin/perl -0777 -ne 's/^(CREATE|ALTER) (CAST|OPERATOR|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*?;//msg;print;' rtpostgis.sql > rtpostgis_upgrade.sql | |
cat rtpostgis_drop.sql rtpostgis_upgrade_cleanup.sql rtpostgis_upgrade.sql > rtpostgis_upgrade_20_minor.sql | |
/usr/bin/perl ../../utils/create_undef.pl rtpostgis.sql 92 > uninstall_rtpostgis.sql | |
/usr/local/opt/gpp/bin/gpp -C -s \' -I../../postgis/ -I../../ rtpostgis_legacy.sql.in.c | grep -v '^#' > rtpostgis_legacy.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g' rtpostgis_legacy.sql.in >rtpostgis_legacy.sql | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/geos/3.3.6/include -I/usr/local/include -I/usr/local/Cellar/json-c/0.10/include -I/usr/include/libxml2 "-I../../liblwgeom" -I/usr/local/Cellar/gdal/1.9.2/include "-I../../libpgcommon" -I/usr/local/include -I../rt_core -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o rt_pg.o rt_pg.c | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -I/usr/local/include -I/usr/include/libxml2 -I/usr/local/include -I/usr/include/libxml2 | |
cc -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -bundle -multiply_defined suppress -o rtpostgis-2.0.so rt_pg.o -L/usr/local/Cellar/postgresql/9.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs ../rt_core/librtcore.a ../../liblwgeom/.libs/liblwgeom.a ../../libpgcommon/libpgcommon.a -L/usr/local/Cellar/gdal/1.9.2/lib -lgdal -L/usr/local/Cellar/geos/3.3.6/lib -L/usr/local/lib -lgeos_c -lproj -L/usr/local/Cellar/json-c/0.10/lib -ljson -lxml2 -lz -lpthread -licucore -lm -bundle_loader /usr/local/Cellar/postgresql/9.2.2/bin/postgres | |
brew: superenv removed: -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -L/usr/local/lib | |
/usr/bin/make -C loader | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom -I/usr/local/include -I/usr/local/Cellar/postgresql/9.2.2/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/local/Cellar/geos/3.3.6/include -c raster2pgsql.c | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
/bin/sh ../../libtool --mode=link cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom -I/usr/local/include -I/usr/local/Cellar/postgresql/9.2.2/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/local/Cellar/geos/3.3.6/include raster2pgsql.o ../rt_core/librtcore.a ../rt_core/librtcore.a ../../liblwgeom/liblwgeom.la -L/usr/local/Cellar/postgresql/9.2.2/lib -lpq -L/usr/local/Cellar/gdal/1.9.2/lib -lgdal -L/usr/local/Cellar/geos/3.3.6/lib -lgeos_c -liconv -lm -o raster2pgsql | |
libtool: link: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom -I/usr/local/include -I/usr/local/Cellar/postgresql/9.2.2/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/local/Cellar/geos/3.3.6/include raster2pgsql.o -o .libs/raster2pgsql ../rt_core/librtcore.a ../../liblwgeom/.libs/liblwgeom.dylib -L/usr/local/Cellar/geos/3.3.6/lib -L/usr/local/lib /usr/local/Cellar/proj/4.8.0/lib/libproj.dylib -L/usr/local/Cellar/postgresql/9.2.2/lib -lpq -L/usr/local/Cellar/gdal/1.9.2/lib -lgdal -lgeos_c -liconv -lm | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include -L/usr/local/lib | |
/usr/bin/make -C rt_pg rtpostgis.sql | |
make[2]: `rtpostgis.sql' is up to date. | |
---- Making all in topology | |
/usr/local/opt/gpp/bin/gpp -C -s \' topology.sql.in.c | grep -v '^#' > topology.sql.in | |
sql/populate.sql.in.c:85: warning: possible comment/string termination problem | |
sql/populate.sql.in.c:215: warning: possible comment/string termination problem | |
sql/populate.sql.in.c:411: warning: possible comment/string termination problem | |
sql/topoelement/topoelement_agg.sql.in.c:22: warning: possible comment/string termination problem | |
sql/gml.sql.in.c:22: warning: possible comment/string termination problem | |
sql/gml.sql.in.c:235: warning: possible comment/string termination problem | |
sql/query/GetRingEdges.sql.in.c:18: warning: possible comment/string termination problem | |
sed 's,MODULE_PATHNAME,$libdir/topology,g' topology.sql.in >topology.sql | |
/usr/local/opt/gpp/bin/gpp -C -s \' topology_drop_before.sql.in.c | grep -v '^#' > topology_drop_before.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/topology_drop_before,g' topology_drop_before.sql.in >topology_drop_before.sql | |
/usr/bin/perl -0777 -ne 's/^(CREATE|ALTER) (CAST|OPERATOR|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*?;//msg;print;' topology.sql > topology_upgrade.sql | |
/usr/local/opt/gpp/bin/gpp -C -s \' topology_drop_after.sql.in.c | grep -v '^#' > topology_drop_after.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/topology_drop_after,g' topology_drop_after.sql.in >topology_drop_after.sql | |
cat topology_drop_before.sql topology_upgrade.sql topology_drop_after.sql > topology_upgrade_20_minor.sql | |
/usr/bin/perl ../utils/create_undef.pl topology.sql 92 > uninstall_topology.sql | |
rm topology_drop_after.sql.in topology_drop_before.sql.in | |
---- Making all in loader | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o shpopen.o shpopen.c | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/include/libxml2 | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o dbfopen.o dbfopen.c | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/include/libxml2 | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o getopt.o getopt.c | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/include/libxml2 | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o shpcommon.o shpcommon.c | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/include/libxml2 | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o safileio.o safileio.c | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/include/libxml2 | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c shp2pgsql-core.c | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I. -I. -I/usr/local/Cellar/postgresql/9.2.2/include/server -I/usr/local/Cellar/postgresql/9.2.2/include/internal -I/usr/include/libxml2 -c -o shp2pgsql-cli.o shp2pgsql-cli.c | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/include/libxml2 | |
/bin/sh ../libtool --mode=link \ | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o shp2pgsql-core.o shp2pgsql-cli.o ../liblwgeom/liblwgeom.la -o shp2pgsql -liconv | |
libtool: link: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o shp2pgsql-core.o shp2pgsql-cli.o -o .libs/shp2pgsql ../liblwgeom/.libs/liblwgeom.dylib -L/usr/local/Cellar/geos/3.3.6/lib -L/usr/local/lib -lgeos_c /usr/local/Cellar/proj/4.8.0/lib/libproj.dylib -lm -liconv | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include -L/usr/local/lib | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/Cellar/postgresql/9.2.2/include -c pgsql2shp-core.c | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/Cellar/postgresql/9.2.2/include -c pgsql2shp-cli.c | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include | |
/bin/sh ../libtool --mode=link \ | |
cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o pgsql2shp-core.o pgsql2shp-cli.o ../liblwgeom/liblwgeom.la -liconv -L/usr/local/Cellar/postgresql/9.2.2/lib -lpq -o pgsql2shp | |
libtool: link: cc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I/usr/local/include shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o pgsql2shp-core.o pgsql2shp-cli.o -o .libs/pgsql2shp ../liblwgeom/.libs/liblwgeom.dylib -L/usr/local/Cellar/geos/3.3.6/lib -L/usr/local/lib -lgeos_c /usr/local/Cellar/proj/4.8.0/lib/libproj.dylib -lm -liconv -L/usr/local/Cellar/postgresql/9.2.2/lib -lpq | |
brew: superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include -L/usr/local/lib | |
---- Making all in utils | |
Makefile:54: warning: overriding commands for target `uninstall' | |
/usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/pgxs.mk:180: warning: ignoring old commands for target `uninstall' | |
Makefile:57: warning: overriding commands for target `install' | |
/usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/pgxs.mk:120: warning: ignoring old commands for target `install' | |
Makefile:60: warning: overriding commands for target `clean' | |
/usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/pgxs.mk:211: warning: ignoring old commands 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 | |
---- Making all in extensions | |
for DIR in postgis postgis_topology; do \ | |
echo "---- Making all in ${DIR}"; \ | |
/usr/bin/make -C "${DIR}" all; \ | |
done | |
---- Making all in postgis | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' ../../postgis/postgis.sql > sql_bits/postgis.sql | |
cp ../../doc/postgis_comments.sql sql_bits/postgis_comments.sql | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' ../../raster/rt_pg/rtpostgis.sql > sql_bits/rtpostgis.sql | |
cp ../../doc/raster_comments.sql sql_bits/raster_comments.sql | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' ../../spatial_ref_sys.sql > sql_bits/spatial_ref_sys.sql | |
mkdir -p sql | |
cat sql_bits/postgis.sql sql_bits/postgis_comments.sql sql_bits/rtpostgis.sql sql_bits/mark_editable_objects.sql.in sql_bits/raster_comments.sql sql_bits/spatial_ref_sys.sql > sql/postgis.sql | |
mkdir -p sql | |
cp sql/postgis.sql sql/postgis--2.0.2.sql | |
mkdir -p sql | |
cp sql_bits/postgis--unpackaged.sql.in sql/postgis--unpackaged--2.0.2.sql | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' \ | |
-e '/^\(DROP\|CREATE\) \(CAST\).*;/d' \ | |
-e '/^\(DROP\|CREATE\) \(CAST\)/,/\;/d' \ | |
-e 's/DROP FUNCTION postgis_major_version_check();/ALTER EXTENSION postgis DROP FUNCTION postgis_major_version_check();DROP FUNCTION postgis_major_version_check();/g' \ | |
../../postgis/postgis_upgrade_20_minor.sql > sql_bits/postgis_upgrade_minor.sql | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' \ | |
-e 's/DROP FUNCTION _rename_raster_tables();/ALTER EXTENSION postgis DROP FUNCTION _rename_raster_tables();DROP FUNCTION _rename_raster_tables();/g' \ | |
-e 's/DROP FUNCTION _drop_st_samealignment();/ALTER EXTENSION postgis DROP FUNCTION _drop_st_samealignment();DROP FUNCTION _drop_st_samealignment();/g' \ | |
-e 's/DROP CAST\(.*\)/SELECT postgis_extension_drop_if_exists('\''postgis'\'', '\''DROP CAST \1'\'');DROP CAST \1/' \ | |
../../raster/rt_pg/rtpostgis_upgrade_20_minor.sql > sql_bits/rtpostgis_upgrade_20_minor.sql | |
cat ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in ../../postgis/postgis_drop_before.sql sql_bits/postgis_upgrade_minor.sql sql_bits/rtpostgis_upgrade_20_minor.sql sql_bits/mark_editable_objects.sql.in ../../doc/raster_comments.sql ../../doc/postgis_comments.sql ../postgis_extension_helper_uninstall.sql > sql_bits/postgis_raster_upgrade_minor.sql | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 ; do \ | |
cat sql_bits/postgis_raster_upgrade_minor.sql > sql/postgis--$OLD_VERSION--2.0.2.sql; \ | |
done | |
---- Making all in postgis_topology | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' -e '/^CREATE SCHEMA/d;' ../../topology/topology.sql > sql_bits/topology.sql | |
cp ../../doc/topology_comments.sql sql_bits/topology_comments.sql | |
mkdir -p sql | |
cat sql_bits/topology.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql > sql/postgis_topology.sql | |
mkdir -p sql | |
cp sql/postgis_topology.sql sql/postgis_topology--2.0.2.sql | |
mkdir -p sql | |
cp sql_bits/topology--unpackaged.sql.in sql/postgis_topology--unpackaged--2.0.2.sql | |
sed -e '/^\(CREATE\|ALTER\) \(CAST\|TYPE\|TABLE\|SCHEMA\|DOMAIN\|TRIGGER\).*;/d' \ | |
-e '/^\(CREATE\|ALTER\) \(CAST\|TYPE\|TABLE\|SCHEMA\|DOMAIN\|TRIGGER\)/,/\;/d' \ | |
sql_bits/topology.sql > sql/topology_upgrade_minor.sql | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 ; do \ | |
cat ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in sql/topology_upgrade_minor.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql ../postgis_extension_helper_uninstall.sql > sql/postgis_topology--$OLD_VERSION--2.0.2.sql; \ | |
done | |
PostGIS was built successfully. Ready to install. | |
==> make install DESTDIR=/private/tmp/postgis-AWmk/postgis-2.0.2/stage | |
make install DESTDIR=/private/tmp/postgis-AWmk/postgis-2.0.2/stage | |
/usr/bin/perl utils/svn_repo_revision.pl | |
Can't fetch local revision (neither .svn nor .git found) | |
Not updating existing rev file at 10789 | |
for s in liblwgeom libpgcommon postgis regress raster topology loader utils extensions; do \ | |
echo "---- Making all in ${s}"; \ | |
/usr/bin/make -C ${s} all || exit 1; \ | |
done; | |
---- Making all in liblwgeom | |
make[1]: Nothing to be done for `all'. | |
---- Making all in libpgcommon | |
make[1]: Nothing to be done for `all'. | |
---- Making all in postgis | |
make[1]: Nothing to be done for `all'. | |
---- Making all in regress | |
make[1]: Nothing to be done for `all'. | |
---- Making all in raster | |
/usr/bin/make -C rt_core | |
make[2]: Nothing to be done for `all'. | |
/usr/bin/make -C rt_pg | |
make[2]: Nothing to be done for `all'. | |
/usr/bin/make -C loader | |
make[2]: Nothing to be done for `all'. | |
/usr/bin/make -C rt_pg rtpostgis.sql | |
make[2]: `rtpostgis.sql' is up to date. | |
---- Making all in topology | |
make[1]: Nothing to be done for `all'. | |
---- Making all in loader | |
make[1]: Nothing to be done for `all'. | |
---- Making all in utils | |
Makefile:54: warning: overriding commands for target `uninstall' | |
/usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/pgxs.mk:180: warning: ignoring old commands for target `uninstall' | |
Makefile:57: warning: overriding commands for target `install' | |
/usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/pgxs.mk:120: warning: ignoring old commands for target `install' | |
Makefile:60: warning: overriding commands for target `clean' | |
/usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/pgxs.mk:211: warning: ignoring old commands 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 | |
---- Making all in extensions | |
for DIR in postgis postgis_topology; do \ | |
echo "---- Making all in ${DIR}"; \ | |
/usr/bin/make -C "${DIR}" all; \ | |
done | |
---- Making all in postgis | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 ; do \ | |
cat sql_bits/postgis_raster_upgrade_minor.sql > sql/postgis--$OLD_VERSION--2.0.2.sql; \ | |
done | |
---- Making all in postgis_topology | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 ; do \ | |
cat ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in sql/topology_upgrade_minor.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql ../postgis_extension_helper_uninstall.sql > sql/postgis_topology--$OLD_VERSION--2.0.2.sql; \ | |
done | |
PostGIS was built successfully. Ready to install. | |
/usr/bin/make -C doc comments-install | |
cat postgis.xml | sed -e "s/@@LAST_RELEASE_VERSION@@/2.0.2/g" -e "s/@@LAST_MINOR_VERSION@@/2.0/g" > postgis-out.xml | |
/usr/bin/xsltproc ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml > postgis_aggs_mm.xml | |
/usr/bin/xsltproc ./xsl/postgis_comments.sql.xsl postgis-out.xml > postgis_comments.sql | |
/usr/bin/xsltproc ./xsl/raster_comments.sql.xsl postgis-out.xml > raster_comments.sql | |
/usr/bin/xsltproc ./xsl/topology_comments.sql.xsl postgis-out.xml > topology_comments.sql | |
/usr/bin/xsltproc ./xsl/tiger_geocoder_comments.sql.xsl postgis-out.xml > tiger_geocoder_comments.sql | |
/usr/bin/make -f Makefile.comments install | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/contrib/postgis-2.0' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 postgis_comments.sql raster_comments.sql topology_comments.sql '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/contrib/postgis-2.0/' | |
for s in liblwgeom libpgcommon postgis regress raster topology loader utils extensions; do \ | |
echo "---- Making install in ${s}"; \ | |
/usr/bin/make -C ${s} install || exit 1; \ | |
done; | |
---- Making install in liblwgeom | |
/bin/sh ../libtool --mode=install /bin/sh ../install-sh liblwgeom.la "/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/lib/liblwgeom.la" | |
libtool: install: /bin/sh ../install-sh .libs/liblwgeom-2.0.2.dylib /private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/lib/liblwgeom-2.0.2.dylib | |
libtool: install: (cd /private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/lib && { ln -s -f liblwgeom-2.0.2.dylib liblwgeom.dylib || { rm -f liblwgeom.dylib && ln -s liblwgeom-2.0.2.dylib liblwgeom.dylib; }; }) | |
libtool: install: /bin/sh ../install-sh .libs/liblwgeom.lai /private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/lib/liblwgeom.la | |
libtool: install: /bin/sh ../install-sh .libs/liblwgeom.a /private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/lib/liblwgeom.a | |
libtool: install: chmod 644 /private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/lib/liblwgeom.a | |
libtool: install: ranlib /private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/lib/liblwgeom.a | |
ranlib: file: /private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/lib/liblwgeom.a(lwmcurve.o) has no symbols | |
ranlib: file: /private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/lib/liblwgeom.a(lwmsurface.o) has no symbols | |
libtool: install: warning: remember to run `libtool --finish /usr/local/lib' | |
/bin/sh ../install-sh liblwgeom.h "/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/include/liblwgeom.h" | |
---- Making install in libpgcommon | |
make[1]: Nothing to be done for `install'. | |
---- Making install in postgis | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/lib' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/contrib/postgis-2.0' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 755 postgis-2.0.so '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/lib/postgis-2.0.so' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 ./../spatial_ref_sys.sql postgis.sql uninstall_postgis.sql postgis_upgrade_20_minor.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/contrib/postgis-2.0/' | |
---- Making install in regress | |
make[1]: Nothing to be done for `install'. | |
---- Making install in raster | |
/usr/bin/make -C rt_core | |
make[2]: Nothing to be done for `all'. | |
/usr/bin/make -C rt_pg | |
make[2]: Nothing to be done for `all'. | |
/usr/bin/make -C loader | |
make[2]: Nothing to be done for `all'. | |
/usr/bin/make -C rt_pg rtpostgis.sql | |
make[2]: `rtpostgis.sql' is up to date. | |
/usr/bin/make -C rt_pg install | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/lib' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/contrib/postgis-2.0' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 755 rtpostgis-2.0.so '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/lib/rtpostgis-2.0.so' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 rtpostgis.sql rtpostgis_upgrade_20_minor.sql uninstall_rtpostgis.sql rtpostgis_legacy.sql '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/contrib/postgis-2.0/' | |
/usr/bin/make -C loader install | |
/bin/sh ../../libtool --mode=install /bin/sh ../../install-sh raster2pgsql "/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/bin/raster2pgsql" | |
libtool: install: warning: `../../liblwgeom/liblwgeom.la' has not been installed in `/usr/local/lib' | |
libtool: install: /bin/sh ../../install-sh .libs/raster2pgsql /private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/bin/raster2pgsql | |
/usr/bin/make -C scripts install | |
/usr/bin/make -C python | |
make[3]: Nothing to be done for `all'. | |
---- Making install in topology | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/contrib/postgis-2.0' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 topology.sql topology_upgrade_20_minor.sql uninstall_topology.sql '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/contrib/postgis-2.0/' | |
---- Making install in loader | |
/bin/sh ../libtool --mode=install /bin/sh ../install-sh pgsql2shp "/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/bin/pgsql2shp" | |
libtool: install: warning: `../liblwgeom/liblwgeom.la' has not been installed in `/usr/local/lib' | |
libtool: install: /bin/sh ../install-sh .libs/pgsql2shp /private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/bin/pgsql2shp | |
/bin/sh ../libtool --mode=install /bin/sh ../install-sh shp2pgsql "/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/bin/shp2pgsql" | |
libtool: install: warning: `../liblwgeom/liblwgeom.la' has not been installed in `/usr/local/lib' | |
libtool: install: /bin/sh ../install-sh .libs/shp2pgsql /private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/bin/shp2pgsql | |
---- Making install in utils | |
Makefile:54: warning: overriding commands for target `uninstall' | |
/usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/pgxs.mk:180: warning: ignoring old commands for target `uninstall' | |
Makefile:57: warning: overriding commands for target `install' | |
/usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/pgxs.mk:120: warning: ignoring old commands for target `install' | |
Makefile:60: warning: overriding commands for target `clean' | |
/usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/pgxs.mk:211: warning: ignoring old commands 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/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/contrib/postgis-2.0' | |
mode=install /bin/sh ../install-sh postgis_restore.pl "/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/contrib/postgis-2.0/postgis_restore.pl" | |
---- Making install in extensions | |
for DIR in postgis postgis_topology; do \ | |
echo "---- Making install in ${DIR}"; \ | |
/usr/bin/make -C "${DIR}" install; \ | |
done | |
---- Making install in postgis | |
cp ../../doc/postgis_comments.sql sql_bits/postgis_comments.sql | |
cp ../../doc/raster_comments.sql sql_bits/raster_comments.sql | |
mkdir -p sql | |
cat sql_bits/postgis.sql sql_bits/postgis_comments.sql sql_bits/rtpostgis.sql sql_bits/mark_editable_objects.sql.in sql_bits/raster_comments.sql sql_bits/spatial_ref_sys.sql > sql/postgis.sql | |
mkdir -p sql | |
cp sql/postgis.sql sql/postgis--2.0.2.sql | |
cat ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in ../../postgis/postgis_drop_before.sql sql_bits/postgis_upgrade_minor.sql sql_bits/rtpostgis_upgrade_20_minor.sql sql_bits/mark_editable_objects.sql.in ../../doc/raster_comments.sql ../../doc/postgis_comments.sql ../postgis_extension_helper_uninstall.sql > sql_bits/postgis_raster_upgrade_minor.sql | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 ; do \ | |
cat sql_bits/postgis_raster_upgrade_minor.sql > sql/postgis--$OLD_VERSION--2.0.2.sql; \ | |
done | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/extension' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/extension' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 ./postgis.control '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/extension/' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 ./sql/postgis--2.0.0--2.0.2.sql ./sql/postgis--2.0.0alpha1--2.0.2.sql ./sql/postgis--2.0.0alpha2--2.0.2.sql ./sql/postgis--2.0.0alpha3--2.0.2.sql ./sql/postgis--2.0.0alpha4--2.0.2.sql ./sql/postgis--2.0.0alpha5--2.0.2.sql ./sql/postgis--2.0.0alpha6--2.0.2.sql ./sql/postgis--2.0.0beta1--2.0.2.sql ./sql/postgis--2.0.0beta2--2.0.2.sql ./sql/postgis--2.0.0beta3--2.0.2.sql ./sql/postgis--2.0.0beta4--2.0.2.sql ./sql/postgis--2.0.0rc1--2.0.2.sql ./sql/postgis--2.0.0rc2--2.0.2.sql ./sql/postgis--2.0.1--2.0.2.sql ./sql/postgis--2.0.2.sql ./sql/postgis--unpackaged--2.0.2.sql ./sql/postgis--2.0.2.sql '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/extension/' | |
---- Making install in postgis_topology | |
cp ../../doc/topology_comments.sql sql_bits/topology_comments.sql | |
mkdir -p sql | |
cat sql_bits/topology.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql > sql/postgis_topology.sql | |
mkdir -p sql | |
cp sql/postgis_topology.sql sql/postgis_topology--2.0.2.sql | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 ; do \ | |
cat ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in sql/topology_upgrade_minor.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql ../postgis_extension_helper_uninstall.sql > sql/postgis_topology--$OLD_VERSION--2.0.2.sql; \ | |
done | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/extension' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/extension' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 ./postgis_topology.control '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/extension/' | |
/bin/sh /usr/local/Cellar/postgresql/9.2.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 ./sql/postgis_topology--2.0.0--2.0.2.sql ./sql/postgis_topology--2.0.0alpha1--2.0.2.sql ./sql/postgis_topology--2.0.0alpha2--2.0.2.sql ./sql/postgis_topology--2.0.0alpha3--2.0.2.sql ./sql/postgis_topology--2.0.0alpha4--2.0.2.sql ./sql/postgis_topology--2.0.0alpha5--2.0.2.sql ./sql/postgis_topology--2.0.0alpha6--2.0.2.sql ./sql/postgis_topology--2.0.0beta1--2.0.2.sql ./sql/postgis_topology--2.0.0beta2--2.0.2.sql ./sql/postgis_topology--2.0.0beta3--2.0.2.sql ./sql/postgis_topology--2.0.0beta4--2.0.2.sql ./sql/postgis_topology--2.0.0rc1--2.0.2.sql ./sql/postgis_topology--2.0.0rc2--2.0.2.sql ./sql/postgis_topology--2.0.1--2.0.2.sql ./sql/postgis_topology--2.0.2.sql ./sql/postgis_topology--unpackaged--2.0.2.sql ./sql/postgis_topology--2.0.2.sql '/private/tmp/postgis-AWmk/postgis-2.0.2/stage/usr/local/Cellar/postgresql/9.2.2/share/postgresql/extension/' | |
==> Cleaning | |
rm: /usr/local/Cellar/postgis/2.0.2/lib/liblwgeom.la | |
==> Caveats | |
To create a spatially-enabled database, see the documentation: | |
http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions | |
and to upgrade your existing spatial databases, see here: | |
http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#upgrading | |
PostGIS SQL scripts installed to: | |
/usr/local/share/postgis | |
PostGIS plugin libraries installed to: | |
/usr/local/Cellar/postgresql/9.2.2/lib | |
PostGIS extension modules installed to: | |
/usr/local/Cellar/postgresql/9.2.2/share/postgresql/extension | |
==> Finishing up | |
ln -s ../Cellar/postgis/2.0.2/bin/test_joinestimation.pl test_joinestimation.pl | |
Warning: Could not link postgis. Unlinking... | |
Error: The `brew link` step did not complete successfully | |
The formula built, but is not symlinked into /usr/local | |
You can try again using `brew link postgis' | |
==> Summary | |
/usr/local/Cellar/postgis/2.0.2: 41 files, 7.4M, built in 3.3 minutes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment