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

--- Comment #4 from Dimitry Andric <d...@freebsd.org> ---
(In reply to tech-lists from comment #0)
...
> [00:08:16] /usr/local/bin/ld:
> /wrkdirs/usr/ports/lang/gcc8/work/.build/./gcc/liblto_plugin.so: error
> loading plugin: Service unavailable

This is what happens when you link your binutils statically (e.g. the STATIC
option in devel/binutils).  A static ld cannot load any LTO plugin .so files:
if you attempt to do so, you get this unhelpful "Service unavailable" error.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to