Skip to content

Instantly share code, notes, and snippets.

@EgorBo
Created November 10, 2017 00:23
Show Gist options
  • Save EgorBo/1a3e430d50e4a7bad039f564529f6ffd to your computer and use it in GitHub Desktop.
Save EgorBo/1a3e430d50e4a7bad039f564529f6ffd to your computer and use it in GitHub Desktop.
make all-local
make[7]: Entering directory '/cygdrive/c/prj/mono/mcs/jay'
make[7]: Nothing to be done for 'all-local'.
make[7]: Leaving directory '/cygdrive/c/prj/mono/mcs/jay'
make[6]: Leaving directory '/cygdrive/c/prj/mono/mcs/jay'
make[6]: Entering directory '/cygdrive/c/prj/mono/mcs/class'
make[7]: Entering directory '/cygdrive/c/prj/mono/mcs/class/corlib'
make all-local
make[8]: Entering directory '/cygdrive/c/prj/mono/mcs/class/corlib'
mono C:/prj/mono/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.6.0/tools/csc.exe /codepage:65001 /nologo /noconfig -unsafe -nostdlib -nowarn:612,618,1635 -d:INSIDE_CORLIB,MONO_CULTURE_DATA -d:LIBC -d:FEATURE_PAL,GENERICS_WORK,FEATURE_LIST_PREDICATES,FEATURE_SERIALIZATION,FEATURE_ENCODINGNLS,FEATURE_ASCII,FEATURE_LATIN1,FEATURE_UTF7,FEATURE_UTF32,MONO_HYBRID_ENCODING_SUPPORT,FEATURE_ASYNC_IO,NEW_EXPERIMENTAL_ASYNC_IO,FEATURE_UTF32,FEATURE_EXCEPTIONDISPATCHINFO,FEATURE_CORRUPTING_EXCEPTIONS,FEATURE_EXCEPTION_NOTIFICATIONS,FEATURE_STRONGNAME_MIGRATION,FEATURE_USE_LCID,FEATURE_FUSION,FEATURE_CRYPTO,FEATURE_X509_SECURESTRINGS,FEATURE_SYNCHRONIZATIONCONTEXT,FEATURE_SYNCHRONIZATIONCONTEXT_WAIT,HAS_CORLIB_CONTRACTS -d:FEATURE_MACL -d:FEATURE_REMOTING,MONO_COM,FEATURE_COMINTEROP,FEATURE_ROLE_BASED_SECURITY -d:MONO_FEATURE_THREAD_ABORT -d:MONO_FEATURE_THREAD_SUSPEND_RESUME -d:MONO_FEATURE_MULTIPLE_APPDOMAINS -d:NET_4_0 -d:NET_4_5 -d:MONO -d:WIN_PLATFORM -d:BOOTSTRAP_BASIC -nowarn:1699 -nostdlib -d:FEATURE_PAL,GENERICS_WORK,FEATURE_LIST_PREDICATES,FEATURE_SERIALIZATION,FEATURE_ENCODINGNLS,FEATURE_ASCII,FEATURE_LATIN1,FEATURE_UTF7,FEATURE_UTF32,MONO_HYBRID_ENCODING_SUPPORT,FEATURE_ASYNC_IO,NEW_EXPERIMENTAL_ASYNC_IO,FEATURE_UTF32,FEATURE_EXCEPTIONDISPATCHINFO,FEATURE_CORRUPTING_EXCEPTIONS,FEATURE_EXCEPTION_NOTIFICATIONS,FEATURE_STRONGNAME_MIGRATION,FEATURE_USE_LCID,FEATURE_FUSION,FEATURE_CRYPTO,FEATURE_X509_SECURESTRINGS,FEATURE_SYNCHRONIZATIONCONTEXT,FEATURE_SYNCHRONIZATIONCONTEXT_WAIT,HAS_CORLIB_CONTRACTS -d:FEATURE_MACL -d:FEATURE_REMOTING,MONO_COM,FEATURE_COMINTEROP,FEATURE_ROLE_BASED_SECURITY -d:MONO_FEATURE_THREAD_ABORT -d:MONO_FEATURE_THREAD_SUSPEND_RESUME -d:MONO_FEATURE_MULTIPLE_APPDOMAINS -resource:resources/charinfo.nlp -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin -resource:LinkerDescriptor/mscorlib.xml -runtimemetadataversion:v4.0.30319 -d:MONO_FEATURE_CONSOLE -target:library -out:../../class/lib/basic/mscorlib.dll @./../../build/deps/_basic__corlib.dll.response
Unhandled Exception:
AggregateException_ToString
[ERROR] FATAL UNHANDLED EXCEPTION: AggregateException_ToString
make[8]: *** [../../build/library.make:329: ../../class/lib/basic/mscorlib.dll] Error 1
make[8]: Leaving directory '/cygdrive/c/prj/mono/mcs/class/corlib'
make[7]: *** [../../build/rules.make:208: do-all] Error 2
make[7]: Leaving directory '/cygdrive/c/prj/mono/mcs/class/corlib'
make[6]: *** [../build/rules.make:229: all-recursive] Error 1
make[6]: Leaving directory '/cygdrive/c/prj/mono/mcs/class'
make[5]: *** [build/rules.make:229: all-recursive] Error 1
make[5]: Leaving directory '/cygdrive/c/prj/mono/mcs'
make[4]: *** [Makefile:54: profile-do--basic--all] Error 2
make[4]: Leaving directory '/cygdrive/c/prj/mono/mcs'
make[3]: *** [Makefile:50: profiles-do--all] Error 2
make[3]: Leaving directory '/cygdrive/c/prj/mono/mcs'
make[2]: *** [Makefile:605: all-local] Error 2
make[2]: Leaving directory '/cygdrive/c/prj/mono/runtime'
make[1]: *** [Makefile:551: all-recursive] Error 1
make[1]: Leaving directory '/cygdrive/c/prj/mono'
make: *** [Makefile:481: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment