FreeBSD Bugzilla – Attachment 194336 Details for
Bug 224271
disable dtrace usdt on armv6, armv7 and aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
dtrace.patch (text/plain), 3.65 KB, created by
Mikael Urankar
on 2018-06-17 15:42:41 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2018-06-17 15:42:41 UTC
Size:
3.65 KB
patch
obsolete
>Index: databases/libmemcached/Makefile >=================================================================== >--- databases/libmemcached/Makefile (revision 472607) >+++ databases/libmemcached/Makefile (working copy) >@@ -29,6 +29,11 @@ > > OPTIONS_DEFINE= DEBUG MEMASLAP SASL > OPTIONS_DEFAULT= MEMASLAP SASL MURMUR FNV64 >+# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) >+OPTIONS_EXCLUDE_aarch64= DTRACE >+# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented >+OPTIONS_EXCLUDE_armv6= DTRACE >+OPTIONS_EXCLUDE_armv7= DTRACE > OPTIONS_GROUP= HASH > OPTIONS_GROUP_HASH= FNV64 HSIEH MURMUR > >Index: lang/erlang-runtime15/Makefile >=================================================================== >--- lang/erlang-runtime15/Makefile (revision 472607) >+++ lang/erlang-runtime15/Makefile (working copy) >@@ -32,6 +32,12 @@ > OPTIONS_DEFINE= DTRACE GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX > OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS > >+# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) >+OPTIONS_EXCLUDE_aarch64= DTRACE >+# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented >+OPTIONS_EXCLUDE_armv6= DTRACE >+OPTIONS_EXCLUDE_armv7= DTRACE >+ > GS_DESC= Enable GS application (deprecated) > HIPE_DESC= Build native HiPE compiler > KQUEUE_DESC= Enable Kernel Poll (kqueue) support >Index: lang/erlang-runtime16/Makefile >=================================================================== >--- lang/erlang-runtime16/Makefile (revision 472607) >+++ lang/erlang-runtime16/Makefile (working copy) >@@ -32,6 +32,12 @@ > OPTIONS_DEFINE= DTRACE GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX > OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS > >+# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) >+OPTIONS_EXCLUDE_aarch64= DTRACE >+# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented >+OPTIONS_EXCLUDE_armv6= DTRACE >+OPTIONS_EXCLUDE_armv7= DTRACE >+ > GS_DESC= Enable GS application (deprecated) > HIPE_DESC= Build native HiPE compiler > KQUEUE_DESC= Enable Kernel Poll (kqueue) support >Index: lang/php56/Makefile >=================================================================== >--- lang/php56/Makefile (revision 472607) >+++ lang/php56/Makefile (working copy) >@@ -37,6 +37,11 @@ > # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM > OPTIONS_EXCLUDE_mips=FPM > OPTIONS_EXCLUDE_mips64=FPM >+# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) >+OPTIONS_EXCLUDE_aarch64= DTRACE >+# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented >+OPTIONS_EXCLUDE_armv6= DTRACE >+OPTIONS_EXCLUDE_armv7= DTRACE > OPTIONS_SUB= yes > > CLI_DESC= Build CLI version >Index: www/firefox/Makefile.options >=================================================================== >--- www/firefox/Makefile.options (revision 472607) >+++ www/firefox/Makefile.options (working copy) >@@ -21,6 +21,9 @@ > > # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) > OPTIONS_EXCLUDE_aarch64= DTRACE >+# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented >+OPTIONS_EXCLUDE_armv6= DTRACE >+OPTIONS_EXCLUDE_armv7= DTRACE > > BUNDLED_CAIRO_DESC?= Use bundled fork of cairo-1.9.5 > CANBERRA_DESC?= Sound theme alerts >Index: www/node6/Makefile >=================================================================== >--- www/node6/Makefile (revision 472607) >+++ www/node6/Makefile (working copy) >@@ -27,6 +27,8 @@ > .endif > > OPTIONS_EXCLUDE_FreeBSD_10= DTRACE >+# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) >+OPTIONS_EXCLUDE_aarch64= DTRACE > # dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented > OPTIONS_EXCLUDE_armv6= DTRACE > OPTIONS_EXCLUDE_armv7= DTRACE
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 224271
:
188748
|
191418
| 194336