Changes between Initial Version and Version 2 of Ticket #70671


Ignore:
Timestamp:
Sep 1, 2024, 9:55:09 AM (3 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Set universal_archs in macports.conf to i386 x86_64. Perhaps you've already done this.

Using something like port -vq installed | grep '+universal.* archs=.*ppc', discover which of your ports are installed with the universal variant but including the ppc architecture rather than the x86_64 architecture. Uninstall those ports, forcibly (using the -f flag) if necessary, then clean them and reinstall them so that they will build for i386 and x86_64 instead.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70671

    • Property Keywords gmp gcc architectures removed
  • Ticket #70671 – Description

    initial v2  
    1 When I try to install gcc-14 I see an error stating that it's dependency gmp has an architecture mismatch. I did try to install all architectures for gmp by using both the universal and native variants. I ran this command: sudo port install gmp +universal +native
     1When I try to install gcc-14 I see an error stating that it's dependency gmp has an architecture mismatch. I did try to install all architectures for gmp by using both the universal and native variants. I ran this command:
     2{{{
     3sudo port install gmp +universal +native
     4}}}
    25This did not fix the problem.
    36