Author Topic: PixInsight cannot work on Debian testing anymore  (Read 1454 times)

Offline lock042

  • Newcomer
  • Posts: 3
PixInsight cannot work on Debian testing anymore
« on: 2016 November 16 06:53:52 »
Hello, due to dependencies to libgstreamer-plugins-base0.10-0 and according to this: https://packages.debian.org/search?lang=fr&searchon=names&keywords=libgstreamer-plugins-base, the 0.10 version is not available anymore in testing (stretch).
In consequence, PixInsight cannot be launched on this system anymore.

Best regards

Offline lock042

  • Newcomer
  • Posts: 3
Re: PixInsight cannot work on Debian testing anymore
« Reply #1 on: 2017 January 12 02:01:16 »
No one are using debian ?

Offline copello

  • PTeam Member
  • Newcomer
  • Posts: 31
Re: PixInsight cannot work on Debian testing anymore
« Reply #2 on: 2017 January 12 06:18:23 »
As Ubuntu is based on Debian, there is a simple and hacky workaround:

Code: [Select]
> mkdir debs && cd debs
> wget http://fr.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-0_0.10.36-1_amd64.deb
> wget wget http://fr.archive.ubuntu.com/ubuntu/pool/universe/g/gstreamer0.10/libgstreamer0.10-0_0.10.36-1.5ubuntu1_amd64.deb
> sudo dpkg --install *

Code: [Select]
> uname -a && lsb_release -a && /opt/PixInsight/bin/PixInsight.sh
Linux debian-stretch-testing 4.7.0-1-amd64 #1 SMP Debian 4.7.8-1 (2016-10-19) x86_64 GNU/Linux
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux testing (stretch)
Release: testing
Codename: stretch

PixInsight Core 01.08.04.1198 Ripley (x64)
Copyright (c) 2003-2016 Pleiades Astrophoto
...
...
...

Cheers
 Thomas

Offline lock042

  • Newcomer
  • Posts: 3
Re: PixInsight cannot work on Debian testing anymore
« Reply #3 on: 2017 January 12 07:38:20 »
Don't like too much installing old packages.
I think that the best solution would be to take into account both versions of the library in PixInsight as the old one will be deprecated.
Don't you think ?

However, thanks for the tip !!

Offline Oleg Astro

  • Newcomer
  • Posts: 32
  • Albufeira, Portugal
    • Ubuntu Astronomy 16.04
Re: PixInsight cannot work on Debian testing anymore
« Reply #4 on: 2017 January 15 02:45:56 »
No one are using debian ?
In my case, PixInsight doesn't work without library libgstapp-0.10.so.0:
Code: [Select]
astronom@ubuntu:~$ /opt/PixInsight/bin/PixInsight.sh %F
/opt/PixInsight/bin/PixInsight: error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory
.

My OS is Ubuntu Astronomy 16.04 (64 bit).

You can see my solution on attached picture: