[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problem installing mono on PowerPC



Hello,

when doing apt-get install mono I get the following error:

kurobox:~# apt-get install mono
Reading Package Lists... Done
Building Dependency Tree... 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.

Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mono: Depends: mono-jit (= 1.1.10-0bpo1) but it is not going to be installed
E: Broken packages


Then I checked the dependencies and found that mono-classlib should be version 1.1.10 but is 1.1.12... 

Can somebody tell me how to get it installed on a PowerPC?

Thx
Kai

PS: here soome debug...

kurobox:~# apt-cache show mono
Package: mono
Priority: optional
Section: interpreters
Installed-Size: 24
Maintainer: Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>
Architecture: powerpc
Version: 1.1.10-0bpo1
Depends: mono-common (= 1.1.10-0bpo1), mono-jit (= 1.1.10-0bpo1)
Recommends: libgdiplus
Filename: pool/main/m/mono/mono_1.1.10-0bpo1_powerpc.deb
Size: 1184
MD5sum: cb2f4848a89791888d5bf36530e05a33
Description: Mono CLI (.NET) runtime
 Mono is a platform for running and developing applications based on the  ECMA/ISO Standards. Mono is an open source effort led by Novell.
 Mono provides a complete .NET CLR including compiler and runtime, which can  produce and execute CIL bytecode (assemblies), and a .NET class library.
 .
 mono is a metapackage containing dependencies for the runtime of Mono.
 If you do not need all of them (or try to work around X11  dependencies), install the core packages manually: mono-jit, mono-mcs or  mono-utils.

kurobox:~#



kurobox:~# apt-cache show mono-jit
Package: mono-jit
Priority: optional
Section: interpreters
Installed-Size: 1520
Maintainer: Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>
Architecture: powerpc
Source: mono
Version: 1.1.10-0bpo1
Provides: cli-virtual-machine
Depends: mono-common (= 1.1.10-0bpo1), mono-classlib-1.0-1.1.10, libc6 (>= 2.3.2.ds1-21), libglib2.0-0 (>= 2.6.0)
Filename: pool/main/m/mono/mono-jit_1.1.10-0bpo1_powerpc.deb
Size: 623962
MD5sum: 885892918f9d8ffbb7d88bed295754e4
Description: fast CLI (.NET) JIT compiler for Mono  Mono is a platform for running and developing applications based on the  ECMA/ISO Standards. Mono is an open source effort led by Novell.
 Mono provides a complete .NET CLR including compiler and runtime, which can  produce and execute CIL bytecode (assemblies), and a .NET class library.
 .
 This package contains the Virtual Execution Environment and code  generator (Just-in-Time and Ahead-of-Time) "mono" which runs CLI (.NET)  applications, currently available for i386, powerpc, amd64 and ia64  architectures only.
Tag: made-of::lang:c-sharp

kurobox:~#

kurobox:~# apt-cache show mono-classlib-1.0
Package: mono-classlib-1.0
Priority: optional
Section: libs
Installed-Size: 11868
Maintainer: Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>
Architecture: all
Source: mono
Version: 1.1.12.1-0bpo1
Replaces: mono-assemblies-base (<< 1.1.8)
Provides: mono-classlib-1.0-1.1.12.1
Filename: pool/main/m/mono/mono-classlib-1.0_1.1.12.1-0bpo1_all.deb
Size: 4365208
MD5sum: dcebcad52828195acff34c1647fee227
Description: Mono class library (1.0)
 Mono is a platform for running and developing applications based on the  ECMA/ISO Standards. Mono is an open source effort led by Novell.
 Mono provides a complete .NET CLR including compiler and runtime, which can  produce and execute CIL bytecode (assemblies), and a .NET class library.
 .
 This package contains the Mono class library version 1.0  (cross-platform CIL (.NET) libraries) that are used by nearly all CLI (.NET)  programs on the system.

kurobox:~#


Reply to: