Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#16971 closed defect (duplicate)

sqlite3 3.6.4 - fails building

Reported by: stig@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: sqlite3

Description

This happens on an pretty fresh install of macports 1.600. I attempted to install subversion, but the build failed at sqlite3.

Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_port
s_databases_sqlite3/work/sqlite-3.6.4" && gnumake all " returned error 2
Command output: sqlite3.c:81811: error: 'TK_LSHIFT' undeclared (first use in this function)
sqlite3.c:81814: error: 'TK_LT' undeclared (first use in this function)
sqlite3.c:81820: error: 'TK_GE' undeclared (first use in this function)
sqlite3.c:81823: error: 'TK_RSHIFT' undeclared (first use in this function)
sqlite3.c:81826: error: 'TK_GT' undeclared (first use in this function)
sqlite3.c:81832: error: 'TK_ILLEGAL' undeclared (first use in this function)
sqlite3.c:81841: error: 'TK_BITOR' undeclared (first use in this function)
sqlite3.c:81844: error: 'TK_CONCAT' undeclared (first use in this function)
sqlite3.c:81849: error: 'TK_COMMA' undeclared (first use in this function)
sqlite3.c:81853: error: 'TK_BITAND' undeclared (first use in this function)
sqlite3.c:81857: error: 'TK_BITNOT' undeclared (first use in this function)
sqlite3.c:81874: error: 'TK_STRING' undeclared (first use in this function)
sqlite3.c:81877: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:81889: error: 'TK_DOT' undeclared (first use in this function)
sqlite3.c:81897: error: 'TK_INTEGER' undeclared (first use in this function)
sqlite3.c:81903: error: 'TK_FLOAT' undeclared (first use in this function)
sqlite3.c:81923: warning: assignment makes integer from pointer without a cast
sqlite3.c:81927: error: 'TK_VARIABLE' undeclared (first use in this function)
sqlite3.c:81936: error: 'TK_REGISTER' undeclared (first use in this function)
sqlite3.c:81976: error: 'TK_BLOB' undeclared (first use in this function)
sqlite3.c: In function 'sqlite3RunParser':
sqlite3.c:82048: error: 'TK_SPACE' undeclared (first use in this function)
sqlite3.c:82048: warning: case label value exceeds maximum value for type
sqlite3.c:82056: error: 'TK_ILLEGAL' undeclared (first use in this function)
sqlite3.c:82056: warning: case label value exceeds maximum value for type
sqlite3.c:82063: error: 'TK_SEMI' undeclared (first use in this function)
sqlite3.c:82063: warning: case label value exceeds maximum value for type
sqlite3.c:82079: warning: comparison between pointer and integer
sqlite3.c:82080: warning: passing argument 2 of 'sqlite3Parser' makes integer from pointer without a cast
gnumake: *** [sqlite3.lo] Error 1

Error: The following dependencies failed to build: apr-util sqlite3 cyrus-sasl2 neon serf
Error: Status 1 encountered during processing.

Change History (2)

comment:1 Changed 15 years ago by blb@…

Resolution: duplicate
Status: newclosed

Dup of #13953; clean sqlite3 with sudo port clean --work sqlite3 then try your original install again.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.