×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

AstroPi3 Scripts revised

  • Posts: 114
  • Thank you received: 17
Rob,
I've tried that for you here is the result

pi@raspberrypi:~/AstroRoot/indi-build/3rdparty-Drivers $ sudo make install
make: *** No rule to make target 'install'. Stop.
4 years 4 months ago #45418

Please Log in or Create an account to join the conversation.

  • Posts: 2876
  • Thank you received: 809
And if you do
ls ~/AstroRoot/indi-build/3rdparty-Drivers

Is that directory empty?
4 years 4 months ago #45420

Please Log in or Create an account to join the conversation.

  • Posts: 114
  • Thank you received: 17
Rob,
I've just looked in the indi-build / 3rdparty-drivers and there's no manifest.txt screen dump attached
4 years 4 months ago #45421
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 2876
  • Thank you received: 809
well clearly the directory is not empty

we could try to delete everything from that folder, rebuild those drivers, and see what happens:


rm -r ~/AstroRoot/indi-build/3rdparty-Drivers/*

cd ~/AstroRoot/indi-build/3rdparty-Drivers
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_FXLOAD=1 ~/AstroRoot/indi-3rdparty
make -j $(expr $(nproc) + 2)
sudo make install

Let me know where a problem occurs.
4 years 4 months ago #45422

Please Log in or Create an account to join the conversation.

  • Posts: 114
  • Thank you received: 17
Rob,
see below the error message from the cmake command


CMake Error at CMakeLists.txt:364 (add_subdirectory):
add_subdirectory given source "asi-common" which is not an existing
directory.


CMake Error at cmake_modules/FindASI.cmake:68 (message):
ASI not found. Please install libasi www.indilib.org
Call Stack (most recent call first):
indi-asi/CMakeLists.txt:8 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/pi/AstroRoot/indi-build/3rdparty-Drivers/CMakeFiles/CMakeOutput.log".
See also "/home/pi/AstroRoot/indi-build/3rdparty-Drivers/CMakeFiles/CMakeError.log".
4 years 4 months ago #45423

Please Log in or Create an account to join the conversation.

  • Posts: 2876
  • Thank you received: 809
Ok, so that is the answer. Let me check that out.
The following user(s) said Thank You: Alan Archer
4 years 4 months ago #45424

Please Log in or Create an account to join the conversation.

  • Posts: 983
  • Thank you received: 375
asi-common was removed from source tree yesterday. It is replaces by libasi which is required by indi-asi.
4 years 4 months ago #45426

Please Log in or Create an account to join the conversation.

  • Posts: 2876
  • Thank you received: 809
Yep, I found that out. I am submitting a pull request for a revision to CmakeLists in 3rd party. it's almost ready
4 years 4 months ago #45427

Please Log in or Create an account to join the conversation.

  • Posts: 2876
  • Thank you received: 809
Ok I put in a pull request to fix INDI 3rdParty cmakelists.

github.com/indilib/indi-3rdparty/pull/18

Depending on when Jasem or others can get to it, it might be fixed by tomorrow.

Thanks,

Rob
4 years 4 months ago #45428

Please Log in or Create an account to join the conversation.

  • Posts: 2876
  • Thank you received: 809
Ok my pull request just got merged. Please test it to see if this fixed the build problem
The following user(s) said Thank You: Alan Archer
4 years 4 months ago #45435

Please Log in or Create an account to join the conversation.

  • Posts: 326
  • Thank you received: 49

Replied by Avocette on topic AstroPi3 Scripts revised

Hi Rob,
Morning here so I reran your script on the Pi4. The Drivers for the cameras and GPSD have all returned. However there is another more serious problem now. Every time I try to launch Ekos with any equipment profile, KStars crashes. The Indiserver is left running, apparently, so waking up KStars brings up a message about closing down the Indiserver before starting up Ekos, but everything just crashes when you do this.
4 years 4 months ago #45437

Please Log in or Create an account to join the conversation.

  • Posts: 114
  • Thank you received: 17
Rob,
Same here.
Re-ran the script and all the cameras display in the drop down menu and can be selected, but trying to start Ekos results in a crash and Indiserver is left still running in the background. Restarting KStars allows you to set up Ekos again, but when trying to start Ekos there is a warning about Indiserver running and it asks if you wish to close, as soon as you try to close the Indiserver it crashes KStars again.
4 years 4 months ago #45438

Please Log in or Create an account to join the conversation.

Time to create page: 0.395 seconds