[Mono-dev] gmake check error with "Corlib not in sync with this runtime"

KISHIMOTO, Makoto ksmakoto at dd.iij4u.or.jp
Fri Mar 19 20:27:21 EDT 2010


Hello,

gmake check of mono svn trunk fails with following error.

> Corlib not in sync with this runtime: expected corlib version 69, found 89.
> Loaded from: /export/home/ksmakoto/Mono/mcs/class/lib/net_2_0/mscorlib.dll
> Download a newer corlib or a newer runtime at http://www.go-mono.com/daily.

All messages are like follows.

$ gmake check
Making check in po
gmake[1]: Entering directory `/export/home/ksmakoto/Mono/BUILD/po'
Making check in mcs
gmake[2]: Entering directory `/export/home/ksmakoto/Mono/BUILD/po/mcs'

(snip...)

Testing bug-472600.2.exe ...
Testing bug-473482.2.exe ...
Testing bug-473999.2.exe ...
Testing bug-479763.2.exe ...
Testing generic-xdomain.2.exe ...
Thread 80160ac80 has exited with leftover thread-specific data after 4 destructor iterations
Testing generic-type-load-exception.2.exe ...
Testing mkbundle...
Thread 80160ac80 has exited with leftover thread-specific data after 4 destructor iterations
Corlib not in sync with this runtime: expected corlib version 69, found 89.
Loaded from: /export/home/ksmakoto/Mono/mcs/class/lib/net_2_0/mscorlib.dll
Download a newer corlib or a newer runtime at http://www.go-mono.com/daily.
gmake[4]: *** [testbundle] Error 1
gmake[4]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[3]: *** [check-am] Error 2
gmake[3]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[2]: *** [check-recursive] Error 1
gmake[2]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[1]: *** [check-recursive] Error 1
gmake[1]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono'
gmake: *** [check-recursive] Error 1


More information about the Mono-devel-list mailing list