Ticket #12790: port_sqlite3.log

File port_sqlite3.log, 10.8 KB (added by ludwig@…, 17 years ago)

log of failed build as requested

Line 
1sudo port clean sqlite3
2Password:
3--->  Cleaning sqlite3
4castellio:~ cludwig$ sudo port -d build sqlite3
5DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3
6DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3
7DEBUG: Requested variant i386 is not provided by port sqlite3.
8DEBUG: Requested variant macosx is not provided by port sqlite3.
9DEBUG: Executing variant darwin provides darwin
10DEBUG: Executing variant darwin_8 provides darwin_8
11DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/readline
12DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/readline
13DEBUG: Requested variant i386 is not provided by port readline.
14DEBUG: Requested variant macosx is not provided by port readline.
15DEBUG: Executing variant darwin provides darwin
16DEBUG: Searching for dependency: readline
17DEBUG: Found Dependency: receipt exists for readline
18DEBUG: Executing org.macports.main (sqlite3)
19--->  Fetching sqlite3
20DEBUG: Executing org.macports.fetch (sqlite3)
21--->  Verifying checksum(s) for sqlite3
22DEBUG: Executing org.macports.checksum (sqlite3)
23--->  Checksumming sqlite-3.4.2.tar.gz
24DEBUG: Correct (sha1) checksum for sqlite-3.4.2.tar.gz
25--->  Extracting sqlite3
26DEBUG: Executing org.macports.extract (sqlite3)
27--->  Extracting sqlite-3.4.2.tar.gz
28DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/sqlite3/sqlite-3.4.2.tar.gz
29DEBUG: Environment:
30DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work" && gzip -dc /opt/local/var/macports/distfiles/sqlite3/sqlite-3.4.2.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
31DEBUG: Executing org.macports.patch (sqlite3)
32--->  Applying patches to sqlite3
33--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3/files/patch-Makefile.in
34DEBUG: Environment:
35DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-3.4.2" && patch -p0'
36patching file Makefile.in
37--->  Configuring sqlite3
38DEBUG: Executing org.macports.configure (sqlite3)
39DEBUG: Using Mac OS X gcc 4.0
40DEBUG: Environment: CXXFLAGS='-O2' CPPFLAGS='-I/opt/local/include -I/opt/local/include/readline' CFLAGS='-O2 -I/opt/local/include -DSQLITE_ENABLE_LOCKING_STYLE=1 -DHAVE_READLINE=1' LDFLAGS='-L/opt/local/lib -lreadline' CC='/usr/bin/gcc-4.0' CXX='/usr/bin/g++-4.0' CPP='/usr/bin/cpp-4.0'
41DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-3.4.2" && ./configure --prefix=/opt/local --enable-threadsafe --disable-tcl'
42checking build system type... i386-apple-darwin8.10.1
43checking host system type... i386-apple-darwin8.10.1
44checking for gcc... /usr/bin/gcc-4.0
45checking for C compiler default output file name... a.out
46checking whether the C compiler works... yes
47checking whether we are cross compiling... no
48checking for suffix of executables...
49checking for suffix of object files... o
50checking whether we are using the GNU C compiler... yes
51checking whether /usr/bin/gcc-4.0 accepts -g... yes
52checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
53checking for a sed that does not truncate output... /usr/bin/sed
54checking for grep that handles long lines and -e... /usr/bin/grep
55checking for egrep... /usr/bin/grep -E
56checking for ld used by /usr/bin/gcc-4.0... /usr/bin/ld
57checking if the linker (/usr/bin/ld) is GNU ld... no
58checking for /usr/bin/ld option to reload object files... -r
59checking for BSD-compatible nm... /usr/bin/nm -p
60checking whether ln -s works... yes
61checking how to recognise dependent libraries... pass_all
62checking how to run the C preprocessor... /usr/bin/cpp-4.0
63checking for ANSI C header files... yes
64checking for sys/types.h... yes
65checking for sys/stat.h... yes
66checking for stdlib.h... yes
67checking for string.h... yes
68checking for memory.h... yes
69checking for strings.h... yes
70checking for inttypes.h... yes
71checking for stdint.h... yes
72checking for unistd.h... yes
73checking dlfcn.h usability... yes
74checking dlfcn.h presence... yes
75checking for dlfcn.h... yes
76checking whether we are using the GNU C++ compiler... yes
77checking whether /usr/bin/g++-4.0 accepts -g... yes
78checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -E
79checking for g77... no
80checking for xlf... no
81checking for f77... no
82checking for frt... no
83checking for pgf77... no
84checking for cf77... no
85checking for fort77... no
86checking for fl32... no
87checking for af77... no
88checking for xlf90... no
89checking for f90... no
90checking for pgf90... no
91checking for pghpf... no
92checking for epcf90... no
93checking for gfortran... no
94checking for g95... no
95checking for xlf95... no
96checking for f95... no
97checking for fort... no
98checking for ifort... no
99checking for ifc... no
100checking for efc... no
101checking for pgf95... no
102checking for lf95... no
103checking for ftn... no
104checking whether we are using the GNU Fortran 77 compiler... no
105checking whether  accepts -g... no
106checking the maximum length of command line arguments... 196608
107checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok
108checking for objdir... .libs
109checking for ar... ar
110checking for ranlib... ranlib
111checking for strip... strip
112checking for correct ltmain.sh version... yes
113checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no
114checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common
115checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes
116checking if /usr/bin/gcc-4.0 static flag -static works... no
117checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
118checking whether the /usr/bin/gcc-4.0 linker (/usr/bin/ld) supports shared libraries... yes
119checking dynamic linker characteristics... darwin8.10.1 dyld
120checking how to hardcode library paths into programs... immediate
121checking whether stripping libraries is possible... yes
122checking if libtool supports shared libraries... yes
123checking whether to build shared libraries... yes
124checking whether to build static libraries... yes
125configure: creating libtool
126appending configuration tag "CXX" to libtool
127checking for ld used by /usr/bin/g++-4.0... /usr/bin/ld
128checking if the linker (/usr/bin/ld) is GNU ld... no
129checking whether the /usr/bin/g++-4.0 linker (/usr/bin/ld) supports shared libraries... yes
130checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common
131checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes
132checking if /usr/bin/g++-4.0 static flag -static works... no
133checking if /usr/bin/g++-4.0 supports -c -o file.o... yes
134checking whether the /usr/bin/g++-4.0 linker (/usr/bin/ld) supports shared libraries... yes
135checking dynamic linker characteristics... darwin8.10.1 dyld
136checking how to hardcode library paths into programs... immediate
137appending configuration tag "F77" to libtool
138checking for a BSD-compatible install... /opt/local/bin/ginstall -c
139checking for gawk... gawk
140Version set to 3.4
141Release set to 3.4.2
142Version number set to 3004002
143checking whether to support threadsafe operation... yes
144checking for pthread_create in -lpthread... yes
145checking whether to allow connections to be shared across threads... no
146checking whether threads can override each others locks... no
147checking whether to support shared library linked as release mode or not... no
148checking whether to use an in-ram database for temporary tables... no
149checking if executables have the .exe suffix... unknown
150checking host system type... (cached) i386-apple-darwin8.10.1
151checking for library containing tgetent... -lncurses
152checking for readline in -lreadline... yes
153checking readline.h usability... yes
154checking readline.h presence... yes
155checking for readline.h... yes
156checking for library containing fdatasync... no
157checking for usleep... yes
158checking for fdatasync... no
159configure: creating ./config.status
160config.status: creating Makefile
161config.status: creating sqlite3.pc
162--->  Building sqlite3 with target all
163DEBUG: Executing org.macports.build (sqlite3)
164DEBUG: Environment:
165DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-3.4.2" && gnumake all'
166sed -e s/--VERS--/3.4.2/ ./src/sqlite.h.in | \
167sed -e s/--VERSION-NUMBER--/3004002/ >sqlite3.h
168/usr/bin/gcc-4.0 -O2 -I/opt/local/include -DSQLITE_ENABLE_LOCKING_STYLE=1 -DHAVE_READLINE=1 -o lemon ./tool/lemon.c
169cp ./tool/lempar.c .
170cp ./src/parse.y .
171./lemon  parse.y
172mv parse.h parse.h.temp
173gawk -f ./addopcodes.awk parse.h.temp >parse.h
174cat parse.h ./src/vdbe.c | gawk -f ./mkopcodeh.awk >opcodes.h
175./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -O2 -I/opt/local/include -DSQLITE_ENABLE_LOCKING_STYLE=1 -DHAVE_READLINE=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_LOCKING_STYLE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c
176mkdir .libs
177 /usr/bin/gcc-4.0 -O2 -I/opt/local/include -DSQLITE_ENABLE_LOCKING_STYLE=1 -DHAVE_READLINE=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_LOCKING_STYLE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c  -fno-common -DPIC -o .libs/alter.o
178In file included from ./src/alter.c:17:
179./src/sqliteInt.h:1950: error: syntax error before 'void'
180gnumake: *** [alter.lo] Error 1
181Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-3.4.2" && gnumake all " returned error 2
182Command output: sed -e s/--VERS--/3.4.2/ ./src/sqlite.h.in | \
183sed -e s/--VERSION-NUMBER--/3004002/ >sqlite3.h
184/usr/bin/gcc-4.0 -O2 -I/opt/local/include -DSQLITE_ENABLE_LOCKING_STYLE=1 -DHAVE_READLINE=1 -o lemon ./tool/lemon.c
185cp ./tool/lempar.c .
186cp ./src/parse.y .
187./lemon  parse.y
188mv parse.h parse.h.temp
189gawk -f ./addopcodes.awk parse.h.temp >parse.h
190cat parse.h ./src/vdbe.c | gawk -f ./mkopcodeh.awk >opcodes.h
191./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -O2 -I/opt/local/include -DSQLITE_ENABLE_LOCKING_STYLE=1 -DHAVE_READLINE=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_LOCKING_STYLE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c
192mkdir .libs
193 /usr/bin/gcc-4.0 -O2 -I/opt/local/include -DSQLITE_ENABLE_LOCKING_STYLE=1 -DHAVE_READLINE=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_LOCKING_STYLE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c  -fno-common -DPIC -o .libs/alter.o
194In file included from ./src/alter.c:17:
195./src/sqliteInt.h:1950: error: syntax error before 'void'
196gnumake: *** [alter.lo] Error 1
197
198Warning: the following items did not execute (for sqlite3): org.macports.build
199Error: Status 1 encountered during processing.
200castellio:~ cludwig$