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

Fix odd 'deps' target not firing for fresh Buster install #599

Merged
merged 1 commit into from
Oct 7, 2021

Conversation

linuxkidd
Copy link
Collaborator

  • Moved the dependencies check to its own target
  • Made anything that compiles code depend on the dependencies check target
  • Changed structure of the 'deps' target so that an entirely different 'deps' target is defined if root vs not.

Tested on a fresh, Rasberry Pi OS - Lite install, from release date May 7th 2021

  • Previous to this update, the make deps would fail as has been reported.
  • After this update, the full installation proceeds normally with ./install.sh, including make deps

Resolves #590
Resolves #595

@linuxkidd linuxkidd added bug needs software change confirmed labels Oct 7, 2021
@linuxkidd linuxkidd self-assigned this Oct 7, 2021
Copy link
Collaborator

@ckuethe ckuethe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for me.

@ckuethe ckuethe merged commit 6cb3152 into AllskyTeam:master Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs software change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trying an install on a fresh os install failed. Installation Fails
2 participants