https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235153
John Hein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from John Hein <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
