[Mono-bugs] [Bug 564987] New: Make check fails with compile error
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 15 17:22:02 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=564987
http://bugzilla.novell.com/show_bug.cgi?id=564987#c0
Summary: Make check fails with compile error
Classification: Mono
Product: Mono: Runtime
Version: 2.6.x
Platform: PowerPC-64
OS/Version: SLES 10
Status: NEW
Severity: Normal
Priority: P5 - None
Component: packaging
AssignedTo: miguel at novell.com
ReportedBy: munroesj at us.ibm.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux ppc64; en-US; rv:1.8.1.19)
Gecko/20081213 SUSE/2.0.0.19-0.3 Firefox/2.0.0.19
While testing mono-2.6-RC1 on SLES10 PPC64, building for -m32 default make
check hit the following error.
make[8]: Entering directory
`/home/sjmunroe/src/mono-ppc/mono64-2.6-patched/mcs/class/System.XML'
MCS [net_1_1] System.Xml_test_net_1_1.dll
Test/System.Xml/XmlTextReaderTests.cs(1314,50): error CS0117:
`System.Xml.XmlReader' does not contain a definition for `Create'
/home/sjmunroe/src/mono-ppc/mono64-2.6-patched/mcs/class/lib/net_1_1/System.Xml.dll
(Location of the symbol related to previous error)
Test/System.Xml/XmlTextReaderTests.cs(1318,51): error CS0117:
`System.Xml.XmlReader' does not contain a definition for `Create'
/home/sjmunroe/src/mono-ppc/mono64-2.6-patched/mcs/class/lib/net_1_1/System.Xml.dll
(Location of the symbol related to previous error)
Compilation failed: 2 error(s), 0 warnings
I also see the same error building -m64 default on PPC64 SLES11.
The installed mono for this build is:
> which mono
/usr/local/bin/mono
> /usr/local/bin/mono --version
Mono JIT compiler version 2.4.3 (tarball Thu Dec 10 10:07:21 CST 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: ppc
Disabled: none
Reproducible: Always
Steps to Reproduce:
1. tar -jxf ~/archives/mono-2.6.tar.bz2
2. ./configure --prefix=/opt/mono --with-moonlight=no
3. make
4. make check
Actual Results:
make[8]: Entering directory
`/home/sjmunroe/src/mono-ppc/mono64-2.6-patched/mcs/class/System.XML'
MCS [net_1_1] System.Xml_test_net_1_1.dll
Test/System.Xml/XmlTextReaderTests.cs(1314,50): error CS0117:
`System.Xml.XmlReader' does not contain a definition for `Create'
/home/sjmunroe/src/mono-ppc/mono64-2.6-patched/mcs/class/lib/net_1_1/System.Xml.dll
(Location of the symbol related to previous error)
Test/System.Xml/XmlTextReaderTests.cs(1318,51): error CS0117:
`System.Xml.XmlReader' does not contain a definition for `Create'
/home/sjmunroe/src/mono-ppc/mono64-2.6-patched/mcs/class/lib/net_1_1/System.Xml.dll
(Location of the symbol related to previous error)
Compilation failed: 2 error(s), 0 warnings
Expected Results:
complete make check without error
--
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