[Mono-bugs] [Bug 591474] New: Mono 2.6.3 fails to compile on RedHat 7.3 with exception in Mono.Security.dll

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Mar 26 11:54:48 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=591474

http://bugzilla.novell.com/show_bug.cgi?id=591474#c0


           Summary: Mono 2.6.3 fails to compile on RedHat 7.3 with
                    exception in Mono.Security.dll
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: i386
        OS/Version: Red Hat 7.3
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Mono.Security
        AssignedTo: spouliot at novell.com
        ReportedBy: jd at cpanel.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8)
Gecko/20100308 Iceweasel/3.5.8 (like Firefox/3.5.8)

I get a build failure with Mono 2.6.3 on an old RedHat 7.3 system.  This is
with a self-bootstrapping compile.  Mono 2.6.1 works on the same system.

The system is a KVM vm running RedHat 7.3 with the last batch of Fedora-Legacy
updates.

Reproducible: Always

Steps to Reproduce:
1. ./configure --prefix=/opt/mono --with-sigaltstack=no --with-mcs-docs=no
2. make EXTERNAL_MCS=false EXTERNAL_RUNTIME=false
Actual Results:  
MCS     [net_2_0_bootstrap] Mono.Security.dll
** (./../../class/lib/net_2_0_bootstrap/gmcs.exe:29725): WARNING **: The class
System.Text.NormalizationForm could not be loaded, used in mscorlib,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Unhandled Exception: System.TypeInitializationException: An exception was
thrown by the type initializer for System.Console --->
System.Reflection.TargetInvocationException: Exception has been thrown by the
target of an invocation. ---> System.TypeLoadException: Could not load type
'I18N.West.ENCiso_8859_15' from assembly 'I18N.West, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=0738eb9f132ed756'.
  at (wrapper managed-to-native) System.MonoType:GetConstructors_internal
(System.Reflection.BindingFlags,System.Type)
  at System.MonoType.GetConstructors (BindingFlags bindingAttr) [0x00000] in
<filename unknown>:0
  at System.MonoType.InvokeMember (System.String name, BindingFlags invokeAttr,
System.Reflection.Binder binder, System.Object target, System.Object[] args,
System.Reflection.ParameterModifier[] modifiers,
System.Globalization.CultureInfo culture, System.String[] namedParameters)
[0x00000] in <filename unknown>:0
  at I18N.Common.Manager.Instantiate (System.String name) [0x00000] in
<filename unknown>:0
  at I18N.Common.Manager.GetEncoding (System.String name) [0x00000] in
<filename unknown>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
(object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  at System.MonoType.InvokeMember (System.String name, BindingFlags invokeAttr,
System.Reflection.Binder binder, System.Object target, System.Object[] args,
System.Reflection.ParameterModifier[] modifiers,
System.Globalization.CultureInfo culture, System.String[] namedParameters)
[0x00000] in <filename unknown>:0
  at System.Text.Encoding.InvokeI18N (System.String name, System.Object[] args)
[0x00000] in <filename unknown>:0
  at System.Text.Encoding.GetEncoding (System.String name) [0x00000] in
<filename unknown>:0
  at System.Text.Encoding.get_Default () [0x00000] in <filename unknown>:0
  at System.Console..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Mono.CSharp.ConsoleReportPrinter..ctor () [0x00000] in <filename
unknown>:0
  at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename
unknown>:0

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list