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

next in thread | previous in thread | raw e-mail | index | archive | help
Philip Homburg <pch-freebsd-bugs@u-1.phicoh.com> has reassigned Bugzilla
Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to
office@FreeBSD.org:
Bug 198658: devel/boost-libs: libboost_locale.so fails to link libiconv if
installed
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198658



--- Description ---
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.



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