Changes between Initial Version and Version 2 of Ticket #66427


Ignore:
Timestamp:
Dec 9, 2022, 7:35:33 PM (22 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66427

    • Property Port cmake added
  • Ticket #66427 – Description

    initial v2  
    22
    33I am following the direction here:
    4 https://trac.macports.org/wiki/Migration to rebuild the ports.
     4wiki:Migration to rebuild the ports.
    55
    66The issue I'm running into is that cmake is being built as a dependency, but the +universal variant is being built.  This means that cmake is attempting to build for x86_64, and as part of the configure process, tries to run an x86_64 binary but this fails.  I have not installed Rosetta (not sure if this would fix the issue or not), as I'm trying to make sure I get as many native binaries as possible before breaking down and using it.
     
    3333I'd expect that either cmake not support a universal variant, or the migration to not attempt to install universal variants if they don't work.
    3434
    35 I did notice a similar bug in https://trac.macports.org/ticket/66213 and I also noticed that the build systems don't actually build/test the universal variant of ports: https://build.macports.org/builders/ports-12_arm64-builder/builds/73986/steps/install-port/logs/stdio which explains why this failure was not caught.
     35I did notice a similar bug in #66213 and I also noticed that the build systems don't actually build/test the universal variant of ports: https://build.macports.org/builders/ports-12_arm64-builder/builds/73986/steps/install-port/logs/stdio which explains why this failure was not caught.