mail-archives/mono-bugs/2009-February/085378.html

132 строки
4.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 471385] New: mkbundle failes for PPC64
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20471385%5D%20New%3A%20mkbundle%20failes%20for%20PPC64&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="086447.html">
<LINK REL="Next" HREF="085379.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 471385] New: mkbundle failes for PPC64</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20471385%5D%20New%3A%20mkbundle%20failes%20for%20PPC64&In-Reply-To="
TITLE="[Mono-bugs] [Bug 471385] New: mkbundle failes for PPC64">bugzilla_noreply at novell.com
</A><BR>
<I>Sun Feb 1 21:13:26 EST 2009</I>
<P><UL>
<LI>Previous message: <A HREF="086447.html">[Mono-bugs] [Bug 471379] [REGRESSION] mono-2.4 preview 1: mcs: unbounded memory consumption growth when compiling cli_uno_bridge.dll from Gentoo openoffice-3.0.1
</A></li>
<LI>Next message: <A HREF="085379.html">[Mono-bugs] [Bug 471385] mkbundle failes for PPC64
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#85378">[ date ]</a>
<a href="thread.html#85378">[ thread ]</a>
<a href="subject.html#85378">[ subject ]</a>
<a href="author.html#85378">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=471385">https://bugzilla.novell.com/show_bug.cgi?id=471385</A>
Summary: mkbundle failes for PPC64
Classification: Mono
Product: Mono: Tools
Version: 2.4.x
Platform: PowerPC-64
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: tools
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">munroesj at us.ibm.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux ppc64; en-US; rv:1.8.1.19)
Gecko/20081213 SUSE/2.0.0.19-0.1 Firefox/2.0.0.19
mkbundle fails with a linker error for PPC64.
The make check for mkbundle generates one of too failures depending on the
version of GCC used in the build:
Testing mkbundle...
temp.s: Assembler messages:
temp.s:3: Warning: alignment too large: 31 assumed
or
Testing mkbundle...
/usr/bin/ld: insuffcient memory
Reproducible: Always
Steps to Reproduce:
1. Configure mono for PPC64
2. make
3. make check
Actual Results:
The make check fails at Testing mkbundle...
Expected Results:
mkbundle should pass this simple test
The important clue is:
temp.s:3: Warning: alignment too large: 31 assumed
mkbundle generates temp.s which includes in the asm statement:
.align 32
Which on PPC64 means 4GB alignment (generates 4 billion bytes of nops). I
assume the intent is 32 bytes and perhaps on other architectures that may be
the results, but for PPC64 this is a bad idea.
Net if &quot;as&quot; does not fail the next statement is a link (ln) that will fail by
running out memory or exceeding file limit.
--
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.
You are the assignee for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="086447.html">[Mono-bugs] [Bug 471379] [REGRESSION] mono-2.4 preview 1: mcs: unbounded memory consumption growth when compiling cli_uno_bridge.dll from Gentoo openoffice-3.0.1
</A></li>
<LI>Next message: <A HREF="085379.html">[Mono-bugs] [Bug 471385] mkbundle failes for PPC64
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#85378">[ date ]</a>
<a href="thread.html#85378">[ thread ]</a>
<a href="subject.html#85378">[ subject ]</a>
<a href="author.html#85378">[ 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>