Linux Build fails #111

Open
opened 2025-07-28 17:23:34 +08:00 by slewantoski · 0 comments
slewantoski commented 2025-07-28 17:23:34 +08:00 (Migrated from github.com)

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.`

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 <module> 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.`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 3344/rdgen#111