-
Notifications
You must be signed in to change notification settings - Fork 180
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
Installation Fails #590
Comments
See last 2 comments here #560 |
Sorry for the lack of info - I've been frustrated all day trying to do both a fresh installation and and update with a directory removal and installation. The result always fails as shown below.
|
That's better. Note that the error says So |
I did try both "make deps" and "sudo make deps" without success. I did this in the allsky folder. |
And what is the output of |
|
The lines through the text resulted after I pasted in the text into the comment space |
If you put |
Try this: edit src/Makefile, insert a tab at the beginning of lines 36-42, so it looks like this:
then try |
This is the result after the edit
|
Just to be sure I did the edit correctly all I added was the tabs to make the text format indentical to your suggestion |
I've tried the install with: Rpi4 -4GB -new Buster install -on 32GB SD card |
with both RPiHQ and ASI120 installed |
Yes, at this stage cameras have nothing to do with it. I'm not sure your source tree is correct; the following worked for me (just to check that
What happens when you do that? cc @linuxkidd who knows more about makefiles than I do. |
This is the result - I will be away fro the PC for awhile as I need to head to the obsevatory.
|
Weird. Very weird. You should have got an error about needing to run make deps as root. 🤯 |
can you try with this patch? https://patch-diff.githubusercontent.com/raw/thomasjacquin/allsky/pull/596.diff |
To be clear, you can apply the patch to your current installation of allsky (assuming it's up to date with this repo) by using the following while logged in as the
Then, retry
|
Actually, the patch was just merged, so you can do the above, or you can do:
Then, retry
|
FYI - I have a reproducer for this and am working to figure out the issue. If you'd like to move forward without waiting for a fix, please run the following command.
After that, you can re-run the Let us know how it turns out, and thanks for your patience! |
I've restructured the Makefile a bit and gotten past the Until it's merged, you can apply the patch to your current installation of allsky (assuming it's up to date with this repo) by using the following while logged in as the
Then, retry
|
Thanks for the help but I'm still having difficulties. I tried the changes proposed above but the installation failed. I then started with a fresh Buster image and did a new install of the allsky and the GUI Program started but no image available using RPiHQ. I checked the config.sh file and found the following Choose between "ZWO", "", or "auto". "auto" prefers ZWO if present.CAMERA=" " I changed to CAMERA=”auto” saved and rebooted Still no image A connected a ASI-120MC-S rebooted still no image Changed config.sh to CAMERA=”ZWO” saved and rebooted Changed to CAMERA=”RPiHQ” saved and rebooted The systems hangs with the ASI120 installed but not with the RPiHQ. On one reboot wifi would not connect with ASI120 installed. Removed ASI120 – rebooted – wifi now works. Installed ASI120 – still have wifi. I have not been able to repeat the loss of wifi but the system keeps stalling with the ASI120 installed |
Dependancies Installation fails. I've tried to install using a fresh Buster image on Rpi 4, 3 and Zero.
Installation worked OK two weeks ago following the same process.
The text was updated successfully, but these errors were encountered: