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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 5 17:49:45 UTC 2018


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

--- Comment #76 from Ed Maste <emaste at 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., >= 10) number of skipped ports. I have an upstream bug
report open for it: https://bugs.freepascal.org/view.php?id=32900

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 
-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.

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


More information about the freebsd-ports-bugs mailing list