[MacPorts] #68763: openssh @ 9.5p1_2 - Fails to configure on Lion & Mtn Lion - Missing entropy source
MacPorts
noreply at macports.org
Fri Nov 24 17:06:27 UTC 2023
#68763: openssh @ 9.5p1_2 - Fails to configure on Lion & Mtn Lion - Missing entropy
source
----------------------+--------------------------------
Reporter: RobK88 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords: lion, mountainlion
Port: openssh |
----------------------+--------------------------------
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 then tried to build the
latest version of `openssh` on Lion. It worked!
{{{
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$ 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$ sudo port clean openssh
Password:
---> Cleaning openssh
bash-3.2$ port installed openssh
The following ports are currently installed:
openssh @9.5p1_1 (active)
bash-3.2$ sudo port upgrade openssh
---> Computing dependencies for openssh
---> Fetching distfiles for openssh
---> Verifying checksums for openssh
---> Extracting openssh
---> Applying patches to openssh
---> Configuring openssh
---> Building openssh
---> Staging openssh into destroot
---> Creating launchd control script 'OpenSSH'
---> Installing openssh @9.5p1_2
---> Cleaning openssh
---> Computing dependencies for openssh
---> Deactivating openssh @9.5p1_1
---> Cleaning openssh
---> Activating openssh @9.5p1_2
---> Cleaning openssh
---> Scanning binaries for linking errors
---> No broken files found.
---> No broken ports found.
---> Some of the ports you installed have notes:
openssh has the following notes:
A startup item has been generated that will aid in starting openssh
with launchd. It is disabled by default. Execute the
following command to start it, and to cause it to launch at startup:
sudo port load openssh
}}}
--
Ticket URL: <https://trac.macports.org/ticket/68763#comment:11>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list