[Mono-list] Problem build with snapshoot today

Jackson Harper jackson@ximian.com
Wed, 29 Oct 2003 02:09:06 -0800


There appears to be a problem with the monocharge's, possibly from being
built with an old mcs. Try using a daily. Hopefully we can get this
issue resolved tommorow.

Cheers,
Jackson



On Wed, 2003-10-29 at 01:59, Hardani wrote:
> Hello mono-list,
> 
> I Have problem build mono and mcs. I have sucsessfully build
> mono-0.28.tar and mcs-0.28.tar.gz on my Redhat 9 and Redhat 7.3 box.
> 
> But after cvsup and build from snapshot today, i have problem like
> this after execute " make fullbuild " :
> 
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory `/home/dani/mono/cvs/mono/mono/profiler'
> make[2]: Leaving directory `/home/dani/mono/cvs/mono/mono/profiler'
> make[2]: Entering directory `/home/dani/mono/cvs/mono/mono'
> make[3]: Entering directory `/home/dani/mono/cvs/mono/mono'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory `/home/dani/mono/cvs/mono/mono'
> make[2]: Leaving directory `/home/dani/mono/cvs/mono/mono'
> make[1]: Leaving directory `/home/dani/mono/cvs/mono/mono'
> (cd ../mcs/class; make)
> make[1]: Entering directory `/home/dani/mono/cvs/mcs/class'
> make[2]: Entering directory `/home/dani/mono/cvs/mcs/class/corlib'
> make[2]: Leaving directory `/home/dani/mono/cvs/mcs/class/corlib'
> make[2]: Entering directory `/home/dani/mono/cvs/mcs/class/I18N'
> make[3]: Entering directory `/home/dani/mono/cvs/mcs/class/I18N/Common'
> Creating ../../../build/deps/I18N.dll.makefrag ...
> make[3]: Leaving directory `/home/dani/mono/cvs/mcs/class/I18N/Common'
> make[3]: Entering directory `/home/dani/mono/cvs/mcs/class/I18N/Common'
> touch ../../../build/deps/I18N.dll.stamp
> MONO_PATH="../../../class/lib:$MONO_PATH" mono  ../../../mcs/mcs.exe /r:corlib.dll  -d:NET_1_1 -g /noconfig  /target:library /out:../../../class/lib/I18N.dll @I18N.dll.sources
> 
> ** ERROR **: Error: Assembly ../../../class/lib/corlib.dll references itself
> aborting...
> make[3]: *** [../../../class/lib/I18N.dll] Aborted
> make[3]: Leaving directory `/home/dani/mono/cvs/mcs/class/I18N/Common'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/dani/mono/cvs/mcs/class/I18N'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/dani/mono/cvs/mcs/class'
> make: *** [mcs-rest] Error 2
> 
> 
> Maybe someone have clue, how to solve this problem.
> Thanks