On 24/2/2025 20:20, Ryan Carsten Schmidt wrote:
On Feb 24, 2025, at 02:56, Riccardo Mottola wrote:
port -v installed rdependentof:openssl3 | grep -F i386
openssl @3_21+universal requested_variants='+universal' platform='darwin 15'
archs='i386 x86_64' date='2024-11-06T10:45:41+0100'
openssl @3_22+universal (active) requested_variants='+universal'
platform='darwin 15' archs='i386 x86_64' date='2025-02-19T09:57:59+0100'
python310 @3.10.15_0+lto+optimizations+universal
requested_variants='+universal' platform='darwin 15' archs='i386 x86_64'
date='2024-11-06T10:46:17+0100'
python310 @3.10.16_0+lto+optimizations+universal (active)
requested_variants='+universal' platform='darwin 15' archs='i386 x86_64'
date='2025-01-27T01:31:31+0100'
that looks like the issue is python itself that is requested universal?
Yes, that output does show that you have requested the universal variant of
python310.
Or possibly something else that is not now installed required a
universal python310.
- Josh