blizzard4591 / openMittsu

An open source implementation and desktop client of the Threema Messenger App.
Other
175 stars 22 forks source link

installation issues on armhf #74

Closed huggymann closed 3 years ago

huggymann commented 3 years ago

Trying to install on armhf throws a dependencies error. I have been using the method mentioned in the download section using command line (apt) but also the deb package installation fails.

Error Message manual steps

The following packages have unfulfilled dependencies: openmittsu : Depends on: libqt5sql5-sqlcipher but is not installable. Depends on: libqrencode3 but is not installable Depends on: libavcodec-extra

Error Message deb package installation: image

my system information

blizzard4591 commented 3 years ago

Sorry about this issue, the dependencies for the packages have not been maintained very well. There are two issues here:

  1. libqrencode3 is missing: I fixed this by changing the depends stance to libqrencode4.
  2. libqt5sql5-sqlcipher: You need to install this by hand, its available from the same source: https://downloads.openmittsu.de/deb/libqt5sql5-sqlcipher_0.1.3-1-5.11.3_armhf.deb

My build server is rebuilding the openMittsu package for ArmHF, but even on my RPIv4, a full build takes 1:10h. Once it is done, you can find the (hopefully) fixed DEB here: https://downloads.openmittsu.de/deb/openmittsu_0.9.16-15_armhf.deb