Gentoo Archives: gentoo-user

From: Alan Grimes <ALONZOTG@×××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] mono and stale files.
Date: Sun, 04 Mar 2018 07:34:01
Message-Id: b95aa678-a4b0-c870-b414-8890c4c5dbe0@verizon.net
1 I did some neglected maintenance on my system today, cleared a few
2 things out....
3
4 I then manually went crawling around in /usr/lib/mono and found 2/3rds
5 of the stuff there was from 2014.... =\
6
7 I unmerged mono, deleted the entire directory, then reinstalled mono. My
8 pathetic reward for doing that was the test now passes one test that it
9 had previously failed and now barfs the same barf (apparently) that
10 other program I was trying to run does... So what else needs cleaning
11 out. =\
12
13
14
15 tortoise /usr/lib # mono-test-install
16 Active Mono: /usr/bin/mono
17
18 Your have a working System.Drawing setup
19
20 Unhandled Exception:
21 System.TypeInitializationException: The type initializer for
22 'System.Console' threw an exception. --->
23 System.TypeInitializationException: The type initializer for
24 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic
25 number is wrong: 542
26   at System.TermInfoReader.ReadHeader (System.Byte[] buffer,
27 System.Int32& position) [0x00028] in <ae60a710a4744d16826a514602b7b8ed>:0
28   at System.TermInfoReader..ctor (System.String term, System.String
29 filename) [0x0005f] in <ae60a710a4744d16826a514602b7b8ed>:0
30   at System.TermInfoDriver..ctor (System.String term) [0x00055] in
31 <ae60a710a4744d16826a514602b7b8ed>:0
32   at System.ConsoleDriver.CreateTermInfoDriver (System.String term)
33 [0x00000] in <ae60a710a4744d16826a514602b7b8ed>:0
34   at System.ConsoleDriver..cctor () [0x0004d] in
35 <ae60a710a4744d16826a514602b7b8ed>:0
36    --- End of inner exception stack trace ---
37   at System.Console.SetupStreams (System.Text.Encoding inputEncoding,
38 System.Text.Encoding outputEncoding) [0x00007] in
39 <ae60a710a4744d16826a514602b7b8ed>:0
40   at System.Console..cctor () [0x0008e] in
41 <ae60a710a4744d16826a514602b7b8ed>:0
42    --- End of inner exception stack trace ---
43   at Program.Main () [0x00033] in <e4cd324c525b47219f3d424273e7227b>:0
44 [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException:
45 The type initializer for 'System.Console' threw an exception. --->
46 System.TypeInitializationException: The type initializer for
47 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic
48 number is wrong: 542
49   at System.TermInfoReader.ReadHeader (System.Byte[] buffer,
50 System.Int32& position) [0x00028] in <ae60a710a4744d16826a514602b7b8ed>:0
51   at System.TermInfoReader..ctor (System.String term, System.String
52 filename) [0x0005f] in <ae60a710a4744d16826a514602b7b8ed>:0
53   at System.TermInfoDriver..ctor (System.String term) [0x00055] in
54 <ae60a710a4744d16826a514602b7b8ed>:0
55   at System.ConsoleDriver.CreateTermInfoDriver (System.String term)
56 [0x00000] in <ae60a710a4744d16826a514602b7b8ed>:0
57   at System.ConsoleDriver..cctor () [0x0004d] in
58 <ae60a710a4744d16826a514602b7b8ed>:0
59    --- End of inner exception stack trace ---
60   at System.Console.SetupStreams (System.Text.Encoding inputEncoding,
61 System.Text.Encoding outputEncoding) [0x00007] in
62 <ae60a710a4744d16826a514602b7b8ed>:0
63   at System.Console..cctor () [0x0008e] in
64 <ae60a710a4744d16826a514602b7b8ed>:0
65    --- End of inner exception stack trace ---
66   at Program.Main () [0x00033] in <e4cd324c525b47219f3d424273e7227b>:0
67 tortoise /usr/lib #
68
69 --
70 Please report bounces from this address to atg@×××××××××.com
71
72 Powers are not rights.

Replies

Subject Author
Re: [gentoo-user] mono and stale files. Stefan Schmiedl <s@×××.de>