https://bugs.documentfoundation.org/show_bug.cgi?id=172033
--- Comment #2 from Sierk Bornemann <[email protected]> --- (In reply to Sierk Bornemann from comment #0) > My guessing: > > Cause seems to be in this file: Contents/Frameworks/libmergedlo.dylib > > Looking into libmergedlo.dylib with otool: > > % otool -L > /Users/$USER/Applications/LibreOfficeDev.app/Contents/Frameworks/libmergedlo. > dylib|grep libfontconfig.1.dylib > /Users/tdf/lode/jenkins/workspace/lo_gerrit/tb/build_master/workdir/ > UnpackedTarball/fontconfig/src/.libs/libfontconfig.1.dylib (compatibility > version 18.0.0, current version 18.1.0) > > --> There seems to be a hardcoded file and path in libmergedlo.dylib: > /Users/tdf/lode/jenkins/workspace/lo_gerrit/tb/build_master/workdir/ > UnpackedTarball/fontconfig/src/.libs/libfontconfig.1.dylib , which doesn't > exist on the user's system, and so can't be found – so, the app crashes on > launch. Comparing/control test with the daily build from 2026-04-28 (Build ID 5fdf0a21d5194f949c4663475efcd3e591fc943d, does _not_ crash, _launches _succesfully_): Version: 26.8.0.0.alpha0+ (AARCH64) Build ID: 5fdf0a21d5194f949c4663475efcd3e591fc943d CPU threads: 10; OS: macOS 26.4.1; UI render: Skia/Metal; VCL: osx Locale: de-DE (de_DE.UTF-8); UI: de-DE Calc: threaded % otool -L /Users/$USER/Applications/LibreOfficeDev.app/Contents/Frameworks/libmergedlo.dylib|grep libfontconfig.1.dylib % -> In contrast to the current daily build for macOS aarch64, the libmergedlo.dylib of the 2026-04-28-build _lacks_ this reference to /Users/tdf/lode/jenkins/workspace/lo_gerrit/tb/build_master/workdir/UnpackedTarball/fontconfig/src/.libs/libfontconfig.1.dylib, and the app does _not_ crash, launches successfully as expected. -- You are receiving this mail because: You are the assignee for the bug.
