[MacPorts] #26083: sqlite3 universal build fails when readline is not universal (was: sqlite3 build fails on Snow Leopard)
MacPorts
noreply at macports.org
Sat Aug 14 20:26:14 PDT 2010
#26083: sqlite3 universal build fails when readline is not universal
----------------------------------------+-----------------------------------
Reporter: jonathan.hayward@… | Owner: mww@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: sqlite3
----------------------------------------+-----------------------------------
Changes (by ryandesign@…):
* owner: macports-tickets@… => mww@…
* port: => sqlite3
Old description:
> 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
New description:
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
--
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
}}}
--
Ticket URL: <http://trac.macports.org/ticket/26083#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list