Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2015 11:36:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        mono@FreeBSD.org
Subject:   [Bug 200118] lang/mono: Updated to support Mono v4.0.1 (4.0.1.28)
Message-ID:  <bug-200118-23699-1EP0sLCE29@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200118-23699@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200118-23699@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200118

--- Comment #2 from Rainer Hurling <rhurlin@gwdg.de> ---
Thanks for your patch. I tried it on recent HEAD (amd64) and run into a problem
with not finding 'mcs':

[..snip..]
Making all in runtime
gmake[3]: Entering directory '/usr/ports/lang/mono/work/mono-4.0.1/runtime'
if test -w /usr/ports/lang/mono/work/mono-4.0.1/mcs; then :; else chmod -R +w
/usr/ports/lang/mono/work/mono-4.0.1/mcs; fi
cd /usr/ports/lang/mono/work/mono-4.0.1/mcs && gmake --no-print-directory -s
NO_DIR_CHECK=1 PROFILES='binary_reference_assemblies net_4_5 xbuild_12
xbuild_14   ' CC='cc' all-profiles
gmake[7]: mcs: Command not found
build/profiles/basic.make:93: recipe for target
'build/deps/basic-profile-check.exe' failed
gmake[7]: *** [build/deps/basic-profile-check.exe] Error 127
*** The compiler 'mcs' doesn't appear to be usable.
*** Trying the 'monolite' directory.
* Assertion at mini-trampolines.c:1360, condition `mono_trampoline_code
[tramp_type]' not met

Stacktrace:


=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

build/profiles/basic.make:93: recipe for target
'build/deps/basic-profile-check.exe' failed
gmake[9]: *** [build/deps/basic-profile-check.exe] Abort trap (core dumped)
*** The contents of your 'monolite' directory may be out-of-date
*** You may want to try 'make get-monolite-latest'
build/profiles/basic.make:77: recipe for target 'do-profile-check-monolite'
failed
gmake[9]: *** [do-profile-check-monolite] Error 1
build/profiles/basic.make:60: recipe for target 'do-profile-check' failed
gmake[8]: *** [do-profile-check] Error 2
build/profiles/basic.make:85: recipe for target 'do-profile-check-monolite'
failed
gmake[7]: *** [do-profile-check-monolite] Error 2
build/profiles/basic.make:60: recipe for target 'do-profile-check' failed
gmake[6]: *** [do-profile-check] Error 2
Makefile:44: recipe for target 'profile-do--basic--all' failed
gmake[5]: *** [profile-do--basic--all] Error 2
Makefile:40: recipe for target 'profiles-do--all' failed
gmake[4]: *** [profiles-do--all] Error 2
Makefile:555: recipe for target 'all-local' failed
gmake[3]: *** [all-local] Error 2
gmake[3]: Leaving directory '/usr/ports/lang/mono/work/mono-4.0.1/runtime'
Makefile:522: recipe for target 'all-recursive' failed
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory '/usr/ports/lang/mono/work/mono-4.0.1'
Makefile:449: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory '/usr/ports/lang/mono/work/mono-4.0.1'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200118-23699-1EP0sLCE29>