On 19/02/2025 11:29 am, Chris Jones via macports-dev wrote:
nothing to upgrade/install, nothing broken... where is the catch? User
error or a bug? where?
Something in your dependency tree is requiring i386, which is what is
triggering
Error: Cannot install libgcc14 for the archs 'i386 x86_64' because
Error: its dependency libmpc cannot build for the required archs.
you need to figure our from your area what is causing this.
If the requirement is valid, and libmpc cannot be made to work with
i386, then you cannot do what you are trying to do.
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.