[Mono-dev] Ambiguity between SoapTypeAttribute and SoapAttribute

KISHIMOTO, Makoto ksmakoto at dd.iij4u.or.jp
Tue Jul 13 02:41:14 EDT 2010


Hello,

In my amd64 FreeBSD box, make check of mono svn trunk failed with error.
When compiling Test/System.Runtime.Remoting/SoapServicesTest.cs,
errors, CS0229: Ambiguity between `System.Runtime.Remoting.Metadata.SoapTypeAttribute.XmlNamespace' and `System.Runtime.Remoting.Metadata.SoapAttribute.XmlNamespace', occured.

Log is following.

$ gmake check
Making check in po
gmake[1]: Entering directory `/export/home/ksmakoto/Mono/BUILD/po'
Making check in mcs
gmake[2]: Entering directory `/export/home/ksmakoto/Mono/BUILD/po/mcs'
gmake[2]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/po/mcs'
gmake[2]: Entering directory `/export/home/ksmakoto/Mono/BUILD/po'
gmake[2]: Nothing to be done for `check-am'.
gmake[2]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/po'
(snip)
gmake test-local
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/mcs'
Makefile:51: warning: overriding commands for target `csproj-local'
../build/executable.make:134: warning: ignoring old commands for target `csproj-local'
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/mcs'
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs/mcs'
gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake test-local
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
MCS     [net_2_0] corlib_test_net_2_0.dll
Test/System.Resources/ResourceManagerTest.cs(1016,39): warning CS0108: `MonoTests.System.Resources.ResourceManagerTest.MockResourceManager.BaseNameField' hides inherited member `System.Resources.ResourceManager.BaseNameField'. Use the new keyword if hiding was intended
/export/home/ksmakoto/Mono/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning)
Test/System.Resources/ResourceManagerTest.cs(1020,41): warning CS0108: `MonoTests.System.Resources.ResourceManagerTest.MockResourceManager.MainAssembly' hides inherited member `System.Resources.ResourceManager.MainAssembly'. Use the new keyword if hiding was intended
/export/home/ksmakoto/Mono/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning)
Test/System.Resources/ResourceManagerTest.cs(1024,42): warning CS0108: `MonoTests.System.Resources.ResourceManagerTest.MockResourceManager.ResourceSets' hides inherited member `System.Resources.ResourceManager.ResourceSets'. Use the new keyword if hiding was intended
/export/home/ksmakoto/Mono/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning)
Test/System.Runtime.Remoting/SoapServicesTest.cs(17,10): error CS0229: Ambiguity between `System.Runtime.Remoting.Metadata.SoapTypeAttribute.XmlNamespace' and `System.Runtime.Remoting.Metadata.SoapAttribute.XmlNamespace'
/export/home/ksmakoto/Mono/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous error)
Test/System.Runtime.Remoting/SoapServicesTest.cs(52,10): error CS0229: Ambiguity between `System.Runtime.Remoting.Metadata.SoapTypeAttribute.XmlNamespace' and `System.Runtime.Remoting.Metadata.SoapAttribute.XmlNamespace'
/export/home/ksmakoto/Mono/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous error)
Compilation failed: 2 error(s), 3 warnings
gmake[8]: *** [corlib_test_net_2_0.dll] Error 1
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[7]: *** [do-test] Error 2
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[6]: *** [test-recursive] Error 1
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[5]: *** [test-recursive] Error 1
gmake[5]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[4]: *** [profile-do--net_2_0--test] Error 2
gmake[4]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[3]: *** [profiles-do--test] Error 2
gmake[3]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[2]: *** [mcs-do-test-profiles] Error 2
gmake[2]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/runtime'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/runtime'
gmake: *** [check-recursive] Error 1


More information about the Mono-devel-list mailing list