Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#16302 closed defect (duplicate)

Failed to install sqlite-3.6.1 with compilation error.

Reported by: a.paul.smith@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.6.0
Keywords: sqlite3 Cc:
Port:

Description

'port install sqlite3' yields the following;

---> 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.6.1" && gnumake all " returned error 2 Command output: sqlite3.c:79772: error: 'TK_GE' undeclared (first use in this function) sqlite3.c:79775: error: 'TK_RSHIFT' undeclared (first use in this function) sqlite3.c:79778: error: 'TK_GT' undeclared (first use in this function) sqlite3.c:79784: error: 'TK_ILLEGAL' undeclared (first use in this function) sqlite3.c:79793: error: 'TK_BITOR' undeclared (first use in this function) sqlite3.c:79796: error: 'TK_CONCAT' undeclared (first use in this function) sqlite3.c:79801: error: 'TK_COMMA' undeclared (first use in this function) sqlite3.c:79805: error: 'TK_BITAND' undeclared (first use in this function) sqlite3.c:79809: error: 'TK_BITNOT' undeclared (first use in this function) sqlite3.c:79826: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:79838: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:79846: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:79852: error: 'TK_FLOAT' undeclared (first use in this function) sqlite3.c:79872: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:79872: warning: assignment makes integer from pointer without a cast sqlite3.c:79876: error: 'TK_VARIABLE' undeclared (first use in this function) sqlite3.c:79885: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:79925: error: 'TK_BLOB' undeclared (first use in this function) sqlite3.c: In function 'sqlite3RunParser': sqlite3.c:79997: error: 'TK_SPACE' undeclared (first use in this function) sqlite3.c:79997: warning: case label value exceeds maximum value for type sqlite3.c:79998: error: 'TK_COMMENT' undeclared (first use in this function) sqlite3.c:79998: warning: case label value exceeds maximum value for type sqlite3.c:80006: error: 'TK_ILLEGAL' undeclared (first use in this function) sqlite3.c:80006: warning: case label value exceeds maximum value for type sqlite3.c:80013: error: 'TK_SEMI' undeclared (first use in this function) sqlite3.c:80013: warning: case label value exceeds maximum value for type sqlite3.c:80029: warning: comparison between pointer and integer sqlite3.c:80030: warning: passing argument 2 of 'sqlite3Parser' makes integer from pointer without a cast gnumake: * [sqlite3.lo] Error 1

Change History (4)

comment:1 Changed 16 years ago by blb@…

Component: portsbase
Milestone: MacPorts base bugs
Resolution: duplicate
Status: newclosed

This is a known issue; run

sudo port clean --work sqlite3

followed by your initial install command again.

Dup of #13953.

comment:2 Changed 16 years ago by a.paul.smith@…

Much appreciated - sorry for not spotting the existing bug.

Paul

comment:3 Changed 15 years ago by tobypeterson

Milestone: MacPorts base bugsMacPorts Future

Milestone MacPorts base bugs deleted

comment:4 Changed 14 years ago by jmroot (Joshua Root)

Milestone: MacPorts Future
Note: See TracTickets for help on using tickets.