[Mono-dev] Can't build current mono master branch

Tomi bosak.tomas at gmail.com
Tue Jan 18 14:34:07 EST 2011


Hi folks, I can't build current mono from github master branch on my
linux machine (Ubuntu 11.04, parallel mono environment):

...
MCS     [basic] System.Core.dll
:  -R ../../class/lib/basic/System.Core.dll ./../../class/mono.snk
make[8]: Leaving directory `/var/src/mono-2011-01-18/mono/mcs/class/System.Core'
make[7]: Leaving directory `/var/src/mono-2011-01-18/mono/mcs/class/System.Core'
make[7]: Entering directory
`/var/src/mono-2011-01-18/mono/mcs/class/aot-compiler'
make all-local
make[8]: Entering directory
`/var/src/mono-2011-01-18/mono/mcs/class/aot-compiler'
AOT [basic] mscorlib.dll.so
AOT [basic] mcs.exe.so
make[8]: Leaving directory
`/var/src/mono-2011-01-18/mono/mcs/class/aot-compiler'
make[7]: Leaving directory
`/var/src/mono-2011-01-18/mono/mcs/class/aot-compiler'
make all-local
make[7]: Entering directory `/var/src/mono-2011-01-18/mono/mcs/class'
make[7]: Leaving directory `/var/src/mono-2011-01-18/mono/mcs/class'
make[6]: Leaving directory `/var/src/mono-2011-01-18/mono/mcs/class'
make[6]: Entering directory `/var/src/mono-2011-01-18/mono/mcs/tools'
make[7]: Entering directory `/var/src/mono-2011-01-18/mono/mcs/tools/gacutil'
Creating ../../build/deps/basic_gacutil.exe.makefrag ...
make[7]: Leaving directory `/var/src/mono-2011-01-18/mono/mcs/tools/gacutil'
make[7]: Entering directory `/var/src/mono-2011-01-18/mono/mcs/tools/gacutil'
make all-local
make[8]: Entering directory `/var/src/mono-2011-01-18/mono/mcs/tools/gacutil'
MCS     [basic] gacutil.exe
error CS0006: Metadata file `Mono.Security.dll' could not be found
error CS0518: The predefined type `System.Object' is not defined or imported
error CS0518: The predefined type `System.ValueType' is not defined or imported
error CS0518: The predefined type `System.Attribute' is not defined or imported
error CS0518: The predefined type `System.Int32' is not defined or imported
error CS0518: The predefined type `System.UInt32' is not defined or imported
error CS0518: The predefined type `System.Int64' is not defined or imported
error CS0518: The predefined type `System.UInt64' is not defined or imported
error CS0518: The predefined type `System.Single' is not defined or imported
error CS0518: The predefined type `System.Double' is not defined or imported
error CS0518: The predefined type `System.Char' is not defined or imported
error CS0518: The predefined type `System.Int16' is not defined or imported
error CS0518: The predefined type `System.Decimal' is not defined or imported
error CS0518: The predefined type `System.Boolean' is not defined or imported
error CS0518: The predefined type `System.SByte' is not defined or imported
error CS0518: The predefined type `System.Byte' is not defined or imported
error CS0518: The predefined type `System.UInt16' is not defined or imported
error CS0518: The predefined type `System.String' is not defined or imported
error CS0518: The predefined type `System.Enum' is not defined or imported
error CS0518: The predefined type `System.Delegate' is not defined or imported
error CS0518: The predefined type `System.MulticastDelegate' is not
defined or imported
error CS0518: The predefined type `System.Void' is not defined or imported
error CS0518: The predefined type `System.Array' is not defined or imported
error CS0518: The predefined type `System.Type' is not defined or imported
error CS0518: The predefined type `System.Collections.IEnumerator' is
not defined or imported
error CS0518: The predefined type `System.Collections.IEnumerable' is
not defined or imported
error CS0518: The predefined type `System.IDisposable' is not defined
or imported
error CS0518: The predefined type `System.IntPtr' is not defined or imported
error CS0518: The predefined type `System.UIntPtr' is not defined or imported
error CS0518: The predefined type `System.RuntimeFieldHandle' is not
defined or imported
error CS0518: The predefined type `System.RuntimeTypeHandle' is not
defined or imported
error CS0518: The predefined type `System.Exception' is not defined or imported
Compilation failed: 32 error(s), 0 warnings
make[8]: *** [../../class/lib/basic/gacutil.exe] Error 1
make[8]: Leaving directory `/var/src/mono-2011-01-18/mono/mcs/tools/gacutil'
make[7]: *** [do-all] Error 2
make[7]: Leaving directory `/var/src/mono-2011-01-18/mono/mcs/tools/gacutil'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/var/src/mono-2011-01-18/mono/mcs/tools'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/var/src/mono-2011-01-18/mono/mcs'
make[4]: *** [profile-do--basic--all] Error 2
make[4]: Leaving directory `/var/src/mono-2011-01-18/mono/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/var/src/mono-2011-01-18/mono/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/var/src/mono-2011-01-18/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/src/mono-2011-01-18/mono'
make: *** [all] Error 2

Am I doing something wrong?


More information about the Mono-devel-list mailing list