[Gambas-user] After Last daily, app build fails

Brian G brian at westwoodsvcs.com
Fri Nov 10 15:09:12 CET 2023


After the last daily build, or maybe a week or so I started getting this error when trying to build the app package: 
Do I need to adjust something in my system? 

Making build directory. 
rm -rf '/home/brian/.var/tmp/AppImage/AppDir' 
mkdir -p '/home/brian/.var/tmp/AppImage/AppDir/usr/bin' 
mkdir -p '/home/brian/.var/tmp/AppImage/AppDir/usr/share/icons/hicolor/256x256/apps' 
Generating 'AppImageBuilder' configuration file... 
Creating AppImage... 
cd '/home/brian/.var/tmp/AppImage' 
appimage-builder --skip-script --skip-tests 
Traceback (most recent call last): 
File "/tmp/.mount_appimaKFbsR2/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_appimaKFbsR2/usr/lib/python3.8/site-packages/schema.py", line 366, in validate 
return type(data)(o.validate(d, **kwargs) for d in data) 
File "/tmp/.mount_appimaKFbsR2/usr/lib/python3.8/site-packages/schema.py", line 366, in <genexpr> 
return type(data)(o.validate(d, **kwargs) for d in data) 
File "/tmp/.mount_appimaKFbsR2/usr/lib/python3.8/site-packages/schema.py", line 167, in validate 
raise SchemaError( 
schema.SchemaError: Or(<class 'str'>) did not validate None 
None should be instance of 'str' 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "/tmp/.mount_appimaKFbsR2/usr/lib/python3.8/site-packages/schema.py", line 443, in validate 
return s.validate(data, **kwargs) 
File "/tmp/.mount_appimaKFbsR2/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 'include' error: 
Or(<class 'str'>) did not validate None 
None should be instance of 'str' 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "/tmp/.mount_appimaKFbsR2/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_appimaKFbsR2/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: Key 'include' error: 
Or(<class 'str'>) did not validate None 
None should be instance of 'str' 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "/tmp/.mount_appimaKFbsR2/usr/lib/python3.8/site-packages/schema.py", line 443, in validate 
return s.validate(data, **kwargs) 
File "/tmp/.mount_appimaKFbsR2/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 'apt' error: 
Key 'include' error: 
Or(<class 'str'>) did not validate None 
None should be instance of 'str' 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "/tmp/.mount_appimaKFbsR2/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_appimaKFbsR2/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: Key 'apt' error: 
Key 'include' error: 
Or(<class 'str'>) did not validate None 
None should be instance of 'str' 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "/tmp/.mount_appimaKFbsR2/usr/bin/appimage-builder", line 8, in <module> 
sys.exit(__main__()) 
File "/tmp/.mount_appimaKFbsR2/usr/lib/python3.8/site-packages/appimagebuilder/__main__.py", line 44, in __main__ 
schema.validate(recipe_roamer) 
File "/tmp/.mount_appimaKFbsR2/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_appimaKFbsR2/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 'AppDir' error: 
Key 'apt' error: 
Key 'include' error: 
Or(<class 'str'>) did not validate None 
None should be instance of 'str' 
The package build has failed. 
Package.MakeAppImagePackage.2957: Unable to create AppImage. 


"Failure is the key to success; 
each mistake teaches us something" .. Morihei Ueshiba 
Brian G 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20231110/5b830ce6/attachment.htm>


More information about the User mailing list