[MacPorts] #68769: openssl @3_15 breaks the various ports including ntp, openssh and git

MacPorts noreply at macports.org
Fri Nov 24 16:58:50 UTC 2023


#68769: openssl @3_15 breaks the various ports including ntp, openssh and git
--------------------------+--------------------
  Reporter:  RobK88       |      Owner:  (none)
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.8.1
Resolution:               |   Keywords:
      Port:  openssl ntp  |
--------------------------+--------------------

Comment (by RobK88):

 The problem is definitely with the latest version of `openssl` and
 `openssl3`.

 I reverted to the previous version of `openssl` and `openssl3` by copying
 the previous Portfiles into my local repo.  And reinstalled `openssl` and
 `openssl3`.  Now the `ntp` and `git` ports work properly on Lion.


 {{{
 bash-3.2$ sudo port install openssl
 Password:
 --->  Computing dependencies for openssl
 --->  Fetching distfiles for openssl
 --->  Verifying checksums for openssl
 --->  Extracting openssl
 --->  Configuring openssl
 --->  Building openssl
 --->  Staging openssl into destroot
 --->  Installing openssl @3_14
 --->  Deactivating openssl @3_15+universal
 --->  Cleaning openssl
 --->  Activating openssl @3_14
 --->  Cleaning openssl
 --->  Updating database of binaries
 --->  Scanning binaries for linking errors
 --->  No broken files found.
 --->  No broken ports found.
 bash-3.2$
 bash-3.2$ sudo port install openssl3
 --->  Computing dependencies for openssl3
 --->  Fetching distfiles for openssl3
 --->  Verifying checksums for openssl3
 --->  Extracting openssl3
 --->  Configuring openssl3
 --->  Building openssl3
 --->  Staging openssl3 into destroot
 --->  Installing openssl3 @3.1.4_0
 --->  Deactivating openssl3 @3.2.0_0+universal
 --->  Cleaning openssl3
 --->  Activating openssl3 @3.1.4_0
 --->  Cleaning openssl3
 --->  Updating database of binaries
 --->  Scanning binaries for linking errors
 --->  Found 4 broken files, matching files to ports
 --->  Found 1 broken port, determining rebuild order
 You can always run 'port rev-upgrade' again to fix errors.
 The following ports will be rebuilt: curl @8.4.0+ssl+universal
 Continue? [Y/n]: Y
 --->  Computing dependencies for curl
 --->  Dependencies to be installed: openssl openssl3
 --->  Fetching distfiles for openssl3
 --->  Verifying checksums for openssl3
 --->  Extracting openssl3
 --->  Configuring openssl3
 --->  Building openssl3
 --->  Staging openssl3 into destroot
 --->  Installing openssl3 @3.1.4_0+universal
 --->  Deactivating openssl3 @3.1.4_0
 --->  Cleaning openssl3
 --->  Activating openssl3 @3.1.4_0+universal
 --->  Cleaning openssl3
 --->  Fetching distfiles for openssl
 --->  Verifying checksums for openssl
 --->  Extracting openssl
 --->  Configuring openssl
 --->  Building openssl
 --->  Staging openssl into destroot
 --->  Installing openssl @3_14+universal
 --->  Deactivating openssl @3_14
 --->  Cleaning openssl
 --->  Activating openssl @3_14+universal
 --->  Cleaning openssl
 --->  Cleaning curl
 --->  Updating database of binaries
 --->  Scanning binaries for linking errors
 --->  No broken files found.
 --->  No broken ports found.

 bash-3.2$ git pull origin master
 From https://github.com/RobK88/macports-ports
  * branch                    master     -> FETCH_HEAD
 Already up to date.


 bash-3.2$ sudo launchctl unload
 /opt/local/etc/LaunchDaemons/org.macports.ntp/org.macports.ntp.plist

 bash-3.2$ sudo launchctl load -w
 /opt/local/etc/LaunchDaemons/org.macports.ntp/org.macports.ntp.plist

 bash-3.2$ ps -ax | grep ntp | grep -v grep
 58552 ??         0:00.01 /opt/local/bin/daemondo --label=ntp --start-cmd
 /opt/local/sbin/ntpd -n -g -p /opt/local/var/run/ntpd.pid -f
 /opt/local/var/db/ntp.drift -c /opt/local/etc/ntp.conf ; --restart-
 netchange --pid=exec
 58556 ??         0:00.07 /opt/local/sbin/ntpd -n -g -p
 /opt/local/var/run/ntpd.pid -f /opt/local/var/db/ntp.drift -c
 /opt/local/etc/ntp.conf

 bash-3.2$ ntpstat
 synchronised to NTP server (217.180.209.214) at stratum 2
    time correct to within 27 ms
    polling server every 64 s
 bash-3.2$
 }}}

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


More information about the macports-tickets mailing list