On 21/2/2025 05:21, Riccardo Mottola via macports-dev wrote:
It doesn't explain why libpc shouldn't build universal, but the real question, where is all this universal coming from? I never requested it on this system. Can I trace the ports(s) pulling it in?
a quick grep for universal in ports shoes a lot of active:
python310, libomp, sqlite3, xz, libffi, libiconv, expat and even clang-11-boostrap

Either some port has +universal as a default variant, or doesn't support x86_64 and builds as i386, thus causing its dependencies to be universal.

This will show you all installed ports that are i386 (either solely or as one of their universal archs):
port -v installed | grep -F i386

This will do the same but only for recursive dependents of openssl3:
port -v installed rdependentof:openssl3 | grep -F i386

- Josh

Reply via email to