[Mono-bugs] [Bug 608950] New: "Parse error" in cpu-x86.md during build of mono

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed May 26 04:40:40 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=608950

http://bugzilla.novell.com/show_bug.cgi?id=608950#c0


           Summary: "Parse error" in cpu-x86.md during build of mono
    Classification: Mono
           Product: Mono: Runtime
           Version: SVN
          Platform: i386
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: JIT
        AssignedTo: lupus at novell.com
        ReportedBy: ohh at scisoft.dk
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; da; rv:1.9.2.3)
Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)

The current trunk (r157926) fails to build with following error:
Making all in mini
make[3]: Entering directory `/home/servers/xsp/src/trunk/mono/mono/mini'
..
CC      genmdesc-genmdesc.o
CC      genmdesc-helpers.o
LD      genmdesc
/genmdesc cpu-x86.h x86_desc ./cpu-x86.md
Parse error at '28
' at line 71 in ./cpu-x86.md

make[3]: *** [cpu-x86.h] Aborted
make[3]: Leaving directory `/home/servers/xsp/src/trunk/mono/mono/mini'
make[2]: *** [all-recursive] Error 1
..

Is it my setup that is bad or is trunk currently broken?

Reproducible: Always

Steps to Reproduce:
1. Checkout the latest mono source.
2. Build with:
/autogen.sh --enable-maintainer-mode --enable-compile-warnings
--prefix=$INSTALLPATH --with-profile4 && make 
Actual Results:  
I get the above mentioned "Parse error at '28".

Expected Results:  
The build should run succeed.

-- 
Configure bugmail: http://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