PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : 32bit Mono unter 64bit Debian lässt sich nicht installieren



Blacktron
13.04.15, 16:11
Hallo,

ich habe folgendes Problem: Für ein Programm brauche ich die 32bit-Version von Mono, allerdings habe ich ein 64bit Debian installiert. Eigentlich sollte es ja ganz einfach mit den Default-Paketquellen gehen indem man "apt-get install mono-complete:i386" als root ausführt. Das klappt aber leider nicht, ich bekomme nur folgenden Fehler:


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:
mono-complete:i386 : Depends: mono-runtime:i386 (= 3.12.1-0xamarin1) but it is not going to be installed
Depends: mono-runtime-sgen:i386 (= 3.12.1-0xamarin1) but it is not going to be installed
Depends: mono-utils:i386 (= 3.12.1-0xamarin1) but it is not going to be installed
Depends: mono-devel:i386 (= 3.12.1-0xamarin1) but it is not installable
Depends: mono-mcs:i386 (= 3.12.1-0xamarin1) but it is not installable
Depends: mono-csharp-shell:i386 (= 3.12.1-0xamarin1) but it is not installable
Depends: mono-2.0-gac:i386 (= 3.12.1-0xamarin1) but it is not installable
Depends: mono-4.0-gac:i386 (= 3.12.1-0xamarin1) but it is not installable
Depends: mono-2.0-service:i386 (= 3.12.1-0xamarin1) but it is not installable
Depends: mono-4.0-service:i386 (= 3.12.1-0xamarin1) but it is not installable
Depends: monodoc-base:i386 (= 3.12.1-0xamarin1) but it is not installable
Depends: monodoc-manual:i386 (= 3.12.1-0xamarin1) but it is not installable
Depends: libmono-cil-dev:i386 (= 3.12.1-0xamarin1) but it is not installable
E: Unable to correct problems, you have held broken packages.


Auch die Paketquellen die von Xamarin selbst angeboten werden habe ich mal hinzugefügt wie hier beschrieben: Link zur Installationanleitung (http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives)

Aber das hat auch nicht funktioniert (selbe Fehlermeldung, vorher natürlich nochmal apt-get update gemacht).

Hat jemand eine Idee was da schief laufen könnte? Die "normale" 64bit-Installation aus dem Repository klappt ohne Probleme. Muss ich vielleicht noch anderswo irgendwas einstellen?

Hier noch meine sources.list:



#

# deb cdrom:[Debian GNU/Linux 6.0.5 _Squeeze_ - Official amd64 NETINST Binary-1 20120512-20:40]/ squeeze main

#deb cdrom:[Debian GNU/Linux 6.0.5 _Squeeze_ - Official amd64 NETINST Binary-1 20120512-20:40]/ squeeze main

deb http://ftp.de.debian.org/debian/ wheezy main
deb-src http://ftp.de.debian.org/debian/ wheezy main

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

# squeeze-updates, previously known as 'volatile'
deb http://ftp.de.debian.org/debian/ wheezy-updates main
deb-src http://ftp.de.debian.org/debian/ wheezy-updates main


Und die sources.list.d/mono-xamarin.list:


deb http://download.mono-project.com/repo/debian wheezy main
deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main
deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main


Grüße,
Marco

Edit: "dpkg --add-architecture i386" habe ich auch gemacht.

Edit2: Die Xamarin-Quellen wieder gelöscht gibt diesen Fehler:


apt-get install mono-complete:i386
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:
mono-complete:i386 : Depends: mono-runtime:i386 (= 2.10.8.1-8+deb7u1) but it is not going to be installed
Depends: mono-runtime-sgen:i386 (= 2.10.8.1-8+deb7u1) but it is not going to be installed
Depends: mono-utils:i386 (= 2.10.8.1-8+deb7u1) but it is not going to be installed
Depends: mono-devel:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
Depends: mono-mcs:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
Depends: mono-gmcs:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
Depends: mono-dmcs:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
Depends: mono-csharp-shell:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
Depends: mono-2.0-gac:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
Depends: mono-4.0-gac:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
Depends: mono-2.0-service:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
Depends: mono-4.0-service:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
Depends: monodoc-base:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
Depends: monodoc-manual:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
Depends: libmono-cil-dev:i386 (= 2.10.8.1-8+deb7u1) but it is not installable
E: Unable to correct problems, you have held broken packages.