Created
December 16, 2014 20:09
-
-
Save evincarofautumn/73d2467d1648e2631317 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git submodules updated successfully | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in po | |
Making all in mcs | |
make[3]: Nothing to be done for `all-am'. | |
Making all in libgc | |
Making all in m4 | |
make[3]: Nothing to be done for `all'. | |
Making all in include | |
Making all in private | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
Making all in doc | |
make[3]: Nothing to be done for `all'. | |
make[3]: Nothing to be done for `all-am'. | |
Making all in eglib | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in m4 | |
make[4]: Nothing to be done for `all'. | |
Making all in src | |
make[4]: Nothing to be done for `all'. | |
Making all in mono | |
Making all in arch | |
make[4]: Nothing to be done for `all-am'. | |
Making all in utils | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
make[4]: Nothing to be done for `all-am'. | |
Making all in io-layer | |
make[3]: Nothing to be done for `all'. | |
Making all in cil | |
make[3]: Nothing to be done for `all'. | |
Making all in metadata | |
make[3]: Nothing to be done for `all'. | |
Making all in mini | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
make[4]: Nothing to be done for `all-am'. | |
Making all in dis | |
make[3]: Nothing to be done for `all'. | |
Making all in monograph | |
make[3]: Nothing to be done for `all'. | |
Making all in tests | |
Making all in cas | |
Making all in assembly | |
make[5]: Nothing to be done for `all'. | |
Making all in linkdemand | |
make[5]: Nothing to be done for `all'. | |
Making all in inheritance | |
make[5]: Nothing to be done for `all'. | |
Making all in demand | |
make[5]: Nothing to be done for `all'. | |
Making all in threads | |
make[5]: Nothing to be done for `all'. | |
make[5]: Nothing to be done for `all-am'. | |
Making all in assemblyresolve | |
make[4]: Nothing to be done for `all'. | |
Making all in gc-descriptors | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
Making all in unit-tests | |
make[3]: Nothing to be done for `all'. | |
Making all in benchmark | |
make[3]: Nothing to be done for `all'. | |
Making all in profiler | |
make[3]: Nothing to be done for `all'. | |
make[3]: Nothing to be done for `all-am'. | |
Making all in ikvm-native | |
make[2]: Nothing to be done for `all'. | |
Making all in support | |
make[2]: Nothing to be done for `all'. | |
Making all in data | |
Making all in net_2_0 | |
Making all in Browsers | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
Making all in net_4_0 | |
Making all in Browsers | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
Making all in net_4_5 | |
Making all in Browsers | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
make[3]: Nothing to be done for `all-am'. | |
Making all in runtime | |
if test -w /Users/jonathanpurdy/Projects/mono/mcs; then :; else chmod -R +w /Users/jonathanpurdy/Projects/mono/mcs; fi | |
cd /Users/jonathanpurdy/Projects/mono/mcs && /Applications/Xcode.app/Contents/Developer/usr/bin/make NO_DIR_CHECK=1 PROFILES='net_4_0 net_4_5 xbuild_12 xbuild_14 ' CC='gcc' all-profiles | |
*** Assuming PLATFORM is 'linux'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make profile-do--net_4_0--all profile-do--net_4_5--all profile-do--xbuild_12--all profile-do--xbuild_14--all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make PROFILE=basic all | |
mcs /warn:0 /out:build/deps/basic-profile-check.exe build/common/basic-profile-check.cs | |
echo -n "Bootstrap compiler: " 1>&2 | |
-n Bootstrap compiler: | |
mcs --version 1>&2 | |
Mono C# compiler version 3.10.0.0 | |
mono build/deps/basic-profile-check.exe > build/deps/basic-profile-check.out 2>&1 | |
make[6]: *** [build/deps/basic-profile-check.out] Error 1 | |
*** The compiler 'mcs' doesn't appear to be usable. | |
*** Trying the 'monolite' directory. | |
build/common/basic-profile-check.cs(40,16): error CS0117: `System.Version' does not contain a definition for `TryParse' | |
/Users/jonathanpurdy/Projects/mono/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous error) | |
Compilation failed: 1 error(s), 0 warnings | |
make[8]: *** [build/deps/basic-profile-check.exe] Error 1 | |
*** The contents of your 'monolite' directory may be out-of-date | |
*** You may want to try 'make get-monolite-latest' | |
make[8]: *** [do-profile-check-monolite] Error 1 | |
make[7]: *** [do-profile-check] Error 2 | |
make[6]: *** [do-profile-check-monolite] Error 2 | |
make[5]: *** [do-profile-check] Error 2 | |
make[4]: *** [profile-do--basic--all] Error 2 | |
make[3]: *** [profiles-do--all] Error 2 | |
make[2]: *** [all-local] Error 2 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment