AppImageCrafters / appimage-builder

GNU/Linux packaging solution using the AppImage format
MIT License
298 stars 55 forks source link

exited with code 127 #349

Open Musicislife6984 opened 3 months ago

Musicislife6984 commented 3 months ago

anytime I run appimage-builder --generate I get the below output ans the application does not launch appimage-builder --generatesean@sean-Kubuntu:~/qt-appimage-template$ appimage-builder --generate INFO:Generator:Searching AppDir ? ID [Eg: com.example.app]: QtQuickControls2Application ? Application Name: SimpleQtApp ? Icon: QtQuickControls2Application ? Executable path: usr/bin/qt-appimage-template ? Arguments [Default: $@]: $@ ? Version [Eg: 1.0.0]: latest ? Update Information [Default: guess]: guess ? Architecture: x86_64 INFO:AppRuntimeAnalyser:/tmp/.mount_appimawd7JG5/usr/bin/strace -f -E LD_LIBRARY_PATH= -e trace=openat --status=successful /home/*/qt-appimage-template/AppDir/usr/bin/qt-appimage-template $@ WARNING:AppRuntimeAnalyser:/tmp/.mount_appimawd7JG5/usr/bin/strace -f -E LD_LIBRARY_PATH= -e trace=openat --status=successful /home/*/qt-appimage-template/AppDir/usr/bin/qt-appimage-template $@ exited with code 127 WARNING:AppRuntimeAnalyser:This may produce an incomplete/wrong recipe. Please make sure that the application runs properly. INFO:AppRuntimeAnalyser:Reading PT_INTERP from executables INFO:FilePackageResolver:/usr/bin/dpkg-query -S /lib64/ld-linux-x86-64.so.2 INFO:dpkg-query:/usr/bin/dpkg-query -W -f=${binary:Package}: ${Depends}\n libc6:amd64 INFO:Generator:Recipe generation completed.

cage2 commented 2 months ago

Hi!

FWIW I am getting the same error on Debian stable.

Bye! C.

cage2 commented 2 months ago

Hi!

I have solved using the suggestion provided by this comment:

https://github.com/AppImageCrafters/appimage-builder/issues/265#issuecomment-1268621285

Bye! C.