[Bug 237688] lang/gcc8 fails to build: /usr/local/bin/ld: /wrkdirs/usr/ports/lang/gcc8/work/.build/./gcc/liblto_plugin.so: error loading plugin: Service unavailable

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 8 07:18:34 UTC 2019


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

Gerald Pfeifer <gerald at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bapt at FreeBSD.org
             Status|New                         |Open

--- Comment #5 from Gerald Pfeifer <gerald at FreeBSD.org> ---
So, it was a non-default setting after all. ;-)

That said, is there a better way of reasonably handling this within our
ports framework?  Something like

   .if $(binutils built statically)
   IGNORE= GCC requires dynamically linked binutils
   .endif

Or perhaps drop the STATIC option from devel/binutils?  Is this an 
important one for users?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list