Jump to content


pryggi

Member Since 19 Nov 2010
Offline Last Active 30 Dec 2018 23:40
-----

Topics I've Started

DM8000 opkg error

24 October 2016 - 22:00

DM8000 OpenPLI 4 was last updated in July. Ran the software update from menu and enigma2 package failed to update, 88 other packages were successfully updated.

 

Tested on terminal:
 

root@dm8000:~# opkg update
Downloading http://downloads.pli-images.org/feeds/openpli-4/3rd-party-dm8000/Packages.gz.
Updated list of available packages in /var/lib/opkg/openpli-3rd-party-dm8000.
Downloading http://downloads.pli-images.org/feeds/openpli-4/3rd-party/Packages.gz.
Updated list of available packages in /var/lib/opkg/openpli-3rd-party.
Downloading http://downloads.pli-images.org/feeds/openpli-4/all/Packages.gz.
Updated list of available packages in /var/lib/opkg/openpli-all.
Downloading http://downloads.pli-images.org/feeds/openpli-4/dm8000/Packages.gz.
Updated list of available packages in /var/lib/opkg/openpli-dm8000.
Downloading http://downloads.pli-images.org/feeds/openpli-4/mips32el/Packages.gz.
Updated list of available packages in /var/lib/opkg/openpli-mips32el.


root@dm8000:~# opkg upgrade
Not selecting libdvdread4 5.0.1+git247+4507900 as installing it would break existing dependencies.
Not selecting libdvdnav4 5.0.2+git784+0a0b2ff as installing it would break existing dependencies.
Upgrading enigma2 from 2.7+git14018+cc837df-r0.0 to 2.7+git14329+52ed70a-r0.0 on root.
Downloading http://downloads.pli-images.org/feeds/openpli-4/dm8000/enigma2_2.7+git14329+52ed70a-r0.0_dm8000.ipk.
Installing glibc-gconv-iso8859-15 (2.20-r0.10) on root.
Not selecting libtuxtxt32bpp0 2.0+git63+96a3708 as installing it would break existing dependencies.
Not selecting libtuxtxt32bpp0 2.0+git60+b6c8d5a as installing it would break existing dependencies.
Not selecting libtuxtxt0 2.0+git63+96a3708 as installing it would break existing dependencies.
Not selecting libtuxtxt0 2.0+git60+b6c8d5a as installing it would break existing dependencies.
Collected errors:
 * opkg_download_pkg: Package glibc-gconv-iso8859-15 is not available from any configured src.
 * opkg_install_pkg: Failed to download glibc-gconv-iso8859-15. Perhaps you need to run 'opkg update'?


root@dm8000:~# opkg list_installed | grep glibc-gconv-iso8859-15
eglibc-gconv-iso8859-15 - 2.19-r0


root@dm8000:~# opkg list | grep glibc-gconv-iso8859-1
eglibc-gconv-iso8859-15 - 2.19-r0
glibc-gconv-iso8859-1 - 2.20-r0.0 - gconv module for character set iso8859-1  gconv module for character set
glibc-gconv-iso8859-10 - 2.20-r0.0 - gconv module for character set iso8859-10  gconv module for character set
glibc-gconv-iso8859-11 - 2.20-r0.0 - gconv module for character set iso8859-11  gconv module for character set
glibc-gconv-iso8859-13 - 2.20-r0.0 - gconv module for character set iso8859-13  gconv module for character set
glibc-gconv-iso8859-14 - 2.20-r0.0 - gconv module for character set iso8859-14  gconv module for character set
glibc-gconv-iso8859-15 - 2.20-r0.0 - gconv module for character set iso8859-15  gconv module for character set
glibc-gconv-iso8859-15 - 2.20-r0.10
glibc-gconv-iso8859-16 - 2.20-r0.0 - gconv module for character set iso8859-16  gconv module for character set


root@dm8000:~# opkg install glibc-gconv-iso8859-15
Installing glibc-gconv-iso8859-15 (2.20-r0.10) on root.
Collected errors:
 * opkg_download_pkg: Package glibc-gconv-iso8859-15 is not available from any configured src.
 * opkg_install_pkg: Failed to download glibc-gconv-iso8859-15. Perhaps you need to run 'opkg update'?
 * opkg_install_cmd: Cannot install package glibc-gconv-iso8859-15.

What else can I do to fix this?

Thanks in advance.