This is related to a bug in mono. I've reported it as a bug in ximian
bugzilla.

http://bugzilla.ximian.com/show_bug.cgi?id=54980

Note that NUnit is not working either.

I hacked mcs with this patch:

-------------------------------------------
Index: System/AppDomain.cs
===================================================================
RCS file: /mono/mcs/class/corlib/System/AppDomain.cs,v
retrieving revision 1.55
diff -u -r1.55 AppDomain.cs
--- System/AppDomain.cs 10 Feb 2004 11:04:03 -0000      1.55
+++ System/AppDomain.cs 4 Mar 2004 20:12:04 -0000
@@ -723,7 +723,8 @@
                        if (domain == null)
                                throw new ArgumentNullException ("domain");

-                       InternalUnload (domain.getDomainID());
+                       // HACK - this causes a lot of trouble
+                       // InternalUnload (domain.getDomainID());
                }

                [MethodImplAttribute(MethodImplOptions.InternalCall)]

Jarek

----- Original Message ----- 
From: "Giuseppe Greco" <[EMAIL PROTECTED]>
To: "NAnt Developers" <[EMAIL PROTECTED]>
Sent: Thursday, March 04, 2004 7:53 PM
Subject: [nant-dev] Building NAnt on Mono


> Hi all,
>
> I've just checked out the latest version of NAnt
> from CVS, and I'm not able to build it on Linux.
>
> Here's the error message:
>
>
> create-common-assemblyinfo:
>
>    [attrib] Setting file attributes for 1 files to Normal.
>
> ** (bin/NAnt.exe:32596): WARNING **: Aborting of threads in domain
> TypeGatheringDomain timed out.
>
> BUILD FAILED
>
> /home/genius/projects/nant/NAnt.build(49,9):
> AssemblyInfo file '/home/genius/projects/nant/src/CommonAssemblyInfo.cs'
> could not be generated.
>     Aborting of threads in domain TypeGatheringDomain timed out.
>
> Has anybody experienced the same problem?
> I'm running the very last version of Mono form CVS.
>
> Thanks,
> j3d.
>
> -- 
> ----------------------------------------
> Giuseppe Greco
>
> ::agamura::
>
> phone:  +41 91 604 67 65
> mobile: +41 76 390 60 32
> email:  [EMAIL PROTECTED]
> web:    www.agamura.com
> ----------------------------------------
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to