So ich hab noch einmal ein paar Sachen probiert:
Mir ist aufgefallen, dass ausschließlich 32 Bit Java Versionen installiert sind.
http://openjdk.java.net/install/
Nach dieser Anleitung habe ich versucht das Paket in 64 Bit Modus apt-get install openjdk-7-jre
:amd64 installieren.
Da er das Paket nicht finden konnte, habe ich dpkg --add-architecture amd64 in der Paketverwaltung hinzugefügt.
Finden konnte er das Paket dann, jedoch kam folgende Fehlermeldung:
Rich (BBCode):
root@DiskStation:/# apt-get install openjdk-7-jre:amd64
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:
openjdk-7-jre:amd64 : Depends: libgif4:amd64 (>= 4.1.4) but it is not going to be installed
Recommends: libgnome2-0:amd64 but it is not going to be installed
Recommends: libgnomevfs2-0:amd64 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Dann habe ich versucht die drei fehlenden Bibliotheken zu installieren:
libgif4:amd64 <--- scheint geklappt zu haben
Jedoch bei libgnome2-0:amd64 wieder Fehler und die Pakete konnte ich auch nicht per Hand installieren:
Rich (BBCode):
root@DiskStation:/# apt-get install libgnome2-0:amd64
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:
libgnome2-0:amd64 : Depends: libbonobo2-0:amd64 (>= 2.15.0) but it is not going to be installed
Depends: libgnomevfs2-0:amd64 (>= 1:2.17.90) but it is not going to be installed
Depends: liborbit2:amd64 (>= 1:2.14.10) but it is not going to be installed
Depends: libgnome2-common:amd64 (>= 2.32)
Depends: libgnome2-common:amd64 (< 2.33)
E: Unable to correct problems, you have held broken packages.
Und zu guter letzte habe ich noch die dritte Bib versucht:
Rich (BBCode):
root@DiskStation:/# apt-get install libgnomevfs2-0:amd64
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:
libgnomevfs2-0:amd64 : Depends: libgnomevfs2-common:amd64 (>= 1:2.24)
Depends: libgnomevfs2-common:amd64 (< 1:2.25)
Recommends: libgnomevfs2-extra:amd64 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Langsam gehen mir die Ideen aus...