https://bugs.kde.org/show_bug.cgi?id=433407

--- Comment #4 from Dawid Wróbel <m...@dawidwrobel.com> ---
Just to add evidence to my conclusion, I replaced the QtTextToSpeech rpath with
an absolute path with:

install_name_tool -change
@rpath/QtTextToSpeech.framework/Versions/5/QtTextToSpeech
/Applications/kmymoney.app/Contents/Frameworks/QtTextToSpeech.framework/Versions/5/QtTextToSpeech
/Applications/kmymoney.app/Contents/Frameworks/libKF5TextWidgets.5.dylib

Once done, it moved on until it stopped at another @rpath Qt lib. Replacing it
with an absolute one again made it move on further. Rinse, repeat.

The rpaths don't work and AFIK this is expected if LC_RPATH is not defined in
the executable.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to