[Mono-dev] Mono-devel-list Digest, Vol 44, Issue 48

Robert Jordan robertj at gmx.net
Wed Dec 24 09:51:02 EST 2008


Brian Bolton wrote:
> Robert Jordan wrote:
>>> I am getting an error during the make step of building mono.  It is
> stopping
>>> on t-es.gmo.
>> You need to install "gettext-devel" (or similar, since I don't
>> recall the exact cygwin package name).
>>
>> Robert
> 
> I installed getttext-devel.  I got another error.   It was stuck on MDOC.  I
> searched a bit and found a previous post from you helping someone with the
> same problem.
> http://go-mono.com/forums/#nabble-td20853086
> 
> I re-ran autogen, this time disabling moonlight
> 
> ./autogen.sh --with-moonlight=no --prefix=/usr/local
> 
> I ran make again and this time I got and error on MCS:
> 
> make[7]: Entering directory `/usr/src/mono/mcs/mcs'
> MCS     [basic] mcs.exe
> 
> Unhandled Exception: System.InvalidOperationException: Underlying type
> informati
> on on enumeration is not specified.
>    at System.Reflection.Emit.TypeBuilder.get_UnderlyingSystemType()
>    at System.Type.GetHashCode()
>    at System.Collections.Hashtable.GetHash(Object key)
>    at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean
> add
> )
>    at System.Collections.Hashtable.Add(Object key, Object value)
>    at Mono.CSharp.TypeContainer.CreateTypeBuilder()
>    at Mono.CSharp.TypeContainer.CreateType()
>    at Mono.CSharp.TypeContainer.CreateType()
>    at Mono.CSharp.RootContext.ResolveTree()
>    at Mono.CSharp.Driver.Compile()
>    at Mono.CSharp.Driver.Main(String[] args)
> make[7]: *** [../class/lib/basic/mcs.exe] Error 77

This is not Mono's stacktrace. It seems that the build process
is running mcs on MS.NET's runtime.

It's the second time I see that in the past weeks, but
unfortunately I have no idea why this happens.

Robert



More information about the Mono-devel-list mailing list