#17256 closed defect (duplicate)
sqlite-3.6.5 Error 1
Reported by: | wendy22mcfarland-macports@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | sqlite-3.6.5 dependency phpmyadmin | Cc: | wendy22mcfarland-macports@… |
Port: | sqlite-3.6.5 |
Description
Unable to install phpmyadmin because of failed dependency install for sqlite3.
$sudo port install phpmyadmin---> 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.5" && gnumake all " returned error 2 Command output: sqlite3.c:81814: error: 'TK_LSHIFT' undeclared (first use in this function) sqlite3.c:81817: error: 'TK_LT' undeclared (first use in this function) sqlite3.c:81823: error: 'TK_GE' undeclared (first use in this function) sqlite3.c:81826: error: 'TK_RSHIFT' undeclared (first use in this function) sqlite3.c:81829: error: 'TK_GT' undeclared (first use in this function) sqlite3.c:81835: error: 'TK_ILLEGAL' undeclared (first use in this function) sqlite3.c:81844: error: 'TK_BITOR' undeclared (first use in this function) sqlite3.c:81847: error: 'TK_CONCAT' undeclared (first use in this function) sqlite3.c:81852: error: 'TK_COMMA' undeclared (first use in this function) sqlite3.c:81856: error: 'TK_BITAND' undeclared (first use in this function) sqlite3.c:81860: error: 'TK_BITNOT' undeclared (first use in this function) sqlite3.c:81877: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:81880: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:81892: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:81900: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:81906: error: 'TK_FLOAT' undeclared (first use in this function) sqlite3.c:81926: warning: assignment makes integer from pointer without a cast sqlite3.c:81930: error: 'TK_VARIABLE' undeclared (first use in this function) sqlite3.c:81939: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:81979: error: 'TK_BLOB' undeclared (first use in this function) sqlite3.c: In function 'sqlite3RunParser': sqlite3.c:82051: error: 'TK_SPACE' undeclared (first use in this function) sqlite3.c:82051: warning: case label value exceeds maximum value for type sqlite3.c:82059: error: 'TK_ILLEGAL' undeclared (first use in this function) sqlite3.c:82059: warning: case label value exceeds maximum value for type sqlite3.c:82066: error: 'TK_SEMI' undeclared (first use in this function) sqlite3.c:82066: warning: case label value exceeds maximum value for type sqlite3.c:82082: warning: comparison between pointer and integer sqlite3.c:82083: 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: php5 apache2 apr-util sqlite3 pcre autoconf213 bzip2 curl pkgconfig freetype gd2 autoconf help2man p5-locale-gettext perl5.8 perl5 m4 automake fontconfig jpeg libpng libtool libmcrypt libxml2 libxslt mhash tiff Error: Status 1 encountered during processing.
Change History (3)
comment:1 Changed 16 years ago by wendy22mcfarland-macports@…
Cc: | wendy22mcfarland-macports@… added |
---|
comment:2 Changed 16 years ago by skymoo (Adam Mercer)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
its the Leopard TCL env bug, duplicate of #13953, running
sudo port clean sqlite3 sudo port install sqlite3
should do the trick
Note: See
TracTickets for help on using
tickets.
Cc Me!