https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201883
--- Comment #9 from Romain Tartière <[email protected]> --- I am using 4.0.3.20. I build mono as a regular user from a subdir of this user's $HOME directory where the ports has been checked-out. Without patching eglib, the build fails when building mscorlib.dll: ~~~ [...] mkdir -p -- ../../class/lib/build/ MCS [build] mscorlib.dll Cannot determine the text encoding for the assembly location: X±/class/lib/basic/basic.exe Please add the correct encoding to MONO_EXTERNAL_ENCODINGS and try again. ../../build/library.make:270: recipe for target '../../class/lib/build/mscorlib.dll' failed gmake[9]: *** [../../class/lib/build/mscorlib.dll] Error 255 ../../build/rules.make:143: recipe for target 'do-all' failed gmake[8]: *** [do-all] Error 2 ../build/rules.make:164: recipe for target 'all-recursive' failed gmake[7]: *** [all-recursive] Error 1 build/rules.make:164: recipe for target 'all-recursive' failed gmake[6]: *** [all-recursive] Error 1 Makefile:45: recipe for target 'profile-do--build--all' failed gmake[5]: *** [profile-do--build--all] Error 2 Makefile:41: 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/home/romain/Projects/FreeBSD/ports/lang/mono/work/mono-4.0.3/runtime' Makefile:522: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/usr/home/romain/Projects/FreeBSD/ports/lang/mono/work/mono-4.0.3' Makefile:449: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/usr/home/romain/Projects/FreeBSD/ports/lang/mono/work/mono-4.0.3' ~~~ Notice the garbage at the beginning of the assembly location. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mono To unsubscribe, send any mail to "[email protected]"
