dragon icon indicating copy to clipboard operation
dragon copied to clipboard

[Theos Compiler] Dragon fails to build most Theos templates

Open L1ghtmann opened this issue 4 years ago • 0 comments

  • [x] application_modern
ninja: error: build.ninja:134: empty path
  • [ ] control_center_module-11up Due to missing header
  • [ ] flipswitch_switch Due to outdated header in **/include/
  • [ ] preference_bundle_modern Due to no control
'TheosMakefileProcessor' object has no attribute 'control'
  • [ ] theme Due to unrecognized format (no control; only layout; not resource-bundle)
[Packager] Pulling 'control' values from DragonMake
[Packager] DragonMake not found, not sure how we got here honestly.
...
control.py", line 60, in main
    control = {keys[key]: value for (key, value) in config.items() if key in keys}
                                                    ^^^^^^
UnboundLocalError: cannot access local variable 'config' where it is not associated with a value
  • [x] tool
mv: cannot stat '.dragon/_/.dragonbuilding': No such file or directory
/home/lightmann/.local/lib/python3.10/site-packages/dragon/shscripts//packaging: line 50: .dragon/_/DEBIAN/control: No such file or directory
/home/lightmann/.local/lib/python3.10/site-packages/dragon/shscripts//packaging: line 54: .dragon/_/DEBIAN/control: No such file or directory
du: cannot access '.dragon/_': No such file or directory
chmod: cannot access '.dragon/_/DEBIAN/*': No such file or directory
[Packager] Building Package
ERROR: '/home/lightmann/dragon-stuff/type-tests/build/tool/.dragon/_' is not a directory or does not exist.
  • [ ] tweak_with_simple_preferences Due to outdated header in **/include/
  • [ ] xpc_service Parsing error (control + tool.mk)
[Packager] Pulling 'control' values from DragonMake
[Packager] DragonMake not found, not sure how we got here honestly.
...
control.py", line 60, in main
    control = {keys[key]: value for (key, value) in config.items() if key in keys}
                                                    ^^^^^^
UnboundLocalError: cannot access local variable 'config' where it is not associated with a value
  • [ ] xpc_service_modern Due to missing xpc headers in include

Untested:

application_swift
jailed
preference_bundle_swift
tool_swift
tweak_swift

L1ghtmann avatar Oct 08 '21 01:10 L1ghtmann