Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2015 18:08:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 198658] devel/boost-libs: libboost_locale.so fails to link libiconv if installed
Message-ID:  <bug-198658-25061-u11CwGi0PM@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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198658

--- Comment #3 from mvharding@gmail.com ---
I tried a ports build on a clean VM - if I do that build, then boost_locale.so
links against libiconv_close and others.  If I remove libiconv, and build
again, it links against __bsd_iconv_close and others.  This explains the
port/poudriere behavior, as I think that maybe libiconv is a build dependency
and doesn't get installed when building boost via poudriere.

__bsd_iconv_close and others appears to be provided by libc on 10.1. 
libiconv_close and others appears to be provided by /usr/local/lib/libiconv.so.

Seems that boost-libs should link against one or the other, likely the ports
libiconv, since pre-10 systems don't have iconv built in...

-- 
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-25061-u11CwGi0PM>