Re: [Mono-dev] Mono runtime regression

2006-02-24 Thread Michal Moskal
On 2/23/06, Paolo Molaro <[EMAIL PROTECTED]> wrote:
> It would be nice if your build setup would not try to use a scheme
> compiler (csc) as an indication that MS .net is installed:-)
>
> Make the check actually compile a file, instead.

Done, thanks :-)

--
   Michal Moskal,
   http://nemerle.org/~malekith/
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Mono runtime regression

2006-02-23 Thread Paolo Molaro
On 02/22/06 Kamil Skalski wrote:
> I noticed another regression, which seems to be caused by
[...]
> During execution of Nemerle test suite.

I fixed a bug and the test suite runs fine for me.

> 1. download http://nemerle.org/download/snapshots/nemerle-0.9.2.99.6135.tar.gz
> 2. configure, so that NUnit is activated (it should detect
> nunit-console2 in your environment)

It would be nice if your build setup would not try to use a scheme
compiler (csc) as an indication that MS .net is installed:-)
Make the check actually compile a file, instead.

lupus

-- 
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Mono runtime regression

2006-02-22 Thread Kamil Skalski
Hi!

I noticed another regression, which seems to be caused by
http://lists.ximian.com/pipermail/mono-patches/2006-February/070993.html

It gives
NUnit version 2.2.0
Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A.
Vorontsov, Charlie Poole.
Copyright (C) 2000-2003 Philip Craig.
All Rights Reserved.

OS Version: Unix 2.6.10.0Mono Version: 2.0.50727.42


** ERROR **: file loader.c: line 1582 (mono_method_signature_full):
assertion failed: (mono_metadata_token_table (m->token) ==
MONO_TABLE_METHOD)
aborting...
Abort
make[1]: *** [nunit] Error 134


During execution of Nemerle test suite.

Just if it escape your attention :)  (especially as it seems to fail
quite late in our build/test process). To reproduce:

1. download http://nemerle.org/download/snapshots/nemerle-0.9.2.99.6135.tar.gz
2. configure, so that NUnit is activated (it should detect
nunit-console2 in your environment)
3. make  (to bootstrap compiler)
4. cd lib/tests
5. define NUNIT_LIB=-pkg:/home/user/local/lib/pkgconfig/mono-nunit.pc
in Makefile
6. make

--
Kamil Skalski
http://nazgul.omega.pl
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list