Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#14574 closed defect (duplicate)

sqlite3 install error

Reported by: sam_mansour@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description (last modified by jmroot (Joshua Root))

sam:/ sam_mansour$ sudo port install apache2
--->  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.5.6" && gnumake all " returned error 2
Command output: ./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -O2 -I. -I./src -DNDEBUG   -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c
 /usr/bin/gcc-4.0 -O2 -I. -I./src -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c  -fno-common -DPIC -o .libs/alter.o
./src/alter.c: In function 'renameTableFunc':
./src/alter.c:77: error: 'TK_SPACE' undeclared (first use in this function)
./src/alter.c:77: error: (Each undeclared identifier is reported only once
./src/alter.c:77: error: for each function it appears in.)
./src/alter.c:79: error: 'TK_LP' undeclared (first use in this function)
./src/alter.c:79: error: 'TK_USING' undeclared (first use in this function)
./src/alter.c: In function 'renameTriggerFunc':
./src/alter.c:135: error: 'TK_SPACE' undeclared (first use in this function)
./src/alter.c:148: error: 'TK_DOT' undeclared (first use in this function)
./src/alter.c:148: error: 'TK_ON' undeclared (first use in this function)
./src/alter.c:151: error: 'TK_WHEN' undeclared (first use in this function)
./src/alter.c:151: error: 'TK_FOR' undeclared (first use in this function)
./src/alter.c:151: error: 'TK_BEGIN' undeclared (first use in this function)
./src/alter.c: In function 'reloadTableSchema':
./src/alter.c:246: error: 'OP_DropTrigger' undeclared (first use in this function)
./src/alter.c:251: error: 'OP_DropTable' undeclared (first use in this function)
./src/alter.c:256: error: 'OP_ParseSchema' undeclared (first use in this function)
./src/alter.c: In function 'sqlite3AlterRenameTable':
./src/alter.c:366: error: 'OP_String8' undeclared (first use in this function)
./src/alter.c:367: error: 'OP_VRename' undeclared (first use in this function)
./src/alter.c: In function 'sqlite3AlterFinishAddColumn':
./src/alter.c:479: error: 'TK_NULL' undeclared (first use in this function)
gnumake: *** [alter.lo] Error 1

Change History (9)

comment:1 Changed 16 years ago by raimue (Rainer Müller)

Owner: changed from macports-tickets@… to imajes@…

comment:2 Changed 16 years ago by danielluke (Daniel J. Luke)

Owner: changed from imajes@… to mww@…
Summary: apache2 install errorsqlite3 install error

This error is actually sqlite3 failing to install

comment:3 Changed 16 years ago by jmroot (Joshua Root)

Milestone: Port Bugs

comment:4 Changed 16 years ago by mww@…

Resolution: worksforme
Status: newclosed

the latest version of sqlite3 is built with gawk instead of nawk -- nawk caused strange problems when installed via the dependency chain of apache2;

please re-open this ticket if this persists with v3.5.7 (which definitely uses gawk for building).

Note: This problem _only_ seems to occur when sqlite3 is build as a dependency of apache2. :/

comment:5 Changed 16 years ago by jmroot (Joshua Root)

Resolution: worksforme
Status: closedreopened

comment:6 Changed 16 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: reopenedclosed

Actually a duplicate of #13305.

comment:7 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: ticketformatting added

comment:8 Changed 16 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: ticketformatting removed

comment:9 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.