Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2017 02:09:05 +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-QvStOKsKhU@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 #56 from commit-hook@freebsd.org ---
A commit references this bug:

Author: emaste
Date: Wed Dec 20 02:08:28 UTC 2017
New revision: 456772
URL: https://svnweb.freebsd.org/changeset/ports/456772

Log:
  devel/jsl: set LLD_UNSAFE

  The port invokes the linker directly (not via the compiler driver).
  lld does not include any default search paths (unlike the GNU BFD
  linker) so cannot find libraries specified as e.g. -lm or -lz.

  This can be addressed by invoking the linker via the compiler driver,
  or by specifying the search path explicitly with -L. For now just avoid
  using lld to link the port.

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

Changes:
  head/devel/jsl/Makefile

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