[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mono-devel-list
Subject:    Re: [Mono-dev] [mono-packagers] Mono 2.10 RC1
From:       Zoltan Varga <vargaz () gmail ! com>
Date:       2011-01-27 6:17:19
Message-ID: AANLkTim4ZobxkKGH00=pT6cFYgSbJg9Zzs-XneSf3xM6 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi,

  The Mono.Debugger.Soft issues should be fixed in d2fddf50625649474c8f209.

On Thu, Jan 27, 2011 at 2:53 AM, Jo Shields <directhex@apebox.org> wrote:

> On Sun, 2011-01-23 at 19:56 +0000, Jo Shields wrote:
> > * The test suite fails to build. That's not intentional.
>
> Bug #1: missing mono/tests/finally_guard.cs from tarball
> (seems fixed in e50fc47fd550ba957534)
>
> Bug #2: missing mcs/class/Mono.Debugger.Soft/Test/dtest-app.cs from
> tarball
> (not fixed in mono-2-10 as of now)
>
> Bug #3: missing mcs/class/Mono.Debugger.Soft/Test/dtest-excfilter.il
> from tarball
> (not fixed in mono-2-10 as of now)
>
> Bug #4: missing MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" from
> mono-wrapper invocation in mcs/class/Mono.Debugger.Soft/Makefile (via
> $(INTERNAL_ILASM) - causes failure unless 2.0 mscorlib happens to be
> available in the --prefix mono was built to use, even though "make
> check" should work before "make install"
> (not fixed in mono-2-10 as of now)
>
> Bug #5: MCS     [net_2_0] System.Web.Extensions_test_net_2_0.dll
> Test/../../System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyTemplateControls.cs(39,38):
> error CS0507:
> `MyTemplateControls.TestTemplateControl.CreateChildControls()': cannot
> change access modifiers when overriding `protected' inherited member
> `System.Web.UI.Control.CreateChildControls()'
> (seems fixed in f54988c03bc5257917a4)
>
> Bug #6: MCS     [net_2_0] System.Web.DynamicData_test_net_2_0.dll
> Test/../../System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyTemplateControls.cs(43,19):
> error CS0507:
> `MyTemplateControls.TestTemplateControl.CreateChildControls()': cannot
> change access modifiers when overriding `protected' inherited member
> `System.Web.UI.Control.CreateChildControls()'
> (not fixed in mono-2-10 as of now, same bug & fix as #5)
>
> Bug #7: MCS     [net_2_0] System.Data.Services_test_net_2_0.dll
> Test/./DataServiceTests.cs(47,27): error CS0012: The type
> `System.ServiceModel.Channels.Message' is defined in an assembly that is
> not referenced. Consider adding a reference to assembly
> `System.ServiceModel, Version=3.0.0.0, Culture=neutral,
> PublicKeyToken=b77a5c561934e089'
> Caused because mcs/build/tests.make doesn't populate $(TEST_MCS_FLAGS)
> with the contents of $(LIB_MCS_FLAGS) which are how
> mcs/class/System.Data.Services/Makefile specifies its references (which
> are also needed by the test version)
> (not fixed in mono-2-10 as of now)
>
> There are more. The nunit tests bail out on the corlib, but it's almost
> 2am and I started this almost 4 hours ago, so I'm going to bed. More
> tomorrow, maybe
>
> _______________________________________________
> mono-packagers-list mailing list
> mono-packagers-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-packagers-list
>
>

[Attachment #5 (text/html)]

Hi,<div><br></div><div>  The Mono.Debugger.Soft issues should be fixed in \
d2fddf50625649474c8f209.<br><br><div class="gmail_quote">On Thu, Jan 27, 2011 at 2:53 \
AM, Jo Shields <span dir="ltr">&lt;<a \
href="mailto:directhex@apebox.org">directhex@apebox.org</a>&gt;</span> wrote:<br> \
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex;">On Sun, 2011-01-23 at 19:56 +0000, Jo Shields wrote:<br> \
&gt; * The test suite fails to build. That&#39;s not intentional.<br> <br>
Bug #1: missing mono/tests/finally_guard.cs from tarball<br>
(seems fixed in e50fc47fd550ba957534)<br>
<br>
Bug #2: missing mcs/class/Mono.Debugger.Soft/Test/dtest-app.cs from<br>
tarball<br>
(not fixed in mono-2-10 as of now)<br>
<br>
Bug #3: missing mcs/class/Mono.Debugger.Soft/Test/<a href="http://dtest-excfilter.il" \
target="_blank">dtest-excfilter.il</a><br> from tarball<br>
(not fixed in mono-2-10 as of now)<br>
<br>
Bug #4: missing MONO_PATH=&quot;./../../class/lib/net_2_0:$MONO_PATH&quot; from<br>
mono-wrapper invocation in mcs/class/Mono.Debugger.Soft/Makefile (via<br>
$(INTERNAL_ILASM) - causes failure unless 2.0 mscorlib happens to be<br>
available in the --prefix mono was built to use, even though &quot;make<br>
check&quot; should work before &quot;make install&quot;<br>
(not fixed in mono-2-10 as of now)<br>
<br>
Bug #5: MCS     [net_2_0] System.Web.Extensions_test_net_2_0.dll<br>
Test/../../System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyTemplateControls.cs(39,38): \
error CS0507: `MyTemplateControls.TestTemplateControl.CreateChildControls()&#39;: \
cannot change access modifiers when overriding `protected&#39; inherited member \
`System.Web.UI.Control.CreateChildControls()&#39;<br>

(seems fixed in f54988c03bc5257917a4)<br>
<br>
Bug #6: MCS     [net_2_0] System.Web.DynamicData_test_net_2_0.dll<br>
Test/../../System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyTemplateControls.cs(43,19): \
error CS0507: `MyTemplateControls.TestTemplateControl.CreateChildControls()&#39;: \
cannot change access modifiers when overriding `protected&#39; inherited member \
`System.Web.UI.Control.CreateChildControls()&#39;<br>

(not fixed in mono-2-10 as of now, same bug &amp; fix as #5)<br>
<br>
Bug #7: MCS     [net_2_0] System.Data.Services_test_net_2_0.dll<br>
Test/./DataServiceTests.cs(47,27): error CS0012: The type<br>
`System.ServiceModel.Channels.Message&#39; is defined in an assembly that is<br>
not referenced. Consider adding a reference to assembly<br>
`System.ServiceModel, Version=3.0.0.0, Culture=neutral,<br>
PublicKeyToken=b77a5c561934e089&#39;<br>
Caused because mcs/build/tests.make doesn&#39;t populate $(TEST_MCS_FLAGS)<br>
with the contents of $(LIB_MCS_FLAGS) which are how<br>
mcs/class/System.Data.Services/Makefile specifies its references (which<br>
are also needed by the test version)<br>
(not fixed in mono-2-10 as of now)<br>
<br>
There are more. The nunit tests bail out on the corlib, but it&#39;s almost<br>
2am and I started this almost 4 hours ago, so I&#39;m going to bed. More<br>
tomorrow, maybe<br>
<br>_______________________________________________<br>
mono-packagers-list mailing list<br>
<a href="mailto:mono-packagers-list@lists.ximian.com">mono-packagers-list@lists.ximian.com</a><br>
 <a href="http://lists.ximian.com/mailman/listinfo/mono-packagers-list" \
target="_blank">http://lists.ximian.com/mailman/listinfo/mono-packagers-list</a><br> \
<br></blockquote></div><br></div>



_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic