Replies: 2 comments 2 replies
-
|
That's weird. Maybe a system restart will help? |
Beta Was this translation helpful? Give feedback.
-
|
Okay, I got it to build! So, going forward, is there a better way to handle this situation?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew configbrew configOutput of
brew doctorbrew doctor(Yes, it's messy. I don't control the system and don't have root.)Description of issue
brew upgrade openssl@3orbrew install openssl@3fails to build. It appears that some perl test script is failing to create sockets?Details
Here's a log gist and here's the command output:
brew install --as-dependency openssl@3outputMy troubleshooting
The last log file shows these errors:
If I follow the breadcrumb
.../openssl-3.5.2/util/perl/TLSProxy/Proxy.pm line 159, that code looks like a 10x loop trying to open a socket on a random, high-numbered port. Apparently that fails every time.I know no perl, but when I try a minimal replication of that test, it works fine:
Now what?
And I'm out of ideas. Why could this be failing? How can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions