Mailing List Archive

Ubuntu 22.04 packages version naming
Hi

I upgraded to the Ubuntu 22.04 development version, re-enabled the
ppa:mythbuntu/32
and checked the versions:
$ /usr/bin/mythbackend --version
MythTV Version : v32.0+fixes.202204041833.611cac15cc~ubuntu21.10.1
MythTV Branch : fixes/32
Network Protocol : 91
Library API : 32.20200101-1
QT Version : 5.15.2
Note: it says it is build for Ubuntu 21.10 !

But
$ dpkg -l | grep mythtv-backend
ii mythtv-backend 2:32.0+fixes.202204041833.611cac15cc~ubuntu22.04.1 amd64
says. it is build for Ubuntu 22.04.

$ locate mythbackend
shows, that this is the only executable mythtv-backend available on the
system

Tried re-installing the backend
$ sudo apt-get reinstall mythtv-backend
Unpacking mythtv-backend
(2:32.0+fixes.202204041833.611cac15cc~ubuntu22.04.1) over
(2:32.0+fixes.202204041833.611cac15cc~ubuntu22.04.1) ..

Ubuntu Version:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Jammy Jellyfish (development branch)
Release: 22.04
Codename: jammy

What is wrong?
Will the reported version be correct, once Ubuntu 22.04 is released?

Roland
Re: Ubuntu 22.04 packages version naming [ In reply to ]
On Sat, Apr 9, 2022 at 2:34 PM Roland Ernst <rcrernst@gmail.com> wrote:

> Hi
>
> I upgraded to the Ubuntu 22.04 development version, re-enabled the ppa:mythbuntu/32
> and checked the versions:
> $ /usr/bin/mythbackend --version
> MythTV Version : v32.0+fixes.202204041833.611cac15cc~ubuntu21.10.1
> MythTV Branch : fixes/32
> Network Protocol : 91
> Library API : 32.20200101-1
> QT Version : 5.15.2
> Note: it says it is build for Ubuntu 21.10 !
>
> But
> $ dpkg -l | grep mythtv-backend
> ii mythtv-backend 2:32.0+fixes.202204041833.611cac15cc~ubuntu22.04.1
> amd64
> says. it is build for Ubuntu 22.04.
>
> $ locate mythbackend
> shows, that this is the only executable mythtv-backend available on the
> system
>
> Tried re-installing the backend
> $ sudo apt-get reinstall mythtv-backend
> Unpacking mythtv-backend
> (2:32.0+fixes.202204041833.611cac15cc~ubuntu22.04.1) over
> (2:32.0+fixes.202204041833.611cac15cc~ubuntu22.04.1) ..
>
> Ubuntu Version:
> $ lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description: Ubuntu Jammy Jellyfish (development branch)
> Release: 22.04
> Codename: jammy
>
> What is wrong?
> Will the reported version be correct, once Ubuntu 22.04 is released?
>
> Roland
>
>

Solved,
for unknown reasons, the package libmyth was not updated after I installed
the mythbuntu ppa for fixes/32 again:
Installed package showed version for 21.10:
dpkg -l | grep mythtv
ii libmyth
2:32.0+fixes.202204041833.611cac15cc~ubuntu21.10.1 amd64
Everything else was correctly upgraded to the 22.04 versions.

Today's apt-get update && apt-get dist-upgrade fixed this.

Now mythbackend --version shows:
$ mythbackend --version
MythTV Version : v32.0+fixes.202204041833.611cac15cc~ubuntu22.04.1
MythTV Branch : fixes/32
Network Protocol : 91
Library API : 32.20200101-1
QT Version : 5.15.3

Sorry for the noise,

Roland