[Mono-dev] Ambiguity between SoapTypeAttribute and SoapAttribute

Atsushi Eno atsushieno at veritas-vos-liberabit.com
Wed Jul 14 00:05:25 EDT 2010


OK, I found this is not in System.Runtime.Remoting but in corlib 
(without more build log lines we can only partially guess).
http://build.mono-project.com/WebServices/Download.aspx?workfile_id=3626757

Atsushi Eno

On 2010/07/13 15:59, Atsushi Eno wrote:
> According to the build bots, trunk should build fine (and it's all about
> class lib). Try svn up?
> http://wrench.mono-project.com/builds
>
> Atsushi Eno
>
> On 2010/07/13 15:41, KISHIMOTO, Makoto wrote:
>    
>> 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
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>>
>>
>>
>>      
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>
>    



More information about the Mono-devel-list mailing list