Mono-dev demands older, specific version of libmono-windowsbase

Dotan Cohen dotancohen at gmail.com
Mon May 30 13:26:29 UTC 2011


✈demios:cliMono$ mcs HelloWorld.cs
HelloWorld.cs(9,24): error CS0234: The type or namespace name
`Windows' does not exist in the namespace `System'. Are you missing an
assembly reference?
Compilation failed: 1 error(s), 0 warnings
✈demios:cliMono$ aptitude search libmono | grep windows
p   libmono-windowsbase-cil-dev     - WindowsBase library required by UIA for us
i   libmono-windowsbase3.0-cil      - Mono WindowsBase library (for CLI 2.0)
✈demios:cliMono$ sudo aptitude install libmono-windowsbase-cil-dev
The following NEW packages will be installed:
  libmono-windowsbase-cil-dev{b}
0 packages upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 5,188 B of archives. After unpacking 36.9 kB will be used.
The following packages have unmet dependencies:
  libmono-windowsbase-cil-dev: Depends: libmono-windowsbase3.0-cil (=
1.0-2) but 2.6.7-5ubuntu3 is installed.
The following actions will resolve these dependencies:

     Keep the following packages at their current version:
1)     libmono-windowsbase-cil-dev [Not Installed]

Accept this solution? [Y/n/q/?]
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

✈demios:cliMono$ aptitude search libmono-windowsbase
p   libmono-windowsbase-cil-dev
     - WindowsBase library required by UIA for use with Mono
i   libmono-windowsbase3.0-cil
     - Mono WindowsBase library (for CLI 2.0)
✈demios:cliMono$ aptitude show libmono-windowsbase3.0-cil
Package: libmono-windowsbase3.0-cil
State: installed
Automatically installed: no
Version: 2.6.7-5ubuntu3
Priority: optional
Section: cli-mono
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Uncompressed Size: 344 k
Depends: libmono-corlib2.0-cil (>= 2.6.3), libmono-system2.0-cil (>=
2.6.3), mono-runtime (>= 2.4)
Description: Mono WindowsBase library (for CLI 2.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 CLR (Common Language Runtime) including compiler and
runtime, which can produce and execute CIL (Common Intermediate
Language) bytecode (aka
 assemblies), and a class library.

 This package contains the WindowsBase library for CLI 2.0 which
provides the System.IO.Packaging namespace.
Homepage: http://www.mono-project.com/

✈demios:cliMono$



Should I try to hunt down the 1.0-2 version of
libmono-windowsbase3.0-cil? Somehow I don't think that is the answer.
What should one do here?

Thanks!

-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com




More information about the ubuntu-users mailing list