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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 27 15:31:13 UTC 2018


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

--- Comment #112 from commit-hook at freebsd.org ---
A commit references this bug:

Author: emaste
Date: Tue Mar 27 15:31:00 UTC 2018
New revision: 465718
URL: https://svnweb.freebsd.org/changeset/ports/465718

Log:
  sysutils/unieject: set LLD_UNSAFE

  unieject fails to link with lld as the system linker due to shared
  library protected visibility symbol preemption issues.  Set LLD_UNSAFE
  to use ld.bfd.

  Errors are of the form:

  /usr/bin/ld: error: cannot preempt symbol: libunieject_getdevice
  >>> defined in ./.libs/libunieject.so
  >>> referenced by unieject.c
  >>>               unieject-unieject.o:(main)

  PR:           214864
  Approved by:  portmgr (LLD_UNSAFE blanket)
  Sponsored by: The FreeBSD Foundation

Changes:
  head/sysutils/unieject/Makefile

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


More information about the freebsd-ports-bugs mailing list