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