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

Make dependencies broken #96

Closed
michalfita opened this issue Nov 17, 2021 · 0 comments · Fixed by #97
Closed

Make dependencies broken #96

michalfita opened this issue Nov 17, 2021 · 0 comments · Fixed by #97
Assignees

Comments

@michalfita
Copy link
Contributor

The 70d4c1c for #85 introduced problems with Make targets where generation of extensions loader isn't dependencies for all targets invoking cargo, where root crate refers to the generated dependency.

Symptom:

error: failed to load manifest for workspace member `/home/manveru/projects/kerla/kernel`

Caused by:
  failed to load manifest for dependency `kerla_kexts_loader`

Caused by:
  failed to read `/home/manveru/projects/kerla/build/kexts_loader/Cargo.toml`

Caused by:
  No such file or directory (os error 2)
make: *** [Makefile:142: check] Error 101
@nuta nuta self-assigned this Nov 17, 2021
@nuta nuta closed this as completed in #97 Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants