V139 - Installing LMS fails on Odroid C2

Hi,

I get this error:-

Apt-get has failed: │
│ - Apt string = zlib1g-dev libjpeg-dev libpng-dev │
│ - Error code = 100 │
│ - Software Title = SqueezeBox: logitech media server (lms) │
│ │
│ Please report this issue to DietPi so it can be investigated. │
│ │
│ DietPi-Software will now exit.

Tried it twice, same problem

Thanks, looks like an issue with the Jessie repo:

root@DietPi:~# apt-get install zlib1g-dev libjpeg-dev libpng-dev libjpeg62-turbo-dev libc6-dev libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libpng12-dev' instead of 'libpng-dev'
libc6 is already the newest version.
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:
 libc6-dev : Depends: libc6 (= 2.19-18+deb8u6) but 2.19-18+deb8u7 is to be installed
E: Unable to correct problems, you have held broken packages.

Workaround, manually install u6 of package:

wget http://ftp.us.debian.org/debian/pool/main/g/glibc/libc6_2.19-18+deb8u6_arm64.deb
dpkg -i libc6_2.19-18+deb8u6_arm64.deb

apt-get install zlib1g-dev libjpeg-dev libpng-dev libjpeg62-turbo-dev libc6-dev

Now try installing LMS again with:

dietpi-software install 35