Changes between Initial Version and Version 1 of Ticket #68451


Ignore:
Timestamp:
Oct 13, 2023, 7:19:45 AM (7 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68451

    • Property Summary changed from libgcc11 fails to build on Mac Sonoma to libgcc11 @11.4.0: ld: Assertion failed: (resultIndex < sectData.atoms.size()), function findAtom, file Relocations.cpp, line 1336.
    • Property Priority changed from High to Normal
    • Property Milestone changed from MacPorts Future to
    • Property Keywords sonoma added; libgcc11 Sonoma removed
    • Property Port libgcc11 added
  • Ticket #68451 – Description

    initial v1  
    11After updating to Sonoma 14.0, issued command sudo port upgrade outdated and failed when building libgcc11:
    22
     3{{{
    34:info:build -macosx_version_min has been renamed to -macos_version_min
    45:info:build 0  0x1067a8f43  __assert_rtn + 64
     
    1314:info:build 9  0x1066f7d67  main + 12263
    1415:info:build ld: Assertion failed: (resultIndex < sectData.atoms.size()), function findAtom, file Relocations.cpp, line 1336.
     16}}}
    1517
    1618main.log is attached.
     
    1820I did issue sudo port clean libgcc11 before re-issuing sudo port upgrade outdated before the same error occurred again.
    1921
    20 I looked online and notice that [people using homebrew came across the same error](https://github.com/Homebrew/homebrew-core/issues/145991) and it seems compiling with the option -Wl,-ld_classic, fixes the problem.
     22I looked online and notice that [https://github.com/Homebrew/homebrew-core/issues/145991 people using homebrew came across the same error] and it seems compiling with the option `-Wl,-ld_classic`, fixes the problem.