-
-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
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
Option parsing failed: Unknown option --appimage-version #1187
Comments
I also have the same problem, performed the clone of the project, already at the first compilation: execute:
In addition, the "AppImageKit/out" folder is present and contains the generated files, it is not deleted by build.sh. |
The problem occurs on the second test:
but if I run the same test on the files in the / out folder, everything works. The problem is quite minor, as it occurs just before it finishes, blocking the deletion of temporary files and the modification of file names:
|
I tested this with https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage from https://github.com/AppImage/appimagetool/releases/tag/continuous and it seems to be working with that version, which is using https://github.com/AppImage/type2-runtime internally:
The binaries in this repo will soon be superseded by the ones I mentioned, so it's probably not worth to backport the fix. |
Can you please retry with the latest https://github.com/AppImage/type2-runtime/releases/tag/continuous build? If you want to try: Thanks for retesting. |
I cloned the repo and ran
ARCH=x86_64 ci/build.sh
. It fails withInterestingly this does not happen on the CI builds (e.g. the latest)... Any hint what I'm doing wrong?
Full log: https://pastebin.com/N6LMW5dn
The text was updated successfully, but these errors were encountered: