Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#12607 closed defect (fixed)

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: cssdev
Port:

Description

sqlite3-3.4.2

the error log can be found here: ATTACHED

Description: Broken configure on 10.3

Attachments (2)

config.log (6.2 KB) - added by darren.bane@… 17 years ago.
config.log
patch-Portfile (736 bytes) - added by darren.bane@… 17 years ago.
Patch against databases/sqlite3/Portfile

Download all attachments as: .zip

Change History (8)

Changed 17 years ago by darren.bane@…

Attachment: config.log added

config.log

Changed 17 years ago by darren.bane@…

Attachment: patch-Portfile added

Patch against databases/sqlite3/Portfile

comment:1 Changed 17 years ago by william.allen.simpson@…

Similar problem here.

comment:2 Changed 17 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

comment:3 Changed 17 years ago by cssdev

Cc: css@… added

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

comment:4 Changed 17 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

comment:5 Changed 17 years ago by mww@…

Resolution: fixed
Status: newclosed

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

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.