[MacPorts] #53568: sqlite3 3.17.0 fails to compile: use of unknown builtin

MacPorts noreply at macports.org
Tue Feb 14 19:24:50 UTC 2017


#53568: sqlite3 3.17.0 fails to compile: use of unknown builtin
----------------------+-------------------------
  Reporter:  hewonen  |      Owner:  Schamschula
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.4.0
Resolution:           |   Keywords:
      Port:  sqlite3  |
----------------------+-------------------------

Comment (by daveletourneau):

 Tried to manually patch and build the port with these commands:

 {{{
 port clean sqlite3
 port fetch sqlite3
 port extract sqlite3
 cd `port dir sqlite3`
 cd work/sqlite-autoconf-3170000/
 wget https://trac.macports.org/raw-attachment/ticket/53568/patch-
 sqlite3.c.diff
 patch -p0 < patch-sqlite3.c.diff
 port build sqlite3
 }}}

 The patch is correctly applied but the build fails:

 {{{
 --->  Computing dependencies for sqlite3
 --->  Configuring sqlite3
 --->  Building sqlite3
 Error: Failed to build sqlite3: command execution failed
 Error: See
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_sqlite3/sqlite3/main.log
 for details.
 Error: Follow https://guide.macports.org/#project.tickets to report a bug.
 Error: Processing of port sqlite3 failed
 }}}

 I'm on a 10.10.5 system and this is the first time I face this kind of
 problem so maybe there is something simple I didn't do right. Linking a
 copy of my main.log file.

--
Ticket URL: <https://trac.macports.org/ticket/53568#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list