HoerTech-gGmbH / tascar

GNU General Public License v2.0
34 stars 4 forks source link

Install on Ubuntu 20.10 #3

Closed m-r-s closed 2 years ago

m-r-s commented 3 years ago

I tried to install tascar on Ubuntu 20.10 from the focal repository and it failed due to an unmet dependency.

Will there be (at least unofficial) support for Ubuntu 20.10 or will I have to compile it myself?

marc@mini:~$ sudo apt install tascarpro [sudo] Passwort für marc: Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass Sie eine unmögliche Situation angefordert haben oder, wenn Sie die Unstable-Distribution verwenden, dass einige erforderliche Pakete noch nicht erstellt wurden oder Incoming noch nicht verlassen haben. Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten: libtascar : Hängt ab von: libgsl23 ist aber nicht installierbar oder libgsl2 ist aber nicht installierbar E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.

tobiasherzke commented 3 years ago

As a workaround, it should be possible to add deb http://de.archive.ubuntu.com/ubuntu/ focal main restricted as an additional source to /etc/apt/sources.list and have the dependency resolved this way.

gisogrimm commented 3 years ago

Could you please let me know which version of libgsl is available on Ubuntu 20.10? Officially only LTS versions ob Ubuntu are (and will be) supported.

gisogrimm commented 3 years ago

I added libgsl25 to the possible candidates. Debian packages will be available at about 11am CEST (development branch for now).

m-r-s commented 3 years ago

Wow, you guys are fast :) Installation now works!

Tascar still tries to use the libgsl.so.23 which I needed to work around with a link:

marc@mini:/usr/lib/x86_64-linux-gnu$ sudo ln -s libgsl.so.25 libgsl.so.23

Thanks!

tobiasherzke commented 2 years ago