Ticket #219: postgis-ticket-219-clean-rebuild-steps.txt

File postgis-ticket-219-clean-rebuild-steps.txt, 31.4 KB (added by mloskot, 3 years ago)

make check is still failing. rebuild.sh script just calls: ./autogen.sh && ./configure && make clean && make && make comments && make check && sudo make install && sudo make comments-install

Line 
1mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn$ svn co https://svn.osgeo.org/postgis/trunk trunk
2A    trunk/liblwgeom
3...
4 U   trunk
5Checked out revision 4335.
6mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ ../rebuild.sh
7* Running /usr/bin/libtoolize (2.2.6)
8        OPTIONS = --force --copy --install
9libtoolize: putting auxiliary files in `.'.
10libtoolize: copying file `./config.guess'
11libtoolize: copying file `./config.sub'
12libtoolize: copying file `./install-sh'
13libtoolize: copying file `./ltmain.sh'
14libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `macros'.
15libtoolize: copying file `macros/libtool.m4'
16libtoolize: copying file `macros/ltoptions.m4'
17libtoolize: copying file `macros/ltsugar.m4'
18libtoolize: copying file `macros/ltversion.m4'
19libtoolize: copying file `macros/lt~obsolete.m4'
20libtoolize: 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======================================
24Now you are ready to run './configure'
25======================================
26checking build system type... x86_64-unknown-linux-gnu
27checking host system type... x86_64-unknown-linux-gnu
28checking for gcc... gcc
29checking for C compiler default output file name... a.out
30checking whether the C compiler works... yes
31checking whether we are cross compiling... no
32checking for suffix of executables...
33checking for suffix of object files... o
34checking whether we are using the GNU C compiler... yes
35checking whether gcc accepts -g... yes
36checking for gcc option to accept ISO C89... none needed
37checking for a sed that does not truncate output... /bin/sed
38checking for grep that handles long lines and -e... /bin/grep
39checking for egrep... /bin/grep -E
40checking for fgrep... /bin/grep -F
41checking for ld used by gcc... /usr/bin/ld
42checking if the linker (/usr/bin/ld) is GNU ld... yes
43checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
44checking the name lister (/usr/bin/nm -B) interface... BSD nm
45checking whether ln -s works... yes
46checking the maximum length of command line arguments... 1572864
47checking whether the shell understands some XSI constructs... yes
48checking whether the shell understands "+="... yes
49checking for /usr/bin/ld option to reload object files... -r
50checking for objdump... objdump
51checking how to recognize dependent libraries... pass_all
52checking for ar... ar
53checking for strip... strip
54checking for ranlib... ranlib
55checking command to parse /usr/bin/nm -B output from gcc object... ok
56checking how to run the C preprocessor... gcc -E
57checking for ANSI C header files... yes
58checking for sys/types.h... yes
59checking for sys/stat.h... yes
60checking for stdlib.h... yes
61checking for string.h... yes
62checking for memory.h... yes
63checking for strings.h... yes
64checking for inttypes.h... yes
65checking for stdint.h... yes
66checking for unistd.h... yes
67checking for dlfcn.h... yes
68checking for objdir... .libs
69checking if gcc supports -fno-rtti -fno-exceptions... no
70checking for gcc option to produce PIC... -fPIC -DPIC
71checking if gcc PIC flag -fPIC -DPIC works... yes
72checking if gcc static flag -static works... yes
73checking if gcc supports -c -o file.o... yes
74checking if gcc supports -c -o file.o... (cached) yes
75checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
76checking whether -lc should be explicitly linked in... no
77checking dynamic linker characteristics... GNU/Linux ld.so
78checking how to hardcode library paths into programs... immediate
79checking whether stripping libraries is possible... yes
80checking if libtool supports shared libraries... yes
81checking whether to build shared libraries... yes
82checking whether to build static libraries... yes
83checking for gcc... (cached) gcc
84checking whether we are using the GNU C compiler... (cached) yes
85checking whether gcc accepts -g... (cached) yes
86checking for gcc option to accept ISO C89... (cached) none needed
87checking how to run the C preprocessor... gcc -E
88checking for g++... g++
89checking whether we are using the GNU C++ compiler... yes
90checking whether g++ accepts -g... yes
91checking whether we are using the GNU C++ compiler... (cached) yes
92checking whether g++ accepts -g... (cached) yes
93checking how to run the C++ preprocessor... g++ -E
94checking for ld used by g++... /usr/bin/ld -m elf_x86_64
95checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
96checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
97checking for g++ option to produce PIC... -fPIC -DPIC
98checking if g++ PIC flag -fPIC -DPIC works... yes
99checking if g++ static flag -static works... yes
100checking if g++ supports -c -o file.o... yes
101checking if g++ supports -c -o file.o... (cached) yes
102checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
103checking dynamic linker characteristics... GNU/Linux ld.so
104checking how to hardcode library paths into programs... immediate
105checking if g++ supports -Wall... yes
106checking if g++ supports -Wmissing-prototypes... yes
107checking for flex... no
108checking for lex... no
109checking for bison... no
110checking for byacc... no
111checking ieeefp.h usability... no
112checking ieeefp.h presence... no
113checking for ieeefp.h... no
114checking for convert... no
115configure: WARNING: ImageMagick does not seem to be installed. Documentation cannot be built
116checking for xsltproc... /usr/bin/xsltproc
117checking for dblatex... no
118configure: WARNING: dblatex is not installed so PDF documentation cannot be built
119configure: WARNING: could not locate Docbook stylesheets required to build the documentation
120checking CUnit/CUnit.h usability... yes
121checking CUnit/CUnit.h presence... yes
122checking for CUnit/CUnit.h... yes
123checking for CU_initialize_registry in -lcunit... yes
124checking iconv.h usability... yes
125checking iconv.h presence... yes
126checking for iconv.h... yes
127checking for libiconv_open in -liconv... no
128checking for iconv_open in -lc... yes
129checking for pg_config... /usr/bin/pg_config
130checking libpq-fe.h usability... yes
131checking libpq-fe.h presence... yes
132checking for libpq-fe.h... yes
133checking for PQserverVersion in -lpq... yes
134checking for geos-config... /usr/local/bin/geos-config
135checking geos_c.h usability... yes
136checking geos_c.h presence... yes
137checking for geos_c.h... yes
138checking for initGEOS in -lgeos_c... yes
139checking proj_api.h usability... yes
140checking proj_api.h presence... yes
141checking for proj_api.h... yes
142checking for pj_get_release in -lproj... yes
143configure: creating ./config.status
144config.status: creating liblwgeom/Makefile
145config.status: creating liblwgeom/cunit/Makefile
146config.status: creating postgis/Makefile
147config.status: creating postgis/sqldefines.h
148config.status: creating loader/Makefile
149config.status: creating topology/Makefile
150config.status: creating regress/Makefile
151config.status: creating doc/Makefile
152config.status: creating doc/html/image_src/Makefile
153config.status: creating postgis_config.h
154config.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
177make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom'
178rm -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   
179rm -f liblwgeom.a
180make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom'
181/usr/bin/make -C postgis clean
182make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/postgis'
183rm -f postgis-1.5.so   libpostgis-1.5.a
184rm -f postgis.sql uninstall_postgis.sql postgis_upgrade.sql
185rm -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
186rm -f postgis.sql.in uninstall_postgis.sql.in
187make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/postgis'
188/usr/bin/make -C loader clean
189make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/loader'
190make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/loader'
191/usr/bin/make -C doc clean
192make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/doc'
193make -C html/image_src clean
194make[2]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/doc/html/image_src'
195make[2]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/doc/html/image_src'
196make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/doc'
197/usr/bin/make -C regress clean
198/bin/sh: pushd: not found
199make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/regress'
200rm -f postgis.sql
201make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/regress'
202rm -f postgis.sql postgis_upgrade.sql
203/usr/bin/make -C liblwgeom
204make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom'
205gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o measures.o measures.c
206gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o box2d.o box2d.c
207gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o ptarray.o ptarray.c
208gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwgeom_api.o lwgeom_api.c
209gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwgeom.o lwgeom.c
210gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwpoint.o lwpoint.c
211gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwline.o lwline.c
212gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwpoly.o lwpoly.c
213gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwmpoint.o lwmpoint.c
214gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwmline.o lwmline.c
215gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwmpoly.o lwmpoly.c
216gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwcollection.o lwcollection.c
217gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwcircstring.o lwcircstring.c
218gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwcompound.o lwcompound.c
219gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwcurvepoly.o lwcurvepoly.c
220gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwmcurve.o lwmcurve.c
221gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwmsurface.o lwmsurface.c
222gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwutil.o lwutil.c
223gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwalgorithm.o lwalgorithm.c
224gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwgunparse.o lwgunparse.c
225gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwgparse.o lwgparse.c
226gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwsegmentize.o lwsegmentize.c
227gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o wktparse.tab.o wktparse.tab.c
228gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lex.yy.o lex.yy.c
229lex.yy.c:4126: warning: ‘yyunput’ defined but not used
230lex.yy.c:4167: warning: ‘input’ defined but not used
231gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o vsprintf.o vsprintf.c
232ar 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               
233ar: creating liblwgeom.a
234make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom'
235/usr/bin/make -C postgis
236make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/postgis'
237cc -E -traditional-cpp postgis.sql.in.c | grep -v '^#' > postgis.sql.in
238sed 's,MODULE_PATHNAME,$libdir/postgis-1.5,g' postgis.sql.in >postgis.sql
239cc -E -traditional-cpp uninstall_postgis.sql.in.c | grep -v '^#' > uninstall_postgis.sql.in
240sed '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
242cc -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
243cc -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
244cc -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
245cc -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
246cc -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
247cc -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
248cc -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
249cc -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
250cc -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
251cc -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
252cc -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
253cc -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
254cc -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
255cc -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
256cc -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
257cc -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
258cc -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
259cc -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
260cc -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
261cc -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
262cc -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
263cc -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
264cc -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
265cc -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
266cc -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
267cc -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
268cc -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
269cc -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
270cc -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
271make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/postgis'
272/usr/bin/make -C loader
273make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/loader'
274cc -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
275shpopen.c: In function ‘SHPOpen’:
276shpopen.c:456: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
277shpopen.c:466: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
278shpopen.c:545: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
279shpopen.c: In function ‘SHPReadObject’:
280shpopen.c:1327: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
281cc -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
282dbfopen.c: In function ‘DBFUpdateHeader’:
283dbfopen.c:337: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
284dbfopen.c: In function ‘DBFClose’:
285dbfopen.c:520: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
286dbfopen.c: In function ‘DBFWriteAttribute’:
287dbfopen.c:1114: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
288dbfopen.c: In function ‘DBFWriteAttributeDirectly’:
289dbfopen.c:1283: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
290dbfopen.c: In function ‘DBFWriteTuple’:
291dbfopen.c:1429: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
292dbfopen.c: In function ‘DBFReadTuple’:
293dbfopen.c:1473: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
294cc -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
295cc -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
296cc -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
297cc -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
298cc -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
299make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/loader'
300/usr/bin/make -C utils
301make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/utils'
302chmod +x postgis_restore.pl create_undef.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl
303make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/utils'
304PostGIS was built successfully. Ready to install.
305/usr/bin/make -C doc comments
306make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/doc'
307/usr/bin/xsltproc ./xsl/postgis_comments.sql.xsl reference.xml > postgis_comments.sql
308make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/doc'
309/usr/bin/make -C liblwgeom
310make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom'
311make[1]: Nothing to be done for `all'.
312make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom'
313/usr/bin/make -C postgis
314make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/postgis'
315make[1]: Nothing to be done for `all'.
316make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/postgis'
317/usr/bin/make -C liblwgeom/cunit check
318make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom/cunit'
319gcc -g -O2  -Wall -Wmissing-prototypes -I.. -c -o cu_tester.o cu_tester.c
320gcc -g -O2  -Wall -Wmissing-prototypes -I.. -c -o cu_algorithm.o cu_algorithm.c
321gcc -g -O2  -Wall -Wmissing-prototypes -I.. -c -o cu_measures.o cu_measures.c
322gcc -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
329Suite: 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
343Suite: 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
350make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/liblwgeom/cunit'
351/usr/bin/make -C regress check
352/bin/sh: pushd: not found
353make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/regress'
354sed 's,$libdir/postgis,/home/mloskot/dev/postgis/_svn/trunk/regress/../postgis/libpostgis,g' ../postgis/postgis.sql > postgis.sql
355Creating spatial db postgis_reg
356ERROR:  function postgis_lib_version() does not exist
357LINE 1: select postgis_lib_version()
358               ^
359HINT:  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
364make[1]: *** [check] Error 1
365make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/regress'
366make: *** [check] Error 2
367mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ head /tmp/pgis_reg_6575/regress_log
368BEGIN
369psql:postgis.sql:53: NOTICE:  type "spheroid" is not yet defined
370DETAIL:  Creating a shell type definition.
371psql:postgis.sql:53: ERROR:  could not access file "/home/mloskot/dev/postgis/_svn/trunk/regress/../postgis/libpostgis-1.5": No such file or directory
372psql:postgis.sql:59: ERROR:  current transaction is aborted, commands ignored until end of transaction block
373psql:postgis.sql:65: ERROR:  current transaction is aborted, commands ignored until end of transaction block
374psql:postgis.sql:71: ERROR:  current transaction is aborted, commands ignored until end of transaction block
375psql:postgis.sql:78: ERROR:  current transaction is aborted, commands ignored until end of transaction block
376psql:postgis.sql:88: ERROR:  current transaction is aborted, commands ignored until end of transaction block
377psql:postgis.sql:94: ERROR:  current transaction is aborted, commands ignored until end of transaction block
378mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ find . -name 'libpostgis*'
379mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ find . -name 'postgis*so'
380./postgis/postgis-1.5.so
381mloskot@vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ svn info | grep Revision
382Revision: 4335