We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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.
The text was updated successfully, but these errors were encountered:
Hi!
FWIW I am getting the same error on Debian stable.
Bye! C.
Sorry, something went wrong.
I have solved using the suggestion provided by this comment:
#265 (comment)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: