Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Jan 2018 17:49:44 +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-8xOD0O86vz@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 #76 from Ed Maste <emaste@freebsd.org> ---
(In reply to Kirill Ponomarev from comment #75)
Sounds good, thanks for all of the effort Kirill!

For reference,
At this point lang/fpc is the only port failing with lld that's responsible=
 for
a significant (i.e., >=3D 10) number of skipped ports. I have an upstream b=
ug
report open for it: https://bugs.freepascal.org/view.php?id=3D32900

It's made slightly tricky because the ld invocation comes from a compiler
driver written in Pascal :)

databases/postgresql95-pgtcl is second with 8 skipped. It's also a case of
invoking ld directly and not honouring $LD:
ld -Bshareable -x -o libpgtcl2.0.0.so pgtcl.o pgtclCmds.o pgtclId.o=20
-L/usr/local/lib -ltcl86 -L/usr/local/lib -lpq   -lm  -rpath /usr/local/lib
-rpath /usr/local/lib
ld: error: unable to find library -lm

The remaining failures are responsible for 4 or fewer skipped ports.

We still do not have a man page for lld though, and that's a blocker for
switching by default.

--=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-8xOD0O86vz>