OSMC November Update - Samsung CEC

Same here.

osmc@osmc:/etc/apt$ cat sources.list
deb http://mirrordirector.raspbian.org/raspbian jessie main contrib non-free
deb http://apt.osmc.tv jessie main

did update, then

osmc@osmc:/etc/apt$ sudo apt-get dist-upgrade
Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… The following package was automatically installed and is no longer required:
rbp1-image-4.2.3-3-osmc
Use ‘apt-get autoremove’ to remove it.
Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Hmm.

sudo apt-get clean
sudo apt-get update
sudo apt-get -y dist-upgrade

osmc@OSMC-Bedroom:~$ sudo apt-get clean
osmc@OSMC-Bedroom:~$ sudo apt-get update
Hit http://apt.osmc.tv jessie InRelease
Get:1 http://apt.osmc.tv jessie/main armhf Packages/DiffIndex [2023 B]
Ign http://apt.osmc.tv jessie/main Translation-en
Hit http://mirrordirector.raspbian.org jessie InRelease
Hit http://mirrordirector.raspbian.org jessie/main armhf Packages
Hit http://mirrordirector.raspbian.org jessie/contrib armhf Packages
Hit http://mirrordirector.raspbian.org jessie/non-free armhf Packages
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Fetched 2023 B in 38s (52 B/s)
Reading package lists… Done
osmc@OSMC-Bedroom:~$ sudo apt-get -y dist-upgrade
Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… The following package was automatically installed and is no longer required:
rbp1-image-4.2.3-3-osmc
Use ‘apt-get autoremove’ to remove it.
Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
osmc@OSMC-Bedroom:~$

Same as shane_berrett… w/ clean step…:

osmc@osmc:/etc/apt$ sudo apt-get clean
osmc@osmc:/etc/apt$ sudo apt-get update
Hit http://mirrordirector.raspbian.org jessie InRelease
Hit http://apt.osmc.tv jessie InRelease
Hit http://mirrordirector.raspbian.org jessie/main armhf Packages
Hit http://mirrordirector.raspbian.org jessie/contrib armhf Packages
Hit http://mirrordirector.raspbian.org jessie/non-free armhf Packages
Get:1 http://apt.osmc.tv jessie/main armhf Packages/DiffIndex [2023 B]
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://apt.osmc.tv jessie/main Translation-en
Fetched 2023 B in 19s (106 B/s)
Reading package lists… Done
osmc@osmc:/etc/apt$ sudo apt-get -y dist-upgrade
Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… The following package was automatically installed and is no longer required:
rbp1-image-4.2.3-3-osmc
Use ‘apt-get autoremove’ to remove it.
Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
osmc@osmc:/etc/apt$

Slightly different for me

[quote]Calculating upgrade… The following packages were automatically installed and are no longer required:
armv6l-libafpclient-osmc libflac8 libx11-6 libx11-data libxau6 libxcb1
libxdmcp6
Use ‘apt-get autoremove’ to remove them.
Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.[/quote]

Calculating upgrade… The following packages were automatically installed and are no longer required:
armv6l-libafpclient-osmc libflac8 libx11-6 libx11-data libxau6 libxcb1
libxdmcp6 rbp1-image-4.2.3-3-osmc
Use ‘apt-get autoremove’ to remove them.
Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Sorry guys, can’t work out any issue from this.

I’ll need SSH access to get a better understanding

Sam

Done the following as requested:

chaged sources to http://staging.apt.osmc.tv

sudo apt-get clean
sudo apt-get update
sudo apt-get -y dist-upgrade

output:

Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… The following packages were automatically installed and are no longer required:
armv6l-libafpclient-osmc libflac8 libx11-6 libx11-data libxau6 libxcb1
libxdmcp6 rbp1-image-4.2.3-3-osmc
Use ‘apt-get autoremove’ to remove them.
Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

osmc@osmc:~$ dpkg -l | grep mediacenter-osmc
ii rbp1-mediacenter-osmc 15.2.0-1 armhf

Also I’ve deleted them symlinks, so my osmc is not working on the remote again.

Out of curiosity I tried to force the update of kodi through: sudo apt-get install kodi

Reading package lists… Done
Building dependency tree
Reading state information… Done
Package kodi is a virtual package provided by:
vero-mediacenter-osmc 15.2.0-9
rbp2-mediacenter-osmc 15.2.0-8
rbp1-mediacenter-osmc 15.2.0-1
You should explicitly select one to install.

it seems rbp1 the repositories think that 15.2.0-1 is the latest release for the pi1

Tom

Sam, PM me on Twitter and I can give you ssh access to my rpi @shane_barrett

Hi

The issue is now resolved, but it will be around two hours until it reaches you

The fact that users said they had experienced this on a Pi 2 threw me off. In future, please double check as it means we can fix issues faster.

The issue is resolved and a new build is now being compiled: http://jenkins.osmc.tv/job/rbp1-mediacenter-osmc/83/console.

Sam

What was the issue? I’ll update in the morning

I missed a comma in a build dependency and it broke the Kodi build:

I need more sleep…

Sam

2 Likes

Keep up the good work, Sam. We’ll not hold a comma against you.

The issue should be resolved now. Please try one final upgrade via My OSMC,

Sam

Hi Sam,

thanks for fixing this this, I can confirm this is resolved at this end:

grep mediacenter-osmc
ii rbp1-mediacenter-osmc 15.2.0-10 armhf Media Center package for OSMC

cec is now working as it should.

Apologies if my little temporary fix I posted early caused any issues. I only posted so users could get back up and running, while they awaited a fix. Also I hoped it may have provided some insight into what the issue may have been. Anyway apologies again.

Regards Tom.

1 Like

Thanks for confirming

Sam

+1
Confirmed. It works again.
tnx.

Confirmed resolved here as well thanks!

Half Life 3 Confirmed?

1 Like