mail-archives/mono-bugs/2010-October/104636.html

143 строки
4.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 644789] mono 2.8 fails to build for Solaris Sparc
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20644789%5D%20mono%202.8%20fails%20to%20build%20for%20Solaris%20Sparc&In-Reply-To=bug-644789-28286%40http.bugzilla.novell.com/">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="104631.html">
<LINK REL="Next" HREF="104632.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 644789] mono 2.8 fails to build for Solaris Sparc</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20644789%5D%20mono%202.8%20fails%20to%20build%20for%20Solaris%20Sparc&In-Reply-To=bug-644789-28286%40http.bugzilla.novell.com/"
TITLE="[Mono-bugs] [Bug 644789] mono 2.8 fails to build for Solaris Sparc">bugzilla_noreply at novell.com
</A><BR>
<I>Thu Oct 7 23:18:03 EDT 2010</I>
<P><UL>
<LI>Previous message: <A HREF="104631.html">[Mono-bugs] [Bug 644789] New: mono 2.8 fails to build for Solaris Sparc
</A></li>
<LI>Next message: <A HREF="104632.html">[Mono-bugs] [Bug 644813] New: Can't get Nunit tests running with MonoDroid Class Library
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#104636">[ date ]</a>
<a href="thread.html#104636">[ thread ]</a>
<a href="subject.html#104636">[ subject ]</a>
<a href="author.html#104636">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=644789">https://bugzilla.novell.com/show_bug.cgi?id=644789</A>
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=644789#c1">https://bugzilla.novell.com/show_bug.cgi?id=644789#c1</A>
Zoltan Varga &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">vargaz at gmail.com</A>&gt; changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">vargaz at gmail.com</A>
Resolution| |FIXED
--- Comment #1 from Zoltan Varga &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">vargaz at gmail.com</A>&gt; 2010-10-08 03:18:02 UTC ---
Fixed in HEAD. For 2.8, apply the following patch:
&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;
diff --git a/mono/mini/tramp-sparc.c b/mono/mini/tramp-sparc.c
index 642f773..a1f5afd 100644
--- a/mono/mini/tramp-sparc.c
+++ b/mono/mini/tramp-sparc.c
@@ -261,8 +261,6 @@ mono_arch_create_specific_trampoline (gpointer arg1,
MonoTrampolineType tramp_t
if (code_len)
*code_len = (code - buf) * 4;
- mono_jit_stats.method_trampolines++;
-
mono_arch_flush_icache ((guint8*)buf, (code - buf) * 4);
return buf;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<i>
</I>i.e. remove the offending line.
--
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the QA contact for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="104631.html">[Mono-bugs] [Bug 644789] New: mono 2.8 fails to build for Solaris Sparc
</A></li>
<LI>Next message: <A HREF="104632.html">[Mono-bugs] [Bug 644813] New: Can't get Nunit tests running with MonoDroid Class Library
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#104636">[ date ]</a>
<a href="thread.html#104636">[ thread ]</a>
<a href="subject.html#104636">[ subject ]</a>
<a href="author.html#104636">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>