×

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

Bi-monthly release with minor bug fixes and improvements

indi_canon_ccd crash: latest update

  • Posts: 60
  • Thank you received: 1
Not everyone can compile.
And I don't know when the github repository is stable.
There is indeed a 3.4.3 branch, but it crashes (park / unpark with LX200_OnSTep).
Ubuntu 20.04 is widely used and it is a shame not to be able to install Kstars directly alongside other applications (especially Siril).
For now, I'll be using something other than Kstars.
If I really need it, I would install in a VM with no other problematic apps.
3 years 7 months ago #58782

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

  • Posts: 969
  • Thank you received: 94
Hi
Are you 100% certain that you have the 20.04 repository?
sudo apt-add-repository ppa:mutlaqja/ppa
When you upgrade to 20.04, as part of that process, it disables the 18.04 repositories.
HTH
3 years 7 months ago #58792

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

  • Posts: 60
  • Thank you received: 1
Yes, i have all repository pointed on focal (20.04).
libraw20 doesn't exist in focal (packages.ubuntu.com/search?suite=focal&a...ents&keywords=libraw)
3 years 7 months ago #58794

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

  • Posts: 969
  • Thank you received: 94
Hi

It's in Jasem's 20.04 PPA
Cheers
3 years 7 months ago #58795

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

  • Posts: 60
  • Thank you received: 1
Yes, but it breaks packages that use lbraw19
3 years 7 months ago #58796

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

  • Posts: 2
  • Thank you received: 0
Yes, libraw20 breaks libraw19 because the deb control has libraw19 set conflicts and replaces. Replaces shouldn't be set because it doesn't overwrite anything. I'm not sure if there is actually a conflict but there doesn't seem to be.

You can get it to install if you download the deb:
apt-get download libraw20

Unpack it:
ar x libraw20_0.20.0~202008211452~ubuntu20.04.1_amd64.deb

Unpack control:
tar -xf control.tar.xz

Edit control:
delete Conflicts: libraw19
delete Replaces: libraw19

Repack control
tar --ignore-failed-read -cvzf control.tar.gz md5sums control

Repack the deb
ar rcs libraw20_fixed.deb debian-binary control.tar.gz data.tar.xz

Install
sudo dpkg -i libraw20_fixed.deb
3 years 7 months ago #58799

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

libraw-dev conflicts so this is what led to the conflicts/replaces issue.
3 years 7 months ago #58802

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

  • Posts: 216
  • Thank you received: 120
@knro is it possible to modify the package in the PPA to remove the "Replaces" and "Conflicts" lines from the manifest, so we don't need to manually hack the deb files?
Last edit: 3 years 7 months ago by Rick Bassham.
3 years 7 months ago #58803

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

As I indicated above, libraw-dev would conflict since development package from both versions would try to overwrite each other. The only solution is to use libraw20 prefix for development package as well, but that would require quite a bit of work.
3 years 7 months ago #58804

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

  • Posts: 216
  • Thank you received: 120
Yeah, looks like we posted about the same time. Having another solution would be nice, though. I just realized I can't install oacapture as a deb because of its dependency on libraw19. I already have separate systems for processing and imaging, but having a separate system for DSO vs planetary would be overkill for me.
3 years 7 months ago #58806

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

Time to create page: 0.799 seconds