×

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

Bi-monthly release with minor bug fixes and improvements

Dependency problem on RPI2 with atikccd

  • Posts: 9
  • Thank you received: 2
Hey Peter,
thanks for this hint. The good news #1 is: The package can be installed in this way. The good news #2 is: I can start indi_atik_ccd and it talks to my camera. The bad news is: This confuses the package manager and apt-get becomes virtually useless. So, this is only a solution for a short time.

Will make more tests tomorrow night or so. Maybe I will terminate my Ubuntu adventure and go back to Raspian and build everything from scratch.
Best Regards
Andy
8 years 3 months ago #6582

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

Peter, Debian in all their collective wisdom, decided to rename the library to libcfitsio2, it's still cfitsio v3 but the SO name is 2 now, don't ask me why.
8 years 3 months ago #6583

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

  • Posts: 712
  • Thank you received: 174
Great, it seems, that I'll remove this dependency from the driver and will rely on that it is installed anyway on machine with INDI :) Peter
Last edit: 8 years 3 months ago by Peter Polakovic.
8 years 3 months ago #6585

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

  • Posts: 193
  • Thank you received: 46
can you make the dependacy 2 or 3 ? I've never taken a close look at how debian specifies dependancies, but the systems I have worked with give the option to make it depend on one or the other, and installation will drag along whichever is available.
8 years 3 months ago #6601

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

  • Posts: 712
  • Thank you received: 174
To be honest I don't know. But dependency on the package name is not an issue, some cfitsio is definitely present on the system if INDI is installed. What can be a problem is if .so library has a different name. Peter
8 years 3 months ago #6604

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

  • Posts: 9
  • Thank you received: 2
I just wanted to let the community know the latest status on this:
(1) The wrong library name is an official debian bug - no idea when they will fix it.
(2) I removed the dependency from the package
(3) Created a symbolic link for libcfitsio3 for dynamic linking
-> Picture taking works fine now.
Let's see what happens when the bug is corrected...
Thanks to everyone for their answers.
The following user(s) said Thank You: Peter Polakovic, Radek Kaczorek
8 years 3 months ago #6702

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

  • Posts: 983
  • Thank you received: 375
I confirm this issue.
Ubuntu 15.10 is distributed with libcfitsio2, which contains libcfitsio.so.2 and not libcfitsio.so.3
Quick fix is to run # ln -s /usr/lib/arm-linux-gnueabihf/libcfitsio.so.2 /usr/lib/arm-linux-gnueabihf/libcfitsio.so.3
This however does not fix apt-get inconsistency. Which is pain for any update.

Peter, I believe that removing this dependency from the driver is the best idea. The driver itself should require libindi1 only. All the other dependencies are indirect and are applicable to libindi1, not atik_ccd.
8 years 2 months ago #6827

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

  • Posts: 712
  • Thank you received: 174
Yes, I'll do it in next version. Peter
The following user(s) said Thank You: Radek Kaczorek
8 years 2 months ago #6831

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

  • Posts: 983
  • Thank you received: 375
Peter, the dependency problem still exists in atikccd 0.47.
Please put it on your CR list for the next version.
8 years 4 weeks ago #7362

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

  • Posts: 712
  • Thank you received: 174
The following user(s) said Thank You: Radek Kaczorek
8 years 4 weeks ago #7363

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

  • Posts: 983
  • Thank you received: 375
Solved! Thanks a lot.
8 years 4 weeks ago #7365

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

  • Posts: 77
  • Thank you received: 10
I just compiled v4 (nasa warn of a critical bug fix) and symbolic linked the cfitsio (and v3) to v4.

I noted that on the standard ubuntu 15.x desktop install that it's v2 hence the deb package still gives the same issue.
ODROID C2 Ubuntu
8 years 4 weeks ago #7377

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

Time to create page: 0.737 seconds