Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Sep 2017 21:37:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214864] [exp-run] test build with lld as /usr/bin/ld
Message-ID:  <bug-214864-13-ScyORuZI62@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214864-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214864-13@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=3D214864

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

   1 -O: number expected, but got=20
   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 iss=
ue.
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 en=
d up
tagging these with LLD_UNSAFE=3Dyes for now.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214864-13-ScyORuZI62>