[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 Mar 17 14:45:18 UTC 2015


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

            Bug ID: 198658
           Summary: devel/boost-libs: libboost_locale.so fails to link
                    libiconv if installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: office at FreeBSD.org
          Reporter: pch-freebsd-bugs at u-1.phicoh.com
             Flags: maintainer-feedback?(office at FreeBSD.org)
          Assignee: office at FreeBSD.org

I noticed the problem when aegisub-3.2.2 failed to link. Some investigation
showed that /usr/local/lib/libboost_locale.so (from boost-libs-1.55.0_4) has
unresolved references to libiconv{,_open,_close}

Further investigation shows that the configure part of boost-libs finds iconv
in libc, but when compiling codepage.cpp, it picks up libiconv-1.14_6 (when
installed of course).

One solution to this problem is to change the configure part of boost-libs to
first probe for external iconv libraries and then for internal ones.

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


More information about the freebsd-office mailing list