[MacPorts] #66427: migrating macports to M1 fails to build cmake

MacPorts noreply at macports.org
Sat Dec 10 01:15:22 UTC 2022


#66427: migrating macports to M1 fails to build cmake
-----------------------+--------------------
  Reporter:  jmgurney  |      Owner:  (none)
      Type:  defect    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:
      Port:  cmake     |
-----------------------+--------------------

Comment (by jmgurney):

 It was not:
 {{{
 $ grep cmake myports.txt.orig
   cmake @3.22.4_0 (active) requested_variants='' platform='darwin 21'
 archs='x86_64' date='2022-06-02T11:45:52-0700'
 }}}

 I have not removed a number of ports because trying each one is too time
 consuming, but things seem to be advancing further.  The only one that I
 dropped that was marked universal was:
 {{{
   db48 @4.8.30_4+universal (active) requested_variants='+universal'
 platform='darwin 21' archs='arm64 x86_64' date='2022-06-02T11:54:37-0700'
 }}}

 the rest don't have a variant:
 {{{
 $ diff myports.txt myports.txt.orig  | grep '^>' | grep -v db48 | awk ' {
 if ($4 ~ /^requested_variants/) print $4; else print $5}' | sort -u
 requested_variants=''
 requested_variants='+llvm80'
 requested_variants='+qt4'
 requested_variants='+sql'
 }}}

 (myports.txt.orig was the original one before I started trimming things
 down, myports.txt is what I'm running now and has been running for a
 couple hours so far.

 I'll try to see which one of the ports is causing the breakage once things
 complete.

-- 
Ticket URL: <https://trac.macports.org/ticket/66427#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list