[Mono-devel-list] mcs hangs on recompile
Jaroslaw Kowalski
jaak at zd.com.pl
Tue May 25 16:00:47 EDT 2004
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
<<< HANGS HERE >>>
Jarek
More information about the Mono-devel-list
mailing list