Linux Build fails #111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, i am unable to build the Linux Client.
The error that occurs:
`
2025-07-28 07:35:56 (137 MB/s) - ‘appimage-builder-x86_64.AppImage’ saved [55874752/55874752]
~/work/rdgen/rdgen
~/work/rdgen/rdgen/appimage ~/work/rdgen/rdgen
Traceback (most recent call last):
File "/tmp/.mount_appimatwfQ9M/usr/lib/python3.8/site-packages/schema.py", line 443, in validate
return s.validate(data, **kwargs)
File "/tmp/.mount_appimatwfQ9M/usr/lib/python3.8/site-packages/schema.py", line 426, in validate
raise SchemaWrongKeyError(message, e.format(data) if e else None)
schema.SchemaWrongKeyError: Wrong key 'comp' in {'arch': 'aarch64', 'update-information': 'guess', 'comp': 'gzip'}
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/.mount_appimatwfQ9M/usr/lib/python3.8/site-packages/schema.py", line 405, in validate
nvalue = Schema(svalue, error=e, ignore_extra_keys=i).validate(value, **kwargs)
File "/tmp/.mount_appimatwfQ9M/usr/lib/python3.8/site-packages/schema.py", line 445, in validate
raise SchemaError([None] + x.autos, [e.format(data) if e else None] + x.errors)
schema.SchemaError: Wrong key 'comp' in {'arch': 'aarch64', 'update-information': 'guess', 'comp': 'gzip'}
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/.mount_appimatwfQ9M/usr/bin/appimage-builder", line 8, in
sys.exit(main())
File "/tmp/.mount_appimatwfQ9M/usr/lib/python3.8/site-packages/appimagebuilder/main.py", line 44, in main
schema.validate(recipe_roamer)
File "/tmp/.mount_appimatwfQ9M/usr/lib/python3.8/site-packages/appimagebuilder/recipe/schema.py", line 113, in validate
return self.v1.validate(recipe(resolve_variables=False))
File "/tmp/.mount_appimatwfQ9M/usr/lib/python3.8/site-packages/schema.py", line 409, in validate
raise SchemaError([message] + x.autos, [e.format(data) if e else None] + x.errors)
schema.SchemaError: Key 'AppImage' error:
Wrong key 'comp' in {'arch': 'aarch64', 'update-information': 'guess', 'comp': 'gzip'}
Error: Process completed with exit code 1.`