Springen naar inhoud


grillgott

Lid geworden: 5 mei 2017
Offline Laatste activiteit: 04 apr 2018 21:31
-----

Onderwerpen die ik ben begonnen

Mediaportal Installation fehlgeschlagen

5 mei 2017 - 18:45

Hallo Zusammen,

 

ich habe hier schon einige Threads durch aber bisher bin ich leider auf noch keine passende Lösung gestoßen, hoffentlich könnt Ihr mir helfen. Ich möchte gerne die aktuelle Version von Mediaportal auf meinen XTrend ET4000 installieren (gestern Abend geupdated). Per Telnet habe ich folgende Befehle ausgeführt nachdem ich die aktuelle ipk nach /tmp geschoben habe:

 

opkg update
opkg install python-mechanize
opkg install python-argparse
cd /tmp
opkg install *.ipk --force-depends

 

Ausgabe in Putty sieht wie folgt aus:

 

root@et4x00:~# opkg update
Updated list of available packages in /var/lib/opkg/openpli-3rd-party-et4x00.
Updated list of available packages in /var/lib/opkg/openpli-3rd-party.
Updated list of available packages in /var/lib/opkg/openpli-all.
Updated list of available packages in /var/lib/opkg/openpli-et4x00.
Updated list of available packages in /var/lib/opkg/openpli-mips32el-nf.
root@et4x00:~# opkg install python-mechanize
Package python-mechanize (0.2.5-r2.3) installed in root is up to date.
root@et4x00:~# opkg install python-argparse
Package python-argparse (2.7.3-r5.3.3) installed in root is up to date.
root@et4x00:~# cd /tmp
root@et4x00:/var/volatile/tmp# opkg install *.ipk --force-depends
Installing enigma2-plugin-extensions-mediaportal (8.0.8) on root.
Checking for an older version of MediaPortal in the system...
An older version of MediaPortal was found
Checking free space...
Proceeding to installation...
Configuring enigma2-plugin-extensions-mediaportal.
********************************************************
*  MediaPortal installed                               *
*                                                      *
*  Restart the Engima2 GUI to activate the plugin      *
********************************************************
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for enigma2-plugin-extensions-mediaportal:
 *      python-six *    python-requests (>= 2.0.0) *    python-js2py (>= 0.37) *
 
Mir ist klar dass die letzte Zeile anzeigt weshalb die Installation fehlschlägt, allerdings kann ich diese Packages nicht nachinstallieren.
 
Habt ihr eine Lösung für das Problem?
 
EDIT: Das hat auch nicht funktioniert
 
root@et4x00:~# opkg update
Updated list of available packages in /var/lib/opkg/openpli-3rd-party-et4x00.
Updated list of available packages in /var/lib/opkg/openpli-3rd-party.
Updated list of available packages in /var/lib/opkg/openpli-all.
Updated list of available packages in /var/lib/opkg/openpli-et4x00.
Updated list of available packages in /var/lib/opkg/openpli-mips32el-nf.
root@et4x00:~# opkg install python-six
Unknown package 'python-six'.
Collected errors:
 * opkg_install_cmd: Cannot install package python-six.
root@et4x00:~# opkg install python-requests
Not selecting python-requests 1.2.3 as installing it would break existing dependencies.
Unknown package 'python-requests'.
Collected errors:
 * opkg_install_cmd: Cannot install package python-requests.
root@et4x00:~# opkg install python-js2py
Unknown package 'python-js2py'.
Collected errors:
 * opkg_install_cmd: Cannot install package python-js2py.
 
 
Vielen Dank schon mal im Voraus!