×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

AstroPi3 Scripts revised

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

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

  • Posts: 2877
  • Thank you received: 812
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 5 months ago #45422

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

  • Posts: 118
  • Thank you received: 19
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 5 months ago #45423

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

  • Posts: 2877
  • Thank you received: 812
Ok, so that is the answer. Let me check that out.
The following user(s) said Thank You: Alan Archer
4 years 5 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 5 months ago #45426

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

  • Posts: 2877
  • Thank you received: 812
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 5 months ago #45427

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

  • Posts: 2877
  • Thank you received: 812
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 5 months ago #45428

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

  • Posts: 2877
  • Thank you received: 812
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 5 months ago #45435

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

  • Posts: 326
  • Thank you received: 50

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 5 months ago #45437

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

  • Posts: 118
  • Thank you received: 19
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 5 months ago #45438

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

  • Posts: 118
  • Thank you received: 19
Rob,
Success I’ve just ran the script on a fresh install of Raspbian Buster and it’s all working fine, all cameras, mounts, focuses, filter wheels are there & no crashing on starting Ekos.

Well done, many thanks

Alan
4 years 5 months ago #45439

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

  • Posts: 326
  • Thank you received: 50

Replied by Avocette on topic AstroPi3 Scripts revised

New installation is working better, thanks, certainly in the main elements that are easy to test indoors in foul weather!
I have had a better chance to look more carefully at some hiccups that have confused me in the past (in the dark).
I will post some issues I have identified under the appropriate headings.
Last edit: 4 years 5 months ago by Avocette.
4 years 5 months ago #45442

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

Time to create page: 0.666 seconds