Hi,
Chris Jones via macports-dev wrote:
b.t.w. this could well be the reason behind the previous issue.
even though you have gcc14 installed, it will most probably only be
the default x86_64 install. When you ran
sudo port -v upgrade openssl3 configure.compiler=macports-gcc-14
something is triggering a universal build, which will mean ports you
have installed non universal will be rebuilt.
you need to figure out what is causing the universal build requirement.
you got it, my openssl3 is +universal (was also already in the previous
4 installs, according to port installed, before it was 64bit only).
This would explain also why I have opnessl3 issues at all on 10.11!
My current libmpc is 64bit.
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
Riccardo