Changes between Initial Version and Version 2 of Ticket #71386


Ignore:
Timestamp:
Nov 25, 2024, 1:20:58 AM (17 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

This is https://github.com/frescobaldi/frescobaldi/issues/1688

It's caused by a py2app bug: https://github.com/ronaldoussoren/py2app/issues/511

I submitted a fix: https://github.com/ronaldoussoren/py2app/pull/537

I guess this means that after we incorporate the fix into py2app we'll have to revbump everything that uses py2app so it gets rebuilt with the correct framework path.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71386

    • Property Status changed from new to assigned
    • Property Cc jmroot added
    • Property Summary changed from Frescobaldi Fails to run for MacOS 15.1.1 - incorrect framework address to py-py2app: Wrong path to Carbon framework
    • Property Keywords sequoia added
    • Property Owner set to dliessi
    • Property Port py-py2app added
  • Ticket #71386 – Description

    initial v2  
    1 Build: sudo port install frescobaldi succeeds, but app will not run
     1Build: `sudo port install frescobaldi` succeeds, but app will not run
    22
     3{{{
    34Error is OSError: dlopen(/System/Library/Carbon.framework/Carbon, 0x0006): tried: '/System/Library/Carbon.framework/Carbon' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/Carbon.framework/Carbon' (no such file), '/System/Library/Carbon.framework/Carbon' (no such file, not in dyld cache)
     5}}}
    46
    57Correct address is /System/Library/Frameworks/Carbon.framework/Carbon