Opened 14 years ago

Last modified 14 years ago

#26083 closed defect

sqlite3 universal build fails when readline is not universal — at Version 1

Reported by: jonathan.hayward@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: sqlite3

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Building sqlite3 fails; command line output is below; I have attached the build log.

bash-3.2# port install -f sqlite3
--->  Computing dependencies for sqlite3
--->  Fetching sqlite3
--->  Verifying checksum(s) for sqlite3
--->  Extracting sqlite3
--->  Configuring sqlite3
--->  Building sqlite3
Error: Target org.macports.build returned: shell command failed
Log for sqlite3 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Jonathan, http://JonathansCorner.com

Change History (2)

Changed 14 years ago by jonathan.hayward@…

Attachment: main.log added

Output in /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/main.log

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to mww@…
Port: sqlite3 added
Summary: sqlite3 build fails on Snow Leopardsqlite3 universal build fails when readline is not universal

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
Note: See TracTickets for help on using tickets.