http://bugzilla.novell.com/show_bug.cgi?id=586361
http://bugzilla.novell.com/show_bug.cgi?id=586361#c0 Summary: Cannot compile trunk with mono SVN Classification: Mono Product: Mono: Compilers Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basic AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.8) Gecko/20100204 SUSE/3.5.8-0.1.1 Firefox/3.5.8 I am using a parallel environment with mono 2.7 SVN (r152253) and inside it, tried to checkout mono-basic and compile it, and obtained this error: MONO_PATH="../../class/lib/bootstrap:$MONO_PATH" mono --debug ./../class/lib/bootstrap/vbnc.exe @vbnc.exe.rsp -debug -target:exe -out:vbnc.exe @vbnc.exe.sources Visual Basic.Net Compiler version 0.0.0.5917 Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved. /home/knocte/Documents/mono/mono-basic/vbnc/vbnc/<MyGenerator> (1,1) : Error VBNC99999: Unexpected error: Operation is not supported. at System.Reflection.Emit.MethodOnTypeBuilderInst.get_ContainsGenericParameters () [0x00051] in /home/knocte/Documents/mono/mcs/class/corlib/System.Reflection.Emit/MethodOnTypeBuilderInst.cs:298 at vbnc.GenericMethodDescriptor.get_MethodInReflection () [0x0014f] in /mono/main/git/mono-basic-master/vbnc/vbnc/source/Descriptors/GenericMethodDescriptor.vb:285 /home/knocte/Documents/mono/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb (137,51) : Error VBNC99999: There was an exception during code generation. /home/knocte/Documents/mono/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb (137,57) : Error VBNC99999: There was an exception during code generation. /home/knocte/Documents/mono/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb (137,37) : Error VBNC99999: There was an exception during code generation. /home/knocte/Documents/mono/mono-basic/vbnc/vbnc/<MyGenerator> (1,1) : Error VBNC99999: Unexpected error: Operation is not supported. at System.Reflection.Emit.MethodOnTypeBuilderInst.get_ContainsGenericParameters () [0x00051] in /home/knocte/Documents/mono/mcs/class/corlib/System.Reflection.Emit/MethodOnTypeBuilderInst.cs:298 at vbnc.GenericMethodDescriptor.get_MethodInReflection () [0x0014f] in /mono/main/git/mono-basic-master/vbnc/vbnc/source/Descriptors/GenericMethodDescriptor.vb:285 Compilation took 00:00:40.2468090 make[3]: *** [../../class/lib/vbnc/vbnc.exe] Error 255 make[3]: se sale del directorio `/home/knocte/Documents/mono/mono-basic/vbnc/vbnc' make[2]: *** [do-all] Error 2 make[2]: se sale del directorio `/home/knocte/Documents/mono/mono-basic/vbnc/vbnc' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/home/knocte/Documents/mono/mono-basic/vbnc' make: *** [all-recursive] Error 1 Reproducible: Always Please note: outside the parallel env, I have mono 2.6.1 official installed. I have also tried with an older version of mono-basic (r148746 instead of SVN HEAD) and it still happens the same. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
