Skip to content

Instantly share code, notes, and snippets.

@mgrubb
Created June 8, 2018 16:10
Show Gist options
  • Select an option

  • Save mgrubb/368335f564ea67e227b92bb73b5071d0 to your computer and use it in GitHub Desktop.

Select an option

Save mgrubb/368335f564ea67e227b92bb73b5071d0 to your computer and use it in GitHub Desktop.
Mono compile error: Mono segfault
Making all in runtime
gmake[2]: Entering directory `/ldaphome/mgrubb/mono-5.12.0.226/runtime'
if test -w /ldaphome/mgrubb/mono-5.12.0.226/mcs; then :; else chmod -R +w /ldaphome/mgrubb/mono-5.12.0.226/mcs; fi
cd /ldaphome/mgrubb/mono-5.12.0.226/mcs && gmake --no-print-directory -s NO_DIR_CHECK=1 PROFILES='binary_reference_assemblies net_4_x xbuild_12 xbuild_14 ' CC='gcc' all-profiles
gmake[6]: mcs: Command not found
gmake[6]: *** [build/deps/basic-profile-check.exe] Error 127
*** The runtime 'mono' doesn't appear to be usable.
*** Trying the 'monolite-linux/1051200002' directory.
mono_thread_internal_set_priority: pthread_setschedparam failed, error: "Not owner" (1)
Stacktrace:
* Assertion: should not be reached at mini-runtime.c:3074
at <unknown> <0x
ffffffff>
at (wrapper managed-to-native) System.Environment.Exit (int) <0x000f4>
at Mono.CSharp.Driver.Main (string[]) [0x00089] in <5299ebd96bd84c40ba7259b9dd9d0a7b>:0gmake[8]: *** [build/deps/basic-profile-check.exe] IOT/Abort trap (core dumped)
gmake[8]: *** Deleting file `build/deps/basic-profile-check.exe'
*** The contents of your 'monolite-linux/1051200002' directory may be out-of-date
*** You may want to try 'make get-monolite-latest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment