[Bug 198658] devel/boost-libs: libboost_locale.so fails to link libiconv if installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 29 01:44:44 UTC 2015


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

Don Lewis <truckman at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
           Assignee|office at FreeBSD.org          |truckman at FreeBSD.org

--- Comment #8 from Don Lewis <truckman at FreeBSD.org> ---
I you link to an external library without declaring it as a LIB_DEPENDS, there
is nothing that prevents that library from being removed and breaking boost. 
Also, if that library has it's version bumped, you won't know that you need to
rebuild boost, and it will just break.

There is nothing wrong with boost using the base iconv implementation in base. 
If there was, then the package builders would blow up when building
multimedia/aegisub and games/wesnoth, but portsmon isn't showing any build
failures.

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


More information about the freebsd-office mailing list