| 1 | mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn$ svn co https://svn.osgeo.org/postgis/trunk trunk |
|---|
| 2 | A trunk/liblwgeom |
|---|
| 3 | ... |
|---|
| 4 | U trunk |
|---|
| 5 | Checked out revision 4335. |
|---|
| 6 | mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ ../rebuild.sh |
|---|
| 7 | * Running /usr/bin/libtoolize (2.2.6) |
|---|
| 8 | OPTIONS = --force --copy --install |
|---|
| 9 | libtoolize: putting auxiliary files in `.'. |
|---|
| 10 | libtoolize: copying file `./config.guess' |
|---|
| 11 | libtoolize: copying file `./config.sub' |
|---|
| 12 | libtoolize: copying file `./install-sh' |
|---|
| 13 | libtoolize: copying file `./ltmain.sh' |
|---|
| 14 | libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `macros'. |
|---|
| 15 | libtoolize: copying file `macros/libtool.m4' |
|---|
| 16 | libtoolize: copying file `macros/ltoptions.m4' |
|---|
| 17 | libtoolize: copying file `macros/ltsugar.m4' |
|---|
| 18 | libtoolize: copying file `macros/ltversion.m4' |
|---|
| 19 | libtoolize: copying file `macros/lt~obsolete.m4' |
|---|
| 20 | libtoolize: Consider adding `-I macros' to ACLOCAL_AMFLAGS in Makefile.am. |
|---|
| 21 | * Running /usr/bin/aclocal (1.10.2) |
|---|
| 22 | * Running /usr/bin/autoconf (2.64) |
|---|
| 23 | ====================================== |
|---|
| 24 | Now you are ready to run './configure' |
|---|
| 25 | ====================================== |
|---|
| 26 | checking build system type... x86_64-unknown-linux-gnu |
|---|
| 27 | checking host system type... x86_64-unknown-linux-gnu |
|---|
| 28 | checking for gcc... gcc |
|---|
| 29 | checking for C compiler default output file name... a.out |
|---|
| 30 | checking whether the C compiler works... yes |
|---|
| 31 | checking whether we are cross compiling... no |
|---|
| 32 | checking for suffix of executables... |
|---|
| 33 | checking for suffix of object files... o |
|---|
| 34 | checking whether we are using the GNU C compiler... yes |
|---|
| 35 | checking whether gcc accepts -g... yes |
|---|
| 36 | checking for gcc option to accept ISO C89... none needed |
|---|
| 37 | checking for a sed that does not truncate output... /bin/sed |
|---|
| 38 | checking for grep that handles long lines and -e... /bin/grep |
|---|
| 39 | checking for egrep... /bin/grep -E |
|---|
| 40 | checking for fgrep... /bin/grep -F |
|---|
| 41 | checking for ld used by gcc... /usr/bin/ld |
|---|
| 42 | checking if the linker (/usr/bin/ld) is GNU ld... yes |
|---|
| 43 | checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B |
|---|
| 44 | checking the name lister (/usr/bin/nm -B) interface... BSD nm |
|---|
| 45 | checking whether ln -s works... yes |
|---|
| 46 | checking the maximum length of command line arguments... 1572864 |
|---|
| 47 | checking whether the shell understands some XSI constructs... yes |
|---|
| 48 | checking whether the shell understands "+="... yes |
|---|
| 49 | checking for /usr/bin/ld option to reload object files... -r |
|---|
| 50 | checking for objdump... objdump |
|---|
| 51 | checking how to recognize dependent libraries... pass_all |
|---|
| 52 | checking for ar... ar |
|---|
| 53 | checking for strip... strip |
|---|
| 54 | checking for ranlib... ranlib |
|---|
| 55 | checking command to parse /usr/bin/nm -B output from gcc object... ok |
|---|
| 56 | checking how to run the C preprocessor... gcc -E |
|---|
| 57 | checking for ANSI C header files... yes |
|---|
| 58 | checking for sys/types.h... yes |
|---|
| 59 | checking for sys/stat.h... yes |
|---|
| 60 | checking for stdlib.h... yes |
|---|
| 61 | checking for string.h... yes |
|---|
| 62 | checking for memory.h... yes |
|---|
| 63 | checking for strings.h... yes |
|---|
| 64 | checking for inttypes.h... yes |
|---|
| 65 | checking for stdint.h... yes |
|---|
| 66 | checking for unistd.h... yes |
|---|
| 67 | checking for dlfcn.h... yes |
|---|
| 68 | checking for objdir... .libs |
|---|
| 69 | checking if gcc supports -fno-rtti -fno-exceptions... no |
|---|
| 70 | checking for gcc option to produce PIC... -fPIC -DPIC |
|---|
| 71 | checking if gcc PIC flag -fPIC -DPIC works... yes |
|---|
| 72 | checking if gcc static flag -static works... yes |
|---|
| 73 | checking if gcc supports -c -o file.o... yes |
|---|
| 74 | checking if gcc supports -c -o file.o... (cached) yes |
|---|
| 75 | checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
|---|
| 76 | checking whether -lc should be explicitly linked in... no |
|---|
| 77 | checking dynamic linker characteristics... GNU/Linux ld.so |
|---|
| 78 | checking how to hardcode library paths into programs... immediate |
|---|
| 79 | checking whether stripping libraries is possible... yes |
|---|
| 80 | checking if libtool supports shared libraries... yes |
|---|
| 81 | checking whether to build shared libraries... yes |
|---|
| 82 | checking whether to build static libraries... yes |
|---|
| 83 | checking for gcc... (cached) gcc |
|---|
| 84 | checking whether we are using the GNU C compiler... (cached) yes |
|---|
| 85 | checking whether gcc accepts -g... (cached) yes |
|---|
| 86 | checking for gcc option to accept ISO C89... (cached) none needed |
|---|
| 87 | checking how to run the C preprocessor... gcc -E |
|---|
| 88 | checking for g++... g++ |
|---|
| 89 | checking whether we are using the GNU C++ compiler... yes |
|---|
| 90 | checking whether g++ accepts -g... yes |
|---|
| 91 | checking whether we are using the GNU C++ compiler... (cached) yes |
|---|
| 92 | checking whether g++ accepts -g... (cached) yes |
|---|
| 93 | checking how to run the C++ preprocessor... g++ -E |
|---|
| 94 | checking for ld used by g++... /usr/bin/ld -m elf_x86_64 |
|---|
| 95 | checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes |
|---|
| 96 | checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
|---|
| 97 | checking for g++ option to produce PIC... -fPIC -DPIC |
|---|
| 98 | checking if g++ PIC flag -fPIC -DPIC works... yes |
|---|
| 99 | checking if g++ static flag -static works... yes |
|---|
| 100 | checking if g++ supports -c -o file.o... yes |
|---|
| 101 | checking if g++ supports -c -o file.o... (cached) yes |
|---|
| 102 | checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
|---|
| 103 | checking dynamic linker characteristics... GNU/Linux ld.so |
|---|
| 104 | checking how to hardcode library paths into programs... immediate |
|---|
| 105 | checking if g++ supports -Wall... yes |
|---|
| 106 | checking if g++ supports -Wmissing-prototypes... yes |
|---|
| 107 | checking for flex... no |
|---|
| 108 | checking for lex... no |
|---|
| 109 | checking for bison... no |
|---|
| 110 | checking for byacc... no |
|---|
| 111 | checking ieeefp.h usability... no |
|---|
| 112 | checking ieeefp.h presence... no |
|---|
| 113 | checking for ieeefp.h... no |
|---|
| 114 | checking for convert... no |
|---|
| 115 | configure: WARNING: ImageMagick does not seem to be installed. Documentation cannot be built |
|---|
| 116 | checking for xsltproc... /usr/bin/xsltproc |
|---|
| 117 | checking for dblatex... no |
|---|
| 118 | configure: WARNING: dblatex is not installed so PDF documentation cannot be built |
|---|
| 119 | configure: WARNING: could not locate Docbook stylesheets required to build the documentation |
|---|
| 120 | checking CUnit/CUnit.h usability... yes |
|---|
| 121 | checking CUnit/CUnit.h presence... yes |
|---|
| 122 | checking for CUnit/CUnit.h... yes |
|---|
| 123 | checking for CU_initialize_registry in -lcunit... yes |
|---|
| 124 | checking iconv.h usability... yes |
|---|
| 125 | checking iconv.h presence... yes |
|---|
| 126 | checking for iconv.h... yes |
|---|
| 127 | checking for libiconv_open in -liconv... no |
|---|
| 128 | checking for iconv_open in -lc... yes |
|---|
| 129 | checking for pg_config... /usr/bin/pg_config |
|---|
| 130 | checking libpq-fe.h usability... yes |
|---|
| 131 | checking libpq-fe.h presence... yes |
|---|
| 132 | checking for libpq-fe.h... yes |
|---|
| 133 | checking for PQserverVersion in -lpq... yes |
|---|
| 134 | checking for geos-config... /usr/local/bin/geos-config |
|---|
| 135 | checking geos_c.h usability... yes |
|---|
| 136 | checking geos_c.h presence... yes |
|---|
| 137 | checking for geos_c.h... yes |
|---|
| 138 | checking for initGEOS in -lgeos_c... yes |
|---|
| 139 | checking proj_api.h usability... yes |
|---|
| 140 | checking proj_api.h presence... yes |
|---|
| 141 | checking for proj_api.h... yes |
|---|
| 142 | checking for pj_get_release in -lproj... yes |
|---|
| 143 | configure: creating ./config.status |
|---|
| 144 | config.status: creating liblwgeom/Makefile |
|---|
| 145 | config.status: creating liblwgeom/cunit/Makefile |
|---|
| 146 | config.status: creating postgis/Makefile |
|---|
| 147 | config.status: creating postgis/sqldefines.h |
|---|
| 148 | config.status: creating loader/Makefile |
|---|
| 149 | config.status: creating topology/Makefile |
|---|
| 150 | config.status: creating regress/Makefile |
|---|
| 151 | config.status: creating doc/Makefile |
|---|
| 152 | config.status: creating doc/html/image_src/Makefile |
|---|
| 153 | config.status: creating postgis_config.h |
|---|
| 154 | config.status: executing libtool commands |
|---|
| 155 | |
|---|
| 156 | PostGIS is now configured for x86_64-unknown-linux-gnu |
|---|
| 157 | |
|---|
| 158 | -------------- Compiler Info ------------- |
|---|
| 159 | C compiler: gcc -g -O2 |
|---|
| 160 | C++ compiler: g++ -g -O2 |
|---|
| 161 | |
|---|
| 162 | -------------- Dependencies -------------- |
|---|
| 163 | GEOS config: /usr/local/bin/geos-config |
|---|
| 164 | GEOS version: 3.2 |
|---|
| 165 | PostgreSQL config: /usr/bin/pg_config |
|---|
| 166 | PostgreSQL version: 8.4 |
|---|
| 167 | PROJ4 version: 46 |
|---|
| 168 | PostGIS debug level: 0 |
|---|
| 169 | |
|---|
| 170 | -------- Documentation Generation -------- |
|---|
| 171 | xsltproc: /usr/bin/xsltproc |
|---|
| 172 | xsl style sheets: |
|---|
| 173 | dblatex: |
|---|
| 174 | convert: |
|---|
| 175 | |
|---|
| 176 | /usr/bin/make -C liblwgeom clean |
|---|
| 177 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom' |
|---|
| 178 | rm -f measures.o box2d.o ptarray.o lwgeom_api.o lwgeom.o lwpoint.o lwline.o lwpoly.o lwmpoint.o lwmline.o lwmpoly.o lwcollection.o lwcircstring.o lwcompound.o lwcurvepoly.o lwmcurve.o lwmsurface.o lwutil.o lwalgorithm.o lwgunparse.o lwgparse.o lwsegmentize.o wktparse.tab.o lex.yy.o vsprintf.o |
|---|
| 179 | rm -f liblwgeom.a |
|---|
| 180 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom' |
|---|
| 181 | /usr/bin/make -C postgis clean |
|---|
| 182 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/postgis' |
|---|
| 183 | rm -f postgis-1.5.so libpostgis-1.5.a |
|---|
| 184 | rm -f postgis.sql uninstall_postgis.sql postgis_upgrade.sql |
|---|
| 185 | rm -f lwgeom_pg.o lwgeom_debug.o lwgeom_accum.o lwgeom_spheroid.o lwgeom_ogc.o lwgeom_functions_analytic.o lwgeom_inout.o lwgeom_estimate.o lwgeom_functions_basic.o lwgeom_gist.o lwgeom_btree.o lwgeom_transform.o lwgeom_box.o lwgeom_box3d.o lwgeom_box2dfloat4.o lwgeom_chip.o lwgeom_geos.o lwgeom_geos_prepared.o lwgeom_svg.o lwgeom_gml.o lwgeom_kml.o lwgeom_geojson.o lwgeom_triggers.o lwgeom_dump.o lwgeom_functions_lrs.o long_xact.o lwgeom_sqlmm.o lwgeom_rtree.o |
|---|
| 186 | rm -f postgis.sql.in uninstall_postgis.sql.in |
|---|
| 187 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/postgis' |
|---|
| 188 | /usr/bin/make -C loader clean |
|---|
| 189 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/loader' |
|---|
| 190 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/loader' |
|---|
| 191 | /usr/bin/make -C doc clean |
|---|
| 192 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/doc' |
|---|
| 193 | make -C html/image_src clean |
|---|
| 194 | make[2]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/doc/html/image_src' |
|---|
| 195 | make[2]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/doc/html/image_src' |
|---|
| 196 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/doc' |
|---|
| 197 | /usr/bin/make -C regress clean |
|---|
| 198 | /bin/sh: pushd: not found |
|---|
| 199 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/regress' |
|---|
| 200 | rm -f postgis.sql |
|---|
| 201 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/regress' |
|---|
| 202 | rm -f postgis.sql postgis_upgrade.sql |
|---|
| 203 | /usr/bin/make -C liblwgeom |
|---|
| 204 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom' |
|---|
| 205 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o measures.o measures.c |
|---|
| 206 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o box2d.o box2d.c |
|---|
| 207 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o ptarray.o ptarray.c |
|---|
| 208 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_api.o lwgeom_api.c |
|---|
| 209 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom.o lwgeom.c |
|---|
| 210 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwpoint.o lwpoint.c |
|---|
| 211 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwline.o lwline.c |
|---|
| 212 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwpoly.o lwpoly.c |
|---|
| 213 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwmpoint.o lwmpoint.c |
|---|
| 214 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwmline.o lwmline.c |
|---|
| 215 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwmpoly.o lwmpoly.c |
|---|
| 216 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwcollection.o lwcollection.c |
|---|
| 217 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwcircstring.o lwcircstring.c |
|---|
| 218 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwcompound.o lwcompound.c |
|---|
| 219 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwcurvepoly.o lwcurvepoly.c |
|---|
| 220 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwmcurve.o lwmcurve.c |
|---|
| 221 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwmsurface.o lwmsurface.c |
|---|
| 222 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwutil.o lwutil.c |
|---|
| 223 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwalgorithm.o lwalgorithm.c |
|---|
| 224 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgunparse.o lwgunparse.c |
|---|
| 225 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgparse.o lwgparse.c |
|---|
| 226 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwsegmentize.o lwsegmentize.c |
|---|
| 227 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o wktparse.tab.o wktparse.tab.c |
|---|
| 228 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lex.yy.o lex.yy.c |
|---|
| 229 | lex.yy.c:4126: warning: âyyunputâ defined but not used |
|---|
| 230 | lex.yy.c:4167: warning: âinputâ defined but not used |
|---|
| 231 | gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c -o vsprintf.o vsprintf.c |
|---|
| 232 | ar rs liblwgeom.a measures.o box2d.o ptarray.o lwgeom_api.o lwgeom.o lwpoint.o lwline.o lwpoly.o lwmpoint.o lwmline.o lwmpoly.o lwcollection.o lwcircstring.o lwcompound.o lwcurvepoly.o lwmcurve.o lwmsurface.o lwutil.o lwalgorithm.o lwgunparse.o lwgparse.o lwsegmentize.o wktparse.tab.o lex.yy.o vsprintf.o |
|---|
| 233 | ar: creating liblwgeom.a |
|---|
| 234 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom' |
|---|
| 235 | /usr/bin/make -C postgis |
|---|
| 236 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/postgis' |
|---|
| 237 | cc -E -traditional-cpp postgis.sql.in.c | grep -v '^#' > postgis.sql.in |
|---|
| 238 | sed 's,MODULE_PATHNAME,$libdir/postgis-1.5,g' postgis.sql.in >postgis.sql |
|---|
| 239 | cc -E -traditional-cpp uninstall_postgis.sql.in.c | grep -v '^#' > uninstall_postgis.sql.in |
|---|
| 240 | sed 's,MODULE_PATHNAME,$libdir/uninstall_postgis-1.5,g' uninstall_postgis.sql.in >uninstall_postgis.sql |
|---|
| 241 | "/usr/bin/perl" ../utils/postgis_proc_upgrade.pl postgis.sql > postgis_upgrade.sql |
|---|
| 242 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_pg.o lwgeom_pg.c |
|---|
| 243 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_debug.o lwgeom_debug.c |
|---|
| 244 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_accum.o lwgeom_accum.c |
|---|
| 245 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_spheroid.o lwgeom_spheroid.c |
|---|
| 246 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_ogc.o lwgeom_ogc.c |
|---|
| 247 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_functions_analytic.o lwgeom_functions_analytic.c |
|---|
| 248 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_inout.o lwgeom_inout.c |
|---|
| 249 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_estimate.o lwgeom_estimate.c |
|---|
| 250 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_functions_basic.o lwgeom_functions_basic.c |
|---|
| 251 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_gist.o lwgeom_gist.c |
|---|
| 252 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_btree.o lwgeom_btree.c |
|---|
| 253 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_transform.o lwgeom_transform.c |
|---|
| 254 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_box.o lwgeom_box.c |
|---|
| 255 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_box3d.o lwgeom_box3d.c |
|---|
| 256 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_box2dfloat4.o lwgeom_box2dfloat4.c |
|---|
| 257 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_chip.o lwgeom_chip.c |
|---|
| 258 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_geos.o lwgeom_geos.c |
|---|
| 259 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_geos_prepared.o lwgeom_geos_prepared.c |
|---|
| 260 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_svg.o lwgeom_svg.c |
|---|
| 261 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_gml.o lwgeom_gml.c |
|---|
| 262 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_kml.o lwgeom_kml.c |
|---|
| 263 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_geojson.o lwgeom_geojson.c |
|---|
| 264 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_triggers.o lwgeom_triggers.c |
|---|
| 265 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_dump.o lwgeom_dump.c |
|---|
| 266 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_functions_lrs.o lwgeom_functions_lrs.c |
|---|
| 267 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o long_xact.o long_xact.c |
|---|
| 268 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_sqlmm.o lwgeom_sqlmm.c |
|---|
| 269 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include -I../liblwgeom -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_rtree.o lwgeom_rtree.c |
|---|
| 270 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -shared lwgeom_pg.o lwgeom_debug.o lwgeom_accum.o lwgeom_spheroid.o lwgeom_ogc.o lwgeom_functions_analytic.o lwgeom_inout.o lwgeom_estimate.o lwgeom_functions_basic.o lwgeom_gist.o lwgeom_btree.o lwgeom_transform.o lwgeom_box.o lwgeom_box3d.o lwgeom_box2dfloat4.o lwgeom_chip.o lwgeom_geos.o lwgeom_geos_prepared.o lwgeom_svg.o lwgeom_gml.o lwgeom_kml.o lwgeom_geojson.o lwgeom_triggers.o lwgeom_dump.o lwgeom_functions_lrs.o long_xact.o lwgeom_sqlmm.o lwgeom_rtree.o -L/usr/local/lib -L/usr/lib -lgeos_c -lproj ../liblwgeom/liblwgeom.a -o postgis-1.5.so |
|---|
| 271 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/postgis' |
|---|
| 272 | /usr/bin/make -C loader |
|---|
| 273 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/loader' |
|---|
| 274 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o shpopen.o shpopen.c |
|---|
| 275 | shpopen.c: In function âSHPOpenâ: |
|---|
| 276 | shpopen.c:456: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result |
|---|
| 277 | shpopen.c:466: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result |
|---|
| 278 | shpopen.c:545: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result |
|---|
| 279 | shpopen.c: In function âSHPReadObjectâ: |
|---|
| 280 | shpopen.c:1327: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result |
|---|
| 281 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o dbfopen.o dbfopen.c |
|---|
| 282 | dbfopen.c: In function âDBFUpdateHeaderâ: |
|---|
| 283 | dbfopen.c:337: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result |
|---|
| 284 | dbfopen.c: In function âDBFCloseâ: |
|---|
| 285 | dbfopen.c:520: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result |
|---|
| 286 | dbfopen.c: In function âDBFWriteAttributeâ: |
|---|
| 287 | dbfopen.c:1114: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result |
|---|
| 288 | dbfopen.c: In function âDBFWriteAttributeDirectlyâ: |
|---|
| 289 | dbfopen.c:1283: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result |
|---|
| 290 | dbfopen.c: In function âDBFWriteTupleâ: |
|---|
| 291 | dbfopen.c:1429: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result |
|---|
| 292 | dbfopen.c: In function âDBFReadTupleâ: |
|---|
| 293 | dbfopen.c:1473: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result |
|---|
| 294 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o getopt.o getopt.c |
|---|
| 295 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I. -I/usr/include/postgresql/8.4/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o shp2pgsql.o shp2pgsql.c |
|---|
| 296 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g shpopen.o dbfopen.o getopt.o shp2pgsql.o ../liblwgeom/liblwgeom.a -lc -lm -o shp2pgsql |
|---|
| 297 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I/usr/include/postgresql -c pgsql2shp.c |
|---|
| 298 | cc -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g shpopen.o dbfopen.o getopt.o pgsql2shp.o ../liblwgeom/liblwgeom.a -lc -L/usr/lib -lpq -lm -o pgsql2shp |
|---|
| 299 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/loader' |
|---|
| 300 | /usr/bin/make -C utils |
|---|
| 301 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/utils' |
|---|
| 302 | chmod +x postgis_restore.pl create_undef.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl |
|---|
| 303 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/utils' |
|---|
| 304 | PostGIS was built successfully. Ready to install. |
|---|
| 305 | /usr/bin/make -C doc comments |
|---|
| 306 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/doc' |
|---|
| 307 | /usr/bin/xsltproc ./xsl/postgis_comments.sql.xsl reference.xml > postgis_comments.sql |
|---|
| 308 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/doc' |
|---|
| 309 | /usr/bin/make -C liblwgeom |
|---|
| 310 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom' |
|---|
| 311 | make[1]: Nothing to be done for `all'. |
|---|
| 312 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom' |
|---|
| 313 | /usr/bin/make -C postgis |
|---|
| 314 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/postgis' |
|---|
| 315 | make[1]: Nothing to be done for `all'. |
|---|
| 316 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/postgis' |
|---|
| 317 | /usr/bin/make -C liblwgeom/cunit check |
|---|
| 318 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom/cunit' |
|---|
| 319 | gcc -g -O2 -Wall -Wmissing-prototypes -I.. -c -o cu_tester.o cu_tester.c |
|---|
| 320 | gcc -g -O2 -Wall -Wmissing-prototypes -I.. -c -o cu_algorithm.o cu_algorithm.c |
|---|
| 321 | gcc -g -O2 -Wall -Wmissing-prototypes -I.. -c -o cu_measures.o cu_measures.c |
|---|
| 322 | gcc -o cu_tester cu_tester.o cu_algorithm.o cu_measures.o ../liblwgeom.a -lm -lcunit |
|---|
| 323 | |
|---|
| 324 | |
|---|
| 325 | CUnit - A Unit testing framework for C - Version 2.1-0 |
|---|
| 326 | http://cunit.sourceforge.net/ |
|---|
| 327 | |
|---|
| 328 | |
|---|
| 329 | Suite: PostGIS Computational Geometry Suite |
|---|
| 330 | Test: test_lw_segment_side() ... passed |
|---|
| 331 | Test: test_lw_segment_intersects() ... passed |
|---|
| 332 | Test: test_lwline_crossing_short_lines() ... passed |
|---|
| 333 | Test: test_lwline_crossing_long_lines() ... passed |
|---|
| 334 | Test: test_lwpoint_set_ordinate() ... passed |
|---|
| 335 | Test: test_lwpoint_get_ordinate() ... passed |
|---|
| 336 | Test: test_lwpoint_interpolate() ... passed |
|---|
| 337 | Test: test_lwline_clip() ... passed |
|---|
| 338 | Test: test_lwline_clip_big() ... passed |
|---|
| 339 | Test: test_lwmline_clip() ... passed |
|---|
| 340 | Test: test_geohash_point() ... passed |
|---|
| 341 | Test: test_geohash_precision() ... passed |
|---|
| 342 | Test: test_geohash() ... passed |
|---|
| 343 | Suite: PostGIS Measures Suite |
|---|
| 344 | Test: test_mindistance2d_recursive_tolerance() ... passed |
|---|
| 345 | |
|---|
| 346 | --Run Summary: Type Total Ran Passed Failed |
|---|
| 347 | suites 2 2 n/a 0 |
|---|
| 348 | tests 14 14 14 0 |
|---|
| 349 | asserts 84 84 84 0 |
|---|
| 350 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom/cunit' |
|---|
| 351 | /usr/bin/make -C regress check |
|---|
| 352 | /bin/sh: pushd: not found |
|---|
| 353 | make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/regress' |
|---|
| 354 | sed 's,$libdir/postgis,/home/mloskot/dev/postgis/_svn/trunk/regress/../postgis/libpostgis,g' ../postgis/postgis.sql > postgis.sql |
|---|
| 355 | Creating spatial db postgis_reg |
|---|
| 356 | ERROR: function postgis_lib_version() does not exist |
|---|
| 357 | LINE 1: select postgis_lib_version() |
|---|
| 358 | ^ |
|---|
| 359 | HINT: No function matches the given name and argument types. You might need to add explicit type casts. |
|---|
| 360 | |
|---|
| 361 | Something went wrong (no postgis installed in postgis_reg). |
|---|
| 362 | For details, check /tmp/pgis_reg_6575/regress_log |
|---|
| 363 | |
|---|
| 364 | make[1]: *** [check] Error 1 |
|---|
| 365 | make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/regress' |
|---|
| 366 | make: *** [check] Error 2 |
|---|
| 367 | mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ head /tmp/pgis_reg_6575/regress_log |
|---|
| 368 | BEGIN |
|---|
| 369 | psql:postgis.sql:53: NOTICE: type "spheroid" is not yet defined |
|---|
| 370 | DETAIL: Creating a shell type definition. |
|---|
| 371 | psql:postgis.sql:53: ERROR: could not access file "/home/mloskot/dev/postgis/_svn/trunk/regress/../postgis/libpostgis-1.5": No such file or directory |
|---|
| 372 | psql:postgis.sql:59: ERROR: current transaction is aborted, commands ignored until end of transaction block |
|---|
| 373 | psql:postgis.sql:65: ERROR: current transaction is aborted, commands ignored until end of transaction block |
|---|
| 374 | psql:postgis.sql:71: ERROR: current transaction is aborted, commands ignored until end of transaction block |
|---|
| 375 | psql:postgis.sql:78: ERROR: current transaction is aborted, commands ignored until end of transaction block |
|---|
| 376 | psql:postgis.sql:88: ERROR: current transaction is aborted, commands ignored until end of transaction block |
|---|
| 377 | psql:postgis.sql:94: ERROR: current transaction is aborted, commands ignored until end of transaction block |
|---|
| 378 | mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ find . -name 'libpostgis*' |
|---|
| 379 | mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ find . -name 'postgis*so' |
|---|
| 380 | ./postgis/postgis-1.5.so |
|---|
| 381 | mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ svn info | grep Revision |
|---|
| 382 | Revision: 4335 |
|---|