You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed and (hopefully) working, please try https://github.com/probonopd/linuxdeployqt/releases/tag/continuous. Turns out that strip has a bug that cripples binaries on which patchelf was previously run (NixOS/patchelf#10). Therefore, I am now checking whether a binary has a rpath starting with $ (indicating that we already ran patchelf on it), and not run strip in that case. c643d6a
./linuxdeployqt-continuous-x86_64.AppImage /home/Aix/build-mycroft-qtapplication-Desktop-Release/mycroft-qtapplication -no-strip -appimage -bundle-non-qt-libs -qmldir=/home/Aix/build-mycroft-qtapplication-Desktop-Release/qml/ -verbose=3
Log: Using patchelf:
Log: change rpath in "/home/Aix/release-mycroft-qtapplication/lib//libnsl.so.1"
Log: to "$ORIGIN"
ERROR: runPatchelf: "patchelf: cannot find section '.dynamic'\n"
ERROR: runPatchelf: ""
Distro: Fedora 25 Plasma 5 Using Distribution QT5 and QtCreator
The text was updated successfully, but these errors were encountered: