[Bug 235153] mail/thunderbird, www/firefox-esr: fails to build on 11.2 i386 since 60.5.0,1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 31 17:01:06 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235153

John Hein <jcfyecrayz at liamekaens.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jcfyecrayz at liamekaens.com

--- Comment #5 from John Hein <jcfyecrayz at liamekaens.com> ---
The underlying issue is that libxul.so (produced by /usr/local/bin/clang++70)
has a dynamic elf section with a TEXTREL tag.

 % readelf -d libxul.so | grep TEXTREL
 0x00000016 (TEXTREL)                    0x0
 0x0000001e (FLAGS)                      TEXTREL

check_binary.py in the thunderbird build tree looks for TEXTREL and that is
treated as a build error.  But it boils down to the above readelf check.

I don't know yet what is different on 11/i386 (could be a llvm70 problem, for
instance).

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


More information about the freebsd-gecko mailing list