Changes between Version 5 and Version 6 of Ticket #67671, comment 1


Ignore:
Timestamp:
Jun 22, 2023, 10:02:55 AM (11 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67671, comment 1

    v5 v6  
    11I realize that the gdb version built on Apple Silicon Macs will be x86_64. However, the failure stems from:
    22
     3{{{
    34:info:build ld: warning: ignoring file /opt/local/lib/libzstd.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
     5}}}
    46
    57Fix: I had to force uninstall zstd, and
     8{{{
    69$ sudo port install zstd +universal
     10}}}
    711
    812After that gdb 13.1 can be built. The portfile should be updated to reflect the dependency on zstd +universal