svn commit: r431159 - in branches/2017Q1: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files

Jan Beich jbeich at FreeBSD.org
Wed Jan 11 06:40:01 UTC 2017


Author: jbeich
Date: Wed Jan 11 06:40:00 2017
New Revision: 431159
URL: https://svnweb.freebsd.org/changeset/ports/431159

Log:
  MFH: r431138
  
  gecko: attempt to unbreak aarch64
  
  ../../xpcom/reflect/xptcall/xptcall.o:(.data.rel.ro._ZTV14nsXPTCStubBase+0x28): undefined reference to `nsXPTCStubBase::Stub3()'
  ../../xpcom/reflect/xptcall/xptcall.o:(.data.rel.ro._ZTV14nsXPTCStubBase+0x30): undefined reference to `nsXPTCStubBase::Stub4()'
  [...]
  ../../xpcom/build/Unified_cpp_xpcom_build0.o:(.data.rel.ro._ZL16kFrozenFunctions+0x180): undefined reference to `NS_InvokeByIndex'
  ../../js/xpconnect/src/Unified_cpp_js_xpconnect_src1.o: In function `XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode)':
  obj-aarch64-unknown-freebsd11.0/js/xpconnect/src/Unified_cpp_js_xpconnect_src1.cpp:(.text._ZN16XPCWrappedNative10CallMethodER14XPCCallContextNS_8CallModeE+0xd24): undefined reference to `NS_InvokeByIndex'
  ../../dom/xslt/xpath/Unified_cpp_dom_xslt_xpath2.o: In function `txXPCOMExtensionFunctionCall::evaluate(txIEvalContext*, txAExprResult**)':
  obj-aarch64-unknown-freebsd11.0/dom/xslt/xpath/Unified_cpp_dom_xslt_xpath2.cpp:(.text._ZN28txXPCOMExtensionFunctionCall8evaluateEP14txIEvalContextPP13txAExprResult+0xa5c): undefined reference to `NS_InvokeByIndex'
  /usr/bin/ld: libxul.so: hidden symbol `_ZN14nsXPTCStubBase7Stub234Ev' isn't defined
  /usr/bin/ld: final link failed: Bad value
  
  Reported by:	pkg-fallout
  Approved by:	ports-secteam blanket

Added:
  branches/2017Q1/mail/thunderbird/files/patch-bug1330119
     - copied unchanged from r431138, head/mail/thunderbird/files/patch-bug1330119
  branches/2017Q1/www/firefox-esr/files/patch-bug1330119
     - copied unchanged from r431138, head/www/firefox-esr/files/patch-bug1330119
  branches/2017Q1/www/firefox/files/patch-bug1330119
     - copied unchanged from r431138, head/www/firefox/files/patch-bug1330119
  branches/2017Q1/www/libxul/files/patch-bug1330119
     - copied unchanged from r431138, head/www/libxul/files/patch-bug1330119
  branches/2017Q1/www/seamonkey/files/patch-bug1330119
     - copied unchanged from r431138, head/www/seamonkey/files/patch-bug1330119
Modified:
Directory Properties:
  branches/2017Q1/   (props changed)

Copied: branches/2017Q1/mail/thunderbird/files/patch-bug1330119 (from r431138, head/mail/thunderbird/files/patch-bug1330119)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2017Q1/mail/thunderbird/files/patch-bug1330119	Wed Jan 11 06:40:00 2017	(r431159, copy of r431138, head/mail/thunderbird/files/patch-bug1330119)
@@ -0,0 +1,13 @@
+diff --git xpcom/reflect/xptcall/md/unix/moz.build xpcom/reflect/xptcall/md/unix/moz.build
+index 019487bd69a2..a54026e70412 100644
+--- mozilla/xpcom/reflect/xptcall/md/unix/moz.build
++++ mozilla/xpcom/reflect/xptcall/md/unix/moz.build
+@@ -151,7 +151,7 @@ if CONFIG['OS_ARCH'] == 'NetBSD':
+             'xptcstubs_netbsd_m68k.cpp'
+         ]
+ 
+-if CONFIG['OS_ARCH'] == 'Linux':
++if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD'):
+     if CONFIG['OS_TEST'] == 'aarch64':
+         SOURCES += [
+             'xptcinvoke_aarch64.cpp',

Copied: branches/2017Q1/www/firefox-esr/files/patch-bug1330119 (from r431138, head/www/firefox-esr/files/patch-bug1330119)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2017Q1/www/firefox-esr/files/patch-bug1330119	Wed Jan 11 06:40:00 2017	(r431159, copy of r431138, head/www/firefox-esr/files/patch-bug1330119)
@@ -0,0 +1,13 @@
+diff --git xpcom/reflect/xptcall/md/unix/moz.build xpcom/reflect/xptcall/md/unix/moz.build
+index 019487bd69a2..a54026e70412 100644
+--- xpcom/reflect/xptcall/md/unix/moz.build
++++ xpcom/reflect/xptcall/md/unix/moz.build
+@@ -151,7 +151,7 @@ if CONFIG['OS_ARCH'] == 'NetBSD':
+             'xptcstubs_netbsd_m68k.cpp'
+         ]
+ 
+-if CONFIG['OS_ARCH'] == 'Linux':
++if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD'):
+     if CONFIG['OS_TEST'] == 'aarch64':
+         SOURCES += [
+             'xptcinvoke_aarch64.cpp',

Copied: branches/2017Q1/www/firefox/files/patch-bug1330119 (from r431138, head/www/firefox/files/patch-bug1330119)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2017Q1/www/firefox/files/patch-bug1330119	Wed Jan 11 06:40:00 2017	(r431159, copy of r431138, head/www/firefox/files/patch-bug1330119)
@@ -0,0 +1,13 @@
+diff --git xpcom/reflect/xptcall/md/unix/moz.build xpcom/reflect/xptcall/md/unix/moz.build
+index 019487bd69a2..a54026e70412 100644
+--- xpcom/reflect/xptcall/md/unix/moz.build
++++ xpcom/reflect/xptcall/md/unix/moz.build
+@@ -151,7 +151,7 @@ if CONFIG['OS_ARCH'] == 'NetBSD':
+             'xptcstubs_netbsd_m68k.cpp'
+         ]
+ 
+-if CONFIG['OS_ARCH'] == 'Linux':
++if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD'):
+     if CONFIG['OS_TEST'] == 'aarch64':
+         SOURCES += [
+             'xptcinvoke_aarch64.cpp',

Copied: branches/2017Q1/www/libxul/files/patch-bug1330119 (from r431138, head/www/libxul/files/patch-bug1330119)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2017Q1/www/libxul/files/patch-bug1330119	Wed Jan 11 06:40:00 2017	(r431159, copy of r431138, head/www/libxul/files/patch-bug1330119)
@@ -0,0 +1,13 @@
+diff --git xpcom/reflect/xptcall/md/unix/moz.build xpcom/reflect/xptcall/md/unix/moz.build
+index 019487bd69a2..a54026e70412 100644
+--- xpcom/reflect/xptcall/md/unix/moz.build
++++ xpcom/reflect/xptcall/md/unix/moz.build
+@@ -151,7 +151,7 @@ if CONFIG['OS_ARCH'] == 'NetBSD':
+             'xptcstubs_netbsd_m68k.cpp'
+         ]
+ 
+-if CONFIG['OS_ARCH'] == 'Linux':
++if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD'):
+     if CONFIG['OS_TEST'] == 'aarch64':
+         SOURCES += [
+             'xptcinvoke_aarch64.cpp',

Copied: branches/2017Q1/www/seamonkey/files/patch-bug1330119 (from r431138, head/www/seamonkey/files/patch-bug1330119)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2017Q1/www/seamonkey/files/patch-bug1330119	Wed Jan 11 06:40:00 2017	(r431159, copy of r431138, head/www/seamonkey/files/patch-bug1330119)
@@ -0,0 +1,13 @@
+diff --git xpcom/reflect/xptcall/md/unix/moz.build xpcom/reflect/xptcall/md/unix/moz.build
+index 019487bd69a2..a54026e70412 100644
+--- mozilla/xpcom/reflect/xptcall/md/unix/moz.build
++++ mozilla/xpcom/reflect/xptcall/md/unix/moz.build
+@@ -151,7 +151,7 @@ if CONFIG['OS_ARCH'] == 'NetBSD':
+             'xptcstubs_netbsd_m68k.cpp'
+         ]
+ 
+-if CONFIG['OS_ARCH'] == 'Linux':
++if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD'):
+     if CONFIG['OS_TEST'] == 'aarch64':
+         SOURCES += [
+             'xptcinvoke_aarch64.cpp',


More information about the svn-ports-all mailing list