Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 14:45:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198658] devel/boost-libs: libboost_locale.so fails to link libiconv if installed
Message-ID:  <bug-198658-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: pch-freebsd-bugs@u-1.phicoh.com
             Flags: maintainer-feedback?(office@FreeBSD.org)
          Assignee: office@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198658-13>