#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)
Change History (8)
Changed 17 years ago by darren.bane@…
Attachment: | config.log added |
---|
Changed 17 years ago by darren.bane@…
Attachment: | patch-Portfile added |
---|
Patch against databases/sqlite3/Portfile
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: | new → closed |
o.k. - seems to be fixed by v3.5.1
Note: See
TracTickets for help on using
tickets.
config.log