[Mono-devel-list] mcs hangs on recompile

Raja R Harinath rharinath at novell.com
Tue May 25 23:01:42 EDT 2004


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



More information about the Mono-devel-list mailing list