Changes between Initial Version and Version 1 of Ticket #26083


Ignore:
Timestamp:
Aug 15, 2010, 3:26:14 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember WikiFormatting, preview before you submit, fill in the Port field, Cc the port maintainer.

sqlite3 builds fine on Snow Leopard. The problem is you are trying to build sqlite3 universal but its dependency readline has not been built universal. Rebuild readline universal, then clean sqlite3 and try again.

sudo port clean sqlite3
sudo port upgrade --enforce-variants readline +universal

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26083

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Summary changed from sqlite3 build fails on Snow Leopard to sqlite3 universal build fails when readline is not universal
    • Property Port sqlite3 added
  • Ticket #26083 – Description

    initial v1  
    11Building sqlite3 fails; command line output is below; I have attached the build log.
    22
    3 
     3{{{
    44bash-3.2# port install -f sqlite3
    55--->  Computing dependencies for sqlite3
     
    1313Error: Status 1 encountered during processing.
    1414To report a bug, see <http://guide.macports.org/#project.tickets>
     15}}}
    1516
    1617Jonathan, http://JonathansCorner.com