Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#16571 closed defect (duplicate)

phpmyadmin / sqlite3 failed to install

Reported by: mike.shaheen@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: fail phpmyadmin sqlite3 Cc:
Port: phpmyadmin

Description

This is what I get, I'm new to MacPort not sure if this is directly related to phpmyadmin or a dependency on sqlite3

shaheenery@Little-Mac:~
] 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.2" && gnumake all " returned error 2
Command output: sqlite3.c:80990: error: 'TK_LSHIFT' undeclared (first use in this function)
sqlite3.c:80993: error: 'TK_LT' undeclared (first use in this function)
sqlite3.c:80999: error: 'TK_GE' undeclared (first use in this function)
sqlite3.c:81002: error: 'TK_RSHIFT' undeclared (first use in this function)
sqlite3.c:81005: error: 'TK_GT' undeclared (first use in this function)
sqlite3.c:81011: error: 'TK_ILLEGAL' undeclared (first use in this function)
sqlite3.c:81020: error: 'TK_BITOR' undeclared (first use in this function)
sqlite3.c:81023: error: 'TK_CONCAT' undeclared (first use in this function)
sqlite3.c:81028: error: 'TK_COMMA' undeclared (first use in this function)
sqlite3.c:81032: error: 'TK_BITAND' undeclared (first use in this function)
sqlite3.c:81036: error: 'TK_BITNOT' undeclared (first use in this function)
sqlite3.c:81053: error: 'TK_STRING' undeclared (first use in this function)
sqlite3.c:81056: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:81068: error: 'TK_DOT' undeclared (first use in this function)
sqlite3.c:81076: error: 'TK_INTEGER' undeclared (first use in this function)
sqlite3.c:81082: error: 'TK_FLOAT' undeclared (first use in this function)
sqlite3.c:81102: warning: assignment makes integer from pointer without a cast
sqlite3.c:81106: error: 'TK_VARIABLE' undeclared (first use in this function)
sqlite3.c:81115: error: 'TK_REGISTER' undeclared (first use in this function)
sqlite3.c:81155: error: 'TK_BLOB' undeclared (first use in this function)
sqlite3.c: In function 'sqlite3RunParser':
sqlite3.c:81227: error: 'TK_SPACE' undeclared (first use in this function)
sqlite3.c:81227: warning: case label value exceeds maximum value for type
sqlite3.c:81235: error: 'TK_ILLEGAL' undeclared (first use in this function)
sqlite3.c:81235: warning: case label value exceeds maximum value for type
sqlite3.c:81242: error: 'TK_SEMI' undeclared (first use in this function)
sqlite3.c:81242: warning: case label value exceeds maximum value for type
sqlite3.c:81258: warning: comparison between pointer and integer
sqlite3.c:81259: 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 bzip2 freetype gd2 autoconf help2man p5-locale-gettext m4 automake fontconfig jpeg libpng libtool libmcrypt libxml2 libxslt mhash tiff
Error: Status 1 encountered during processing.

Change History (2)

comment:1 Changed 16 years ago by blb@…

Resolution: duplicate
Status: newclosed

This is a known issue, see tickets #13953 and #13930 (for the general issue). Workaround is to clean sqlite3

sudo port clean --work sqlite3

then continue on with what you were doing.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.