[Mono-bugs] [Bug 691521] New: Cross-compile for arm fails

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 3 16:13:32 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=691521

https://bugzilla.novell.com/show_bug.cgi?id=691521#c0


           Summary: Cross-compile for arm fails
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.6.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: packaging
        AssignedTo: ajorgensen at novell.com
        ReportedBy: michael at symform.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: Yes


Created an attachment (id=427828)
 --> (http://bugzilla.novell.com/attachment.cgi?id=427828)
A patch to fix the compile error

Description of Problem:
When cross-compiling for arm, the build of mono fails because of missing types.

Steps to reproduce the problem:
Build mono such that it compiles mini-arm.c


Actual Results:
CC      mini-arm.lo
mini-arm.c: In function 'handle_thunk':
mini-arm.c:2573: error: 'GHashTableIter' undeclared (first use in this
function)
mini-arm.c:2573: error: (Each undeclared identifier is reported only once
mini-arm.c:2573: error: for each function it appears in.)
mini-arm.c:2573: error: expected ';' before 'iter'
mini-arm.c:2586: error: 'iter' undeclared (first use in this function)
make[4]: *** [mini-arm.lo] Error 1


Expected Results:
A successful compile

How often does this happen? 
Every time

Additional Information:
I back ported the addition of the GHashTableIter types in the attached patch.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list