Skip to content
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

[Theos Compiler] Dragon fails to build most Theos templates #102

Open
2 of 9 tasks
L1ghtmann opened this issue Oct 8, 2021 · 0 comments
Open
2 of 9 tasks

[Theos Compiler] Dragon fails to build most Theos templates #102

L1ghtmann opened this issue Oct 8, 2021 · 0 comments

Comments

@L1ghtmann
Copy link
Collaborator

L1ghtmann commented Oct 8, 2021

  • 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
  • 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 L1ghtmann changed the title [Theos Compiler] Dragon fails to build applications and frameworks [Theos Compiler] Dragon fails to build most Theos templates Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants