Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Feb 2019 22:59:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 235153] mail/thunderbird, www/firefox-esr: fails to build on 11.2 i386 since 60.5.0,1
Message-ID:  <bug-235153-21738-YzyIinneG4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235153-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235153-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235153

--- Comment #6 from John Hein <jcfyecrayz@liamekaens.com> ---
By the way, using binutils [1] from ports to use a different ld fails when
linking libxul.so in a different way:

 .
 .
/usr/local/bin/ld: ../../js/src/js-dtrace.o: warning: relocation against
`_ZN2js13ExecuteKernelEP9JSContextN2JS6HandleIP8JSScriptEER8JSObjectRKNS2_5=
ValueENS_16AbstractFramePtrEPS9_'
in read-only section `.SUNW_dof'
/usr/local/bin/ld: read-only segment has dynamic relocations
clang-7: error: linker command failed with exit code 1 (use -v to see
invocation)


[1]
Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile    (revision 491624)
+++ Makefile    (working copy)
@@ -28,6 +28,8 @@
                zip:archivers/zip

 SSP_UNSAFE=3D    yes
+USE_BINUTILS=3D  yes
+LDFLAGS+=3D-B/usr/local/bin
 USE_GECKO=3D     gecko
 USE_MOZILLA=3D   -webp

--=20
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235153-21738-YzyIinneG4>