Update gajim-omemo package

Asked by A

Currently there is old version of this plugin which incompatible with latest python3-axolotl package

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
A (zorn-v) said :
#1
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

You have reported a bug (which is good). You don't need a question as well.

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

Which Ubuntu release and versions of gajim-omemo and python3-axolotl are you using?
What is the output of the commands

uanme -a
lsb_release -crid
apt-cache policy gajim-omemo python3-axolotl

There is a newer version of gajim-omemo for focal (version 2.6.29-1), where the changelog tells "fixes compatibility with new axolotl (Closes: https://bugs.debian.org/940603 )"
Maybe this is what's needed.

Revision history for this message
A (zorn-v) said :
#4

> You have reported a bug (which is good). You don't need a question as well.

But bug can not created without question )

uname -a
Linux zorn-PC 5.3.0-23-generic #25-Ubuntu SMP Tue Nov 12 09:22:33 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan

apt-cache policy gajim-omemo python3-axolotl
gajim-omemo:
  Установлен: 2.6.27-1
  Кандидат: 2.6.27-1
  Таблица версий:
 *** 2.6.27-1 500
        500 http://ru.archive.ubuntu.com/ubuntu eoan/universe amd64 Packages
        500 http://ru.archive.ubuntu.com/ubuntu eoan/universe i386 Packages
        100 /var/lib/dpkg/status
python3-axolotl:
  Установлен: 0.2.3-3
  Кандидат: 0.2.3-3
  Таблица версий:
 *** 0.2.3-3 500
        500 http://ru.archive.ubuntu.com/ubuntu eoan/universe amd64 Packages
        500 http://ru.archive.ubuntu.com/ubuntu eoan/universe i386 Packages
        100 /var/lib/dpkg/status

> Maybe this is what's needed.

Exactly !
But on latest ubuntu release there is 2.6.27 plugin version

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#5

"But bug can not created without question":
This is not true, you can use e.g. the command "ubuntu-bug gajim-omemo"

"Maybe this is what's needed.
Exactly !
But on latest ubuntu release there is 2.6.27 plugin version":

Try the following:
wget https://launchpad.net/ubuntu/+archive/primary/+files/gajim-omemo_2.6.29-1_all.deb
sudo dpkg -i gajim-omemo_2.6.29-1_all.deb

If this works well, then a possible solution to your problem is "backporting gajim-omemo 2.6.29-1 from focal to eoan".
This can be requested as described in https://wiki.ubuntu.com/UbuntuBackports (Remark: currently not working, because the "Eoan Backports" project does not exist).

Revision history for this message
A (zorn-v) said :
#6

> Try the following

I just update my system to focal :D

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

In that case there is nothing left to do.
Please set this question's status to "solved".

Revision history for this message
A (zorn-v) said :
#8

Thanks Manfred Hampl, that solved my question.