[Bug 214864] [exp-run] test build with lld as /usr/bin/ld

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 9 21:37:19 UTC 2017


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

--- Comment #48 from Ed Maste <emaste at freebsd.org> ---
>From the most recent amd64 exp-run ld errors are as follows:

   1 -O: number expected, but got 
   1 cannot open 2: No such file or directory
   1 obj/bytecode.o: string table non-null terminated
   1 target emulation unknown: -m or at least one .o file required
   1 unknown argument: --add-needed
   1 unknown argument: -Mmapfile
   1 x86_64/units/x86_64-freebsd/i_linux.o: invalid alignment of section
headers
   2 unknown argument: -fstack-protector
   4 ../../js/src/jsarray.o: string table non-null terminated
   7 duplicate symbol: <symbol>
  23 undefined symbol: <symbol>
  57 can't create dynamic relocation <reloc> against symbol: <symbol> in
readonly segment
 781 cannot preempt symbol: <symbol>

(ignoring "too many errors emitted, stopping now")

The vast majority of the errors are due to the ELF protected visibility issue.
Presumably most of these depend on a library (with protected symbols) that is
provided by port that previously failed to build. Most likely we'll just end up
tagging these with LLD_UNSAFE=yes for now.

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


More information about the freebsd-ports-bugs mailing list