[Mono-devel-list] mcs hangs on recompile

Jaroslaw Kowalski jaak at zd.com.pl
Wed May 26 02:50:14 EDT 2004


That worked. Thanks.

How about adding a simple versioning mechanism to ".wapi" directory ? Mono
would have a "version compatibility number" that is checked at startup. If
.wapi directory version doesn't match the mono expected version an error
should be reported or the directory should be deleted and re-created. This
version number would be increased after each change to io-daemon.

Jarek

----- Original Message ----- 
From: "Raja R Harinath" <rharinath at novell.com>
To: "Jaroslaw Kowalski" <jaak at zd.com.pl>
Cc: "mono-devel mailing list" <mono-devel-list at lists.ximian.com>
Sent: Wednesday, May 26, 2004 5:01 AM
Subject: Re: [Mono-devel-list] mcs hangs on recompile


> Hi,
>
> "Jaroslaw Kowalski" <jaak at zd.com.pl> writes:
>
> > When attempting to "make bootstrap" the build process hangs on "mcs"
rebuild
> > after mono is compiled and installed into _tmpinst.
> >
> > I'm sure that this used to work about 12 hours ago when I sent
"confirmed"
> > message regarding latest build failure.
> >
> > I can repeat this on 2 machines (one running on FC1 the other on FC2).
> >
> > make[2]: Entering directory `/home/mono/src/mono'
> > tmpinst=`cd _tmpinst && pwd` ; \
> > PATH=$tmpinst/bin:$PATH; export PATH ; \
> > for dir in jay mcs class/corlib class/System class/System.XML
class/System
> > class/Mono.CSharp.Debugger; do \
> >   (cd ./../mcs/$dir && make PROFILE=default) || exit 1 ; \
> > done
> > make[3]: Entering directory `/home/mono/src/mcs/jay'
> > make[3]: Leaving directory `/home/mono/src/mcs/jay'
> > make[3]: Entering directory `/home/mono/src/mcs/mcs'
> > mcs   -d:NET_1_1 -d:ONLY_1_1 -g /target:exe /out:mcs.exe cs-parser.cs
> > @mcs.exe.sources
>
> A couple of people experienced it here.  We fixed it by doing
>
>   killall mono
>   killall lt-mono
>   rm -fr $HOME/.wapi
>
> If it still persists after that, we'll have to look into it.
>
> - Hari
> _______________________________________________
> 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