[Mono-dev] Build break for PPC64 mono

Steven Munroe munroesj at us.ibm.com
Tue Jan 20 23:07:32 EST 2009


A resent change to mini/mini-trampoline.c committed in revision 123914
causes the following build failure while build mono for PPC64:

MCS     [net_1_1] mcs.exe
cp mcs.exe.config ./../class/lib/net_1_1/mcs.exe.config
ecore.cs(2111,31): warning CS0169: The private field
`Mono.CSharp.ClassCast.forced' is assigned but its value is never used
expression.cs(5264,22): warning CS0649: Field
`Mono.CSharp.New.is_type_parameter' is never assigned to, and will
always have its default value `false'

Unhandled Exception: System.ExecutionEngineException: SIGILL

this failure does not occur in the PPC32 build.

The attached patch reverts the change and fixes this build break:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: ppc64-tramolines-20090120.patch
Type: text/x-patch
Size: 515 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090120/cb32400c/attachment.bin 


More information about the Mono-devel-list mailing list