[MacPorts] #61074: sqlite3 @3.33.0_0+universal: Failed to build sqlite3: command execution failed

MacPorts noreply at macports.org
Sat Aug 29 14:01:28 UTC 2020


#61074: sqlite3 @3.33.0_0+universal: Failed to build sqlite3: command execution
failed
----------------------+-------------------------
  Reporter:  qiet72   |      Owner:  Schamschula
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.6.3
Resolution:           |   Keywords:
      Port:  sqlite3  |
----------------------+-------------------------

Comment (by kencu):

 sqlite3 builds for me with the system xcode clang.

 The way it looks to me is that you can't build anything at all. All the
 ports you have managed to install have been prebuilt binary downloads.
 Anything you actually try to build fails.

 I would first of all try a simple "hello, world" program in "c" and then
 in "c++" and make sure your basic kit is even functional. If not, fix
 that. Once you get that working, try building from source the simplest
 port possible -- perhaps "ncurses" that has no dependencies.

 To build from source, you have to force that to happen, otherwise you get
 a pre-built binary. So do this:

 {{{
 sudo port -f uninstall installed
 sudo port -v reclaim
 sudo port -v -s install ncurses
 }}}

 and then report back what is broken here.

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


More information about the macports-tickets mailing list