Thomas Wiest | 8 Sep 21:29
Favicon

Mono 2.0 RC1 is out!!

Hey Everyone,

We've just released Mono 2.0 RC1 today! Please help us out by
giving it a try with your applications.

As always, you can get the preview/RC releases here:
http://mono.ximian.com/monobuild/preview/download-preview/

Please report any bugs that you may find using our Bugs page, AND reply
to this thread with the bug numbers so we can track them!
http://www.mono-project.com/Bugs

You can see the bugs we're tracking for Mono 2.0 here:
https://bugzilla.novell.com/buglist.cgi?bug_file_loc_type=allwordssubstr&bug_file_loc=http%3A%2F%2Fwww.go-mono.com%2Farchive%2F2.0%2F&order=bugs.bug_status%20

The earlier you file the bugs and reply to this message, the more likely
your bugs will get fixed.

Special attention is given to regressions, so if you can tell us a
version of Mono where the bug worked and you tag the summary of the bug
with [Regression], then it is much more likely your bug will get fixed.

Please help the Mono team to make 2.0 the best ever.

Thanks again!

Mono QA

_______________________________________________
Mono-announce-list maillist  -  Mono-announce-list <at> lists.ximian.com
(Continue reading)

Yury Serdyuk | 9 Sep 11:51

Re: Mono 2.0 RC1 is out!!

Thomas Wiest wrote:

>Hey Everyone,
>
>We've just released Mono 2.0 RC1 today! Please help us out by
>giving it a try with your applications.
>
Hi !

I have tried to build Mono 2.0 RC1 from the sources on PowerPC 
architecture, namely on Cell BE processor -

>  proc]$ cat cpuinfo
> processor       : 0
> cpu             : Cell Broadband Engine, altivec supported
> clock           : 3200.000000MHz
> revision        : 48.0 (pvr 0070 3000)

At first, during make I got

> inssel.c:3158: warning: cast to pointer from integer of different size
> LD      libmono.la
> /usr/bin/ppu-ld: .libs/mini.o(.text+0x40e0): sibling call optimization 
> to `mono_internal_hash_table_remove' does not allo    w automatic 
> multiple TOCs; recompile with -mminimal-toc or 
> -fno-optimize-sibling-calls, or make `mono_internal_hash_table    
> _remove' extern
> /usr/bin/ppu-ld: .libs/mini.o(.text+0x42b8): sibling call optimization 
> to `mono_internal_hash_table_lookup' does not allo    w automatic 
> multiple TOCs; recompile with -mminimal-toc or 
(Continue reading)

Thomas Wiest | 9 Sep 18:46
Favicon

Re: Mono 2.0 RC1 is out!!

Hey Yury,
    Please file a bug, and please make sure to put if this worked in a 
previous release of Mono.

http://mono-project.com/Bugs

Thanks,
Thomas

Yury Serdyuk wrote:
> Thomas Wiest wrote:
>
>> Hey Everyone,
>>
>> We've just released Mono 2.0 RC1 today! Please help us out by
>> giving it a try with your applications.
>>
> Hi !
>
> I have tried to build Mono 2.0 RC1 from the sources on PowerPC 
> architecture, namely on Cell BE processor -
>
>>  proc]$ cat cpuinfo
>> processor       : 0
>> cpu             : Cell Broadband Engine, altivec supported
>> clock           : 3200.000000MHz
>> revision        : 48.0 (pvr 0070 3000)
>
> At first, during make I got
>
(Continue reading)

Yury Serdyuk | 15 Sep 13:49

Re: Mono 2.0 RC1 is out!!

Thomas Wiest wrote:

> Hey Yury,
>    Please file a bug, and please make sure to put if this worked in a 
> previous release of Mono.
>
In fact, the mentioned above messages like

>I have tried to build Mono 2.0 RC1 from the sources on PowerPC 
>architecture, namely on Cell BE processor.
>
>At first, during make I got
>
>  
>
>>> inssel.c:3158: warning: cast to pointer from integer of different size
>>> LD      libmono.la
>>> /usr/bin/ppu-ld: .libs/mini.o(.text+0x40e0): sibling call optimization 
>>> to `mono_internal_hash_table_remove' does not allo    w automatic 
>>> multiple TOCs; recompile with -mminimal-toc or 
>>> -fno-optimize-sibling-calls, or make `mono_internal_hash_table    
>>> _remove' extern
>>
and so on, are occured under gcc 4.1.1.
While I use gcc 4.1.2, there is the old problem with compiling  
expression.cs module from the
mono-2.0/mcs/mcs directory
(see https://bugzilla.novell.com/show_bug.cgi?id=414845).
In fact, compiler (on PowerPC ) cannot manage with long constants as

(Continue reading)

Andreas Färber | 3 Oct 16:15

Re: Mono 2.0 RC1 is out!!

Hi,

Am 09.09.2008 um 11:51 schrieb Yury Serdyuk:

> I have tried to build Mono 2.0 RC1 from the sources on PowerPC
> architecture, namely on Cell BE processor

> Then, I've tried to configure as
>
>> ./configure --prefix=/home/user002/m-2.0rc1 CFLAGS="-mminimal-toc"
>
> and got the following
>
>> inssel.c:3158: warning: cast to pointer from integer of different  
>> size
>> LD      libmono.la
>> LD      libmono-static.la
>> CC      main.o
>> LD      mono
>> ./.libs/libmono-static.a(driver.o): In function  
>> `parse_optimizations':
>> /home/user002/mono-2.0/mono/mini/driver.c:145: undefined reference to
>> `mono_arch_cpu_optimizazions'
>> ./.libs/libmono-static.a(debug-mini.o): In function `print_var_info':
>>                            .
>> .                         .
>> ./.libs/libmono-static.a(mini-codegen.o): In function  
>> `mono_regname_full':
>> /home/user002/mono-2.0/mono/mini/mini-codegen.c:130: undefined
>> reference to `mono_arch_fregname'
(Continue reading)

Andreas Färber | 4 Oct 21:22

Re: Mono 2.0 RC1 is out!!


Am 03.10.2008 um 16:15 schrieb Andreas Färber:

> Am 09.09.2008 um 11:51 schrieb Yury Serdyuk:
>
>> I have tried to build Mono 2.0 RC1 from the sources on PowerPC
>> architecture, namely on Cell BE processor
>
>> Then, I've tried to configure as
>>
>>> ./configure --prefix=/home/user002/m-2.0rc1 CFLAGS="-mminimal-toc"
>>
>> and got the following
>>
>>> inssel.c:3158: warning: cast to pointer from integer of different  
>>> size
>>> LD      libmono.la
>>> LD      libmono-static.la
>>> CC      main.o
>>> LD      mono
>>> ./.libs/libmono-static.a(driver.o): In function  
>>> `parse_optimizations':
>>> /home/user002/mono-2.0/mono/mini/driver.c:145: undefined reference  
>>> to
>>> `mono_arch_cpu_optimizazions'
>>> ./.libs/libmono-static.a(debug-mini.o): In function  
>>> `print_var_info':
>>>                           .
>>> .                         .
>>> ./.libs/libmono-static.a(mini-codegen.o): In function  
(Continue reading)

Robert Jordan | 10 Sep 13:16

Re: Mono 2.0 RC1 is out!!

Thomas Wiest wrote:
> Hey Everyone,
> 
> We've just released Mono 2.0 RC1 today! Please help us out by
> giving it a try with your applications.
> 
> As always, you can get the preview/RC releases here:
> http://mono.ximian.com/monobuild/preview/download-preview/
> 
> Please report any bugs that you may find using our Bugs page, AND reply
> to this thread with the bug numbers so we can track them!
> http://www.mono-project.com/Bugs

https://bugzilla.novell.com/show_bug.cgi?id=422491

This one partially blocks remoting between a 64-bit MS.NET client
and Mono server.

The patch ought to be rather simple. I've tested the interoperability
with older monos, whereas the bug entry creator has proved that the
patch actually fixes the issue with a 64-bit MS.NET client.

Robert

Gmane