FreeBSD Bugzilla – Attachment 188748 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.diff (text/plain), 13.77 KB, created by
Mikael Urankar
on 2017-12-12 12:02:48 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2017-12-12 12:02:48 UTC
Size:
13.77 KB
patch
obsolete
>Index: databases/libmemcached/Makefile >=================================================================== >--- databases/libmemcached/Makefile (revision 456117) >+++ databases/libmemcached/Makefile (working copy) >@@ -28,6 +28,11 @@ > > OPTIONS_DEFINE= DEBUG DTRACE 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: databases/memcached/Makefile >=================================================================== >--- databases/memcached/Makefile (revision 456117) >+++ databases/memcached/Makefile (working copy) >@@ -41,6 +41,9 @@ > OPTIONS_EXCLUDE_i386= DTRACE > # 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 > > DTRACE_DESC= Enable dtrace probes > SASL_DESC= Enable SASL Authentication >Index: databases/postgresql92-server/Makefile >=================================================================== >--- databases/postgresql92-server/Makefile (revision 456117) >+++ databases/postgresql92-server/Makefile (working copy) >@@ -78,6 +78,11 @@ > > .if defined(SERVER_ONLY) > OPTIONS_DEFINE= DTRACE LDAP INTDATE TZDATA XML >+# 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 > LDAP_DESC= Build with LDAP authentication support > DTRACE_DESC= Build with DTrace probes > TZDATA_DESC= Use internal timezone database >Index: lang/erlang/Makefile >=================================================================== >--- lang/erlang/Makefile (revision 456117) >+++ lang/erlang/Makefile (working copy) >@@ -43,6 +43,11 @@ > MAKE_JOBS_UNSAFE=yes > > OPTIONS_DEFINE= DIRTY DOCS DTRACE GS HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP SMP THREADS WX >+# 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 > > DIRTY_DESC= Enable Dirty schedulers (experimental) > DTRACE_DESC= Enable DTrace support >Index: lang/erlang-runtime15/Makefile >=================================================================== >--- lang/erlang-runtime15/Makefile (revision 456117) >+++ lang/erlang-runtime15/Makefile (working copy) >@@ -28,6 +28,11 @@ > MAKE_JOBS_UNSAFE=yes > > OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX >+# 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 > > DTRACE_DESC= Enable DTrace support > GS_DESC= Enable GS application (deprecated) >Index: lang/erlang-runtime16/Makefile >=================================================================== >--- lang/erlang-runtime16/Makefile (revision 456117) >+++ lang/erlang-runtime16/Makefile (working copy) >@@ -28,6 +28,11 @@ > MAKE_JOBS_UNSAFE=yes > > OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX >+# 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 > > DTRACE_DESC= Enable DTrace support > GS_DESC= Enable GS application (deprecated) >Index: lang/erlang-runtime17/Makefile >=================================================================== >--- lang/erlang-runtime17/Makefile (revision 456117) >+++ lang/erlang-runtime17/Makefile (working copy) >@@ -36,6 +36,11 @@ > MAKE_JOBS_UNSAFE=yes > > OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DIRTY >+# 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 > > DIRTY_DESC= Enable Dirty schedulers (experimental) > DTRACE_DESC= Enable DTrace support >Index: lang/erlang-runtime18/Makefile >=================================================================== >--- lang/erlang-runtime18/Makefile (revision 456117) >+++ lang/erlang-runtime18/Makefile (working copy) >@@ -36,6 +36,11 @@ > MAKE_JOBS_UNSAFE=yes > > OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DIRTY >+# 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 > > DIRTY_DESC= Enable Dirty schedulers (experimental) > DTRACE_DESC= Enable DTrace support >Index: lang/erlang-runtime19/Makefile >=================================================================== >--- lang/erlang-runtime19/Makefile (revision 456117) >+++ lang/erlang-runtime19/Makefile (working copy) >@@ -38,6 +38,11 @@ > MAKE_JOBS_UNSAFE=yes > > OPTIONS_DEFINE= DIRTY DOCS DTRACE GS HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP SMP THREADS WX >+# 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 > > DIRTY_DESC= Enable Dirty schedulers (experimental) > DTRACE_DESC= Enable DTrace support >Index: lang/erlang-runtime20/Makefile >=================================================================== >--- lang/erlang-runtime20/Makefile (revision 456117) >+++ lang/erlang-runtime20/Makefile (working copy) >@@ -40,6 +40,11 @@ > MAKE_JOBS_UNSAFE=yes > > OPTIONS_DEFINE= DIRTY DOCS DTRACE GS HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP SMP THREADS WX >+# 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 > > DIRTY_DESC= Enable Dirty schedulers (experimental) > DTRACE_DESC= Enable DTrace support >Index: lang/php56/Makefile >=================================================================== >--- lang/php56/Makefile (revision 456117) >+++ lang/php56/Makefile (working copy) >@@ -39,6 +39,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: lang/php70/Makefile >=================================================================== >--- lang/php70/Makefile (revision 456117) >+++ lang/php70/Makefile (working copy) >@@ -41,6 +41,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 > > OPTIONS_EXCLUDE_DragonFly= DTRACE >Index: lang/php71/Makefile >=================================================================== >--- lang/php71/Makefile (revision 456117) >+++ lang/php71/Makefile (working copy) >@@ -39,7 +39,11 @@ > > OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS > OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR DTRACE >- >+# 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 > # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM > OPTIONS_EXCLUDE_mips=FPM > OPTIONS_EXCLUDE_mips64=FPM >Index: lang/php72/Makefile >=================================================================== >--- lang/php72/Makefile (revision 456117) >+++ lang/php72/Makefile (working copy) >@@ -40,7 +40,11 @@ > > OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 LINKTHR ZTS > OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR DTRACE >- >+# 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 > # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM > OPTIONS_EXCLUDE_mips=FPM > OPTIONS_EXCLUDE_mips64=FPM >Index: lang/spidermonkey170/Makefile >=================================================================== >--- lang/spidermonkey170/Makefile (revision 456117) >+++ lang/spidermonkey170/Makefile (working copy) >@@ -29,6 +29,11 @@ > OPTIONS_DEFINE= DEBUG DTRACE GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \ > THREADSAFE TRACEJIT UTF8 > OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT >+# 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 > > DEBUG_CONFIGURE_ENABLE= debug debug-symbols >Index: lang/spidermonkey24/Makefile >=================================================================== >--- lang/spidermonkey24/Makefile (revision 456117) >+++ lang/spidermonkey24/Makefile (working copy) >@@ -31,6 +31,11 @@ > OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \ > THREADSAFE TRACEJIT UTF8 DTRACE > OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT >+# 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 > > DEBUG_CONFIGURE_ENABLE= debug debug-symbols >Index: lang/spidermonkey38/Makefile >=================================================================== >--- lang/spidermonkey38/Makefile (revision 456117) >+++ lang/spidermonkey38/Makefile (working copy) >@@ -33,6 +33,11 @@ > OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \ > THREADSAFE TRACEJIT UTF8 DTRACE > OPTIONS_DEFAULT=METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT >+# 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 > > DEBUG_CONFIGURE_ENABLE= debug debug-symbols >Index: net-mgmt/lldpd/Makefile >=================================================================== >--- net-mgmt/lldpd/Makefile (revision 456117) >+++ net-mgmt/lldpd/Makefile (working copy) >@@ -33,6 +33,11 @@ > > OPTIONS_DEFINE= BASH DOCS DTRACE JSON PIE PROPRIETARY READLINE SNMP XML ZSH > OPTIONS_DEFAULT= BASH JSON PROPRIETARY SNMP XML ZSH >+# 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 > > DTRACE_DESC= DTrace support >Index: www/firefox/Makefile.options >=================================================================== >--- www/firefox/Makefile.options (revision 456117) >+++ www/firefox/Makefile.options (working copy) >@@ -23,6 +23,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/node/Makefile >=================================================================== >--- www/node/Makefile (revision 456117) >+++ www/node/Makefile (working copy) >@@ -24,7 +24,11 @@ > .endif > > OPTIONS_EXCLUDE_FreeBSD_10= DTRACE >+# 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_SSL_DESC= Use node.js's bundled OpenSSL implementation > BUNDLED_SSL_USES_OFF= ssl >Index: www/node6/Makefile >=================================================================== >--- www/node6/Makefile (revision 456117) >+++ www/node6/Makefile (working copy) >@@ -26,6 +26,11 @@ > .endif > > OPTIONS_EXCLUDE_FreeBSD_10= DTRACE >+# 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_SSL_DESC= Use node.js's bundled OpenSSL implementation #' > BUNDLED_SSL_USES_OFF= ssl >Index: www/node8/Makefile >=================================================================== >--- www/node8/Makefile (revision 456117) >+++ www/node8/Makefile (working copy) >@@ -26,7 +26,11 @@ > .endif > > OPTIONS_EXCLUDE_FreeBSD_10= DTRACE >+# 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_SSL_DESC= Use node.js's bundled OpenSSL implementation > BUNDLED_SSL_USES_OFF= ssl
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
Flags:
jbeich
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 224271
:
188748
|
191418
|
194336