[kde-freebsd] [Bug 208120] devel/cmake strips necessary rpath when installing any gnu compiler from ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 19 02:07:21 UTC 2016


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

Ian Lepore <ian at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at FreeBSD.org

--- Comment #3 from Ian Lepore <ian at FreeBSD.org> ---
This problem also affects arm and armv6.  Ports that are built with gcc (from
ports, not the old one in base) will have references to symbols named __aeabi_*
which are compiler helper routines to implement the arm abi.  Our libgcc_s and
libc in base (both are involved, for arcane reasons) export a small subset of
the __aeabi routines, just the ones referenced by gcc 4.2.1.  I have no opinion
on how to fix it, just pointing out that trying to use the libgcc_s from base
instead of the one in $LOCALBASE that matches the gcc used to build the port is
a real problem on arm.

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


More information about the kde-freebsd mailing list