[MacPorts] #62580: hamlib @4.1: please enable python (and python3) bindings.

MacPorts noreply at macports.org
Fri Apr 2 20:35:09 UTC 2021


#62580: hamlib @4.1: please enable python (and python3) bindings.
----------------------+---------------------
  Reporter:  RobK88   |      Owner:  ra1nb0w
      Type:  request  |     Status:  closed
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.6.4
Resolution:  fixed    |   Keywords:
      Port:  hamlib   |
----------------------+---------------------

Comment (by RobK88):

 Thanks.  I found the problem and a workaround.
 Then I found another problm :-(

 The problem with Macs running old OS is the lack of SSL 1.2 support.  So I
 installed an SSL proxy server using squid.
 (see https://forums.macrumors.com/threads/fixing-https-issues-on-old-
 versions-of-os-x.2281326/)

 Take make the SSL proxy server work, I need to use a self signed cert.

 When I disable the SSL Proxy, the port for aom can use git to clone the
 aom repo and install the port.
 SO the workaround for now is to disable the SSL Proxy.

 P.S. Here is the strange part.  If I enable the SSL proxy, I can use git
 on the command line to clone the aom repo!


 {{{
 $ git clone https://aomedia.googlesource.com/aom.git
 Cloning into 'aom'...
 remote: Finding sources: 100% (43/43)
 remote: Total 233843 (delta 186494), reused 233818 (delta 186494)
 Receiving objects: 100% (233843/233843), 295.25 MiB | 3.89 MiB/s, done.
 Resolving deltas: 100% (186494/186494), done.
 }}}

 The git clone only fails when Macports tries to clone the repo.  Strange.
 If you know of a better solution that disabling the SSL Proxy, please let
 me know.

 In any event, once I disable my SSL proxy server and install aom via
 Macports, I still cannot install XLog.


 {{{
 sudo port install xlog
 --->  Computing dependencies for rust
 --->  Fetching distfiles for rust
 Error: rust is only supported on macOS 10.10 or later.
 Error: Failed to fetch rust: unsupported platform version
 Error: See
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_rust/rust/main.log
 for details.
 Error: Problem while installing rust
 Error: Unable to execute port: upgrade librsvg failed
 }}}

 Looks like rust is now only supported on Yosemite and higher.  This is
 will likely break many ports on the older Macs.. :-(

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


More information about the macports-tickets mailing list