Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 17:01:03 +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-tFFDwpRely@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

John Hein <jcfyecrayz@liamekaens.com> changed:

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

--- Comment #5 from John Hein <jcfyecrayz@liamekaens.com> ---
The underlying issue is that libxul.so (produced by /usr/local/bin/clang++7=
0)
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, f=
or
instance).

--=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-tFFDwpRely>