Mythbuntu 0.28 PPA issues

Have a MythTV related problem? Ask for help from other MythTV users here.

Moderator: Forum Moderators

Post Reply
Kwisher
Junior
Posts: 58
Joined: Fri Sep 25, 2015 3:02 pm
United States of America

Mythbuntu 0.28 PPA issues

Post by Kwisher »

Hello all,

The past several days I have been seeing some issues when trying to install mythtv updates. Today a normal update wants to remove mythtv-frontend from my ubuntu 14.04 be/fe and Mint-18 fe. On the ubuntu box I receive the following message when trying to re-install mythtv-frontend after it was removed with apt-get update && apt-get dist-upgrade, which has always worked for me for years.

Code: Select all

root@garage:/home/kevin# apt-get install mythtv-frontend
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mythtv-frontend : Depends: mythtv-common but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Weird thing is, mythtv-common is already installed.

Code: Select all

root@garage:/home/kevin# apt-get install mythtv-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
mythtv-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Anyone else seeing this issue and is there a solution?
skinah
Junior
Posts: 53
Joined: Sat Oct 17, 2015 11:56 pm

Re: Mythbuntu 0.28 PPA issues

Post by skinah »

I'm seeing it as well so if you find a solution please post.

EDIT found this, reports that the next build will have this fixed, i'm just going to wait for it as it should be out in the next day or two.
https://bugs.launchpad.net/mythbuntu/+bug/1632015

also if you cant wait a fix is here

https://ubuntuforums.org/showthread.php?t=2339562
Kwisher
Junior
Posts: 58
Joined: Fri Sep 25, 2015 3:02 pm
United States of America

Re: Mythbuntu 0.28 PPA issues

Post by Kwisher »

Thanks for the update. Think I'll just wait for the maintainers fixes as this isn't causing me any downtime at the moment.
skinah
Junior
Posts: 53
Joined: Sat Oct 17, 2015 11:56 pm

Re: Mythbuntu 0.28 PPA issues

Post by skinah »

It fixed and working now. All I did was:
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install mythtv-frontend
Kwisher
Junior
Posts: 58
Joined: Fri Sep 25, 2015 3:02 pm
United States of America

Re: Mythbuntu 0.28 PPA issues

Post by Kwisher »

Yes, working for me also.
halucigenia
Senior
Posts: 122
Joined: Tue Nov 11, 2014 11:03 am
Great Britain

Re: Mythbuntu 0.28 PPA issues

Post by halucigenia »

There currently seems to be a re-occurrence of this for me.

Anyone else getting this again?
Kwisher
Junior
Posts: 58
Joined: Fri Sep 25, 2015 3:02 pm
United States of America

Re: Mythbuntu 0.28 PPA issues

Post by Kwisher »

Not here, haven't seen any Myth updates for at least a week now.
halucigenia
Senior
Posts: 122
Joined: Tue Nov 11, 2014 11:03 am
Great Britain

Re: Mythbuntu 0.28 PPA issues

Post by halucigenia »

Still getting it.
This is on a new build on Kubuntu 16.10.
I have the PPA set up but get the following when trying to install the latest updates:-

Code: Select all

~$sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run ‘apt-get -f install’ to correct these.
The following packages have unmet dependencies.
 mythtv-frontend : Depends: transcode but it is not installable
E: Unmet dependencies. Try using -f.
~$ sudo apt-get upgrade -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  libnotify-bin python-imdbpy wmctrl
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED
  mythtv-frontend
The following packages will be upgraded:
  libmyth-0.28-0 libmyth-python libmythtv-perl mythtv-backend mythtv-common mythtv-database mythtv-dbg
  mythtv-transcode-utils mythweb php-mythtv
10 to upgrade, 0 to newly install, 1 to remove and 0 not to upgrade.
1 not fully installed or removed.
Need to get 188 MB of archives.
After this operation, 4,558 kB disk space will be freed.
Do you want to continue? [Y/n] 
What should I do now?
Kwisher
Junior
Posts: 58
Joined: Fri Sep 25, 2015 3:02 pm
United States of America

Re: Mythbuntu 0.28 PPA issues

Post by Kwisher »

Are you sure you are using the Mythbuntu PPA?
https://launchpad.net/~mythbuntu/+archive/ubuntu/0.28
halucigenia
Senior
Posts: 122
Joined: Tue Nov 11, 2014 11:03 am
Great Britain

Re: Mythbuntu 0.28 PPA issues

Post by halucigenia »

Kwisher wrote:Are you sure you are using the Mythbuntu PPA?
https://launchpad.net/~mythbuntu/+archive/ubuntu/0.28
Yes, I am sure, I have removed and re-added it several times already to see if that helps.
halucigenia
Senior
Posts: 122
Joined: Tue Nov 11, 2014 11:03 am
Great Britain

Re: Mythbuntu 0.28 PPA issues

Post by halucigenia »

Yay, the latest update seems to have fixed it.

Code: Select all

Setting up mythtv-frontend (2:0.28.0+fixes.20161116.2131fb2-0ubuntu0mythbuntu2) ...
:D
Post Reply