[MacPorts] #53421: port selfupdate failed for Version 2.4.0 on 10.4.11 Tiger

MacPorts noreply at macports.org
Tue Feb 7 22:17:29 UTC 2017


#53421: port selfupdate failed for Version 2.4.0 on 10.4.11 Tiger
----------------------+-------------------
  Reporter:  feilipu  |      Owner:
      Type:  defect   |     Status:  new
  Priority:  Normal   |  Milestone:
 Component:  base     |    Version:  2.4.0
Resolution:           |   Keywords:  tiger
      Port:           |
----------------------+-------------------

Comment (by kencu):

 I found it.
 {{{
 --with-sqlite3prefix
 }}}

 so on Tiger, I already need to install a bootstrap version into
 `/opt/bootstrap`, then install curl in there. Now I also need to install
 sqlite3 in there. Then build macports from source, using
 {{{
 ./configure --with-curlprefix=/opt/bootstrap --with-
 sqlite3prefix=/opt/bootstrap
 }}}

 with that process you get a modern curl (fixing all the download problems
 on older systems) and a current sqlite3 (fixing the upgrad issues)

 admittedly, it's a couple of steps. but it works.

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


More information about the macports-tickets mailing list