New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12607 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

BUG: sqlite3-3.4.2 won't configure on 10.3

Reported by: darren.bane@… Owned by: mww@…
Priority: High Milestone:
Component: ports Version: 1.5.2
Keywords: Cc: css@…
Port:

Description

sqlite3-3.4.2

the error log can be found here: ATTACHED

Description: Broken configure on 10.3

Attachments

config.log Download (6.2 KB) - added by darren.bane@… 4 years ago.
config.log
patch-Portfile Download (0.7 KB) - added by darren.bane@… 4 years ago.
Patch against databases/sqlite3/Portfile

Change History

Changed 4 years ago by darren.bane@…

config.log

Changed 4 years ago by darren.bane@…

Patch against databases/sqlite3/Portfile

Changed 4 years ago by william.allen.simpson@…

Similar problem here.

Changed 4 years ago by william.allen.simpson@…

as of 3.4.2_1 configure works, compile fails!

--->  Configuring sqlite3
--->  Building sqlite3 with target all
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
Command output: sed -e s/--VERS--/3.4.2/ ./src/sqlite.h.in | \
sed -e s/--VERSION-NUMBER--/3004002/ >sqlite3.h
gcc -O2 -I/opt/local/include -DSQLITE_ENABLE_LOCKING_STYLE=1 -DHAVE_READLINE=1 -o lemon ./tool/lemon.c
cp ./tool/lempar.c .
cp ./src/parse.y .
./lemon  parse.y
mv parse.h parse.h.temp
awk -f ./addopcodes.awk parse.h.temp >parse.h
cat parse.h ./src/vdbe.c | awk -f ./mkopcodeh.awk >opcodes.h
./libtool --mode=compile --tag=CC gcc -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
mkdir .libs
 gcc -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
In file included from src/alter.c:17:
src/sqliteInt.h:1950: error: syntax error before "void"
src/alter.c: In function `sqlite3AlterRenameTable':
src/alter.c:327: error: structure has no member named `xRename'
gnumake: *** [alter.lo] Error 1

Error: Unable to upgrade port: 1

Changed 4 years ago by css@…

  • cc css@… added

3.4.2_1 breaks for me as well on a MacBook Pro running 10.4.10.

Changed 4 years ago by william.allen.simpson@…

sqlite3 3.5.1_0 upgraded successfully on 10.3.9

3.3.17_0 < 3.5.1_0

Changed 4 years ago by mww@…

  • status changed from new to closed
  • resolution set to fixed

o.k. - seems to be fixed by v3.5.1

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.