FreeBSD Bugzilla – Attachment 143970 Details for
Bug 190851
lang/mono build broken when using binutils from ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
disable local symbol wildcarding for linking executables (vs. libs)
patch-mono.txt (text/plain), 1.29 KB, created by
John Hein
on 2014-06-20 17:18:39 UTC
(
hide
)
Description:
disable local symbol wildcarding for linking executables (vs. libs)
Filename:
MIME Type:
Creator:
John Hein
Created:
2014-06-20 17:18:39 UTC
Size:
1.29 KB
patch
obsolete
>Index: files/patch-mono-mini-ldscript.mono >=================================================================== >--- files/patch-mono-mini-ldscript.mono (revision 0) >+++ files/patch-mono-mini-ldscript.mono (working copy) >@@ -0,0 +1,31 @@ >+Address this build error when using binutils 2.24's ld(1): >+ >+==================== >+ . >+ . >+ CCLD mono-sgen >+/usr/local/bin/ld: mono-boehm: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO >+/usr/local/bin/ld: final link failed: Bad value >+clang: error: linker command failed with exit code 1 (use -v to see invocation) >+gmake[4]: *** [mono-boehm] Error 1 >+gmake[4]: *** Waiting for unfinished jobs.... >+/usr/local/bin/ld: mono-sgen: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO >+/usr/local/bin/ld: final link failed: Bad value >+clang: error: linker command failed with exit code 1 (use -v to see invocation) >+gmake[4]: *** [mono-sgen] Error 1 >+ . >+ . >+==================== >+ >+See also: >+https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190851 >+ >+--- mono/mini/ldscript.mono.orig 2014-03-31 14:25:50.000000000 -0600 >++++ mono/mini/ldscript.mono 2014-06-18 14:27:28.000000000 -0600 >+@@ -7,6 +7,4 @@ >+ gc_thread_vtable; >+ mini_type_is_vtype; >+ mini_is_gsharedvt_klass; >+- local: >+- *; >+ };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190851
:
143916
| 143970