[Mono-list] SVN build freezes on MDOC

Robert Jordan robertj at gmx.net
Fri Dec 5 08:32:10 EST 2008


Andrus wrote:
> I tried to build MONO from SVN in Windows using 2.2 preview installed to
> c:\mono and commands
> 
> export MONO_LOCATION=/cygdrive/c/mono
> export PATH=${MONO_LOCATION}/bin:${PATH}
> export ACLOCAL_FLAGS="-I ${MONO_LOCATION}/share/aclocal"
> export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${MONO_LOCATION}/lib/pkgconfig
> ./autogen.sh --prefix=/mono/build
> make
> make install
> 
> messages from build output are not changed for several hours now. Last
> messages are:
> 
> ...
> make all-local
> make[7]: Entering directory `/mono/svn/mcs/docs'
> MDOC    [net_2_0] cs-errors.tree
> 
> I'm using fast dualcore CPU with SSD disks and 4 GB  RAM. I do'nt need docs.
> Task manager shows 8 sh.exe, 8 make.exe and 1 mono.exe process all with 00 
> CPU usage.
> Total CPU usage is 2-9% casued probably by task manager, there is also some 
> disk usage.
> 
> How to build ?

Try to remove all occurrences of "docs" from mcs/Makefile

Robert



More information about the Mono-list mailing list