Inkscape package troubles, "libicuuc.so.62" not found

Steve Kargl sgk at troutmask.apl.washington.edu
Tue Nov 20 17:17:21 UTC 2018


On Tue, Nov 20, 2018 at 08:52:58AM -0800, bob prohaska wrote:
> On Mon, Nov 19, 2018 at 04:43:18PM -0800, Steve Kargl wrote:
> > On Mon, Nov 19, 2018 at 03:57:22PM -0800, bob prohaska wrote:
> > > Using pkg delete resolved the ImageMagick vs ImageMagic6 conflict, allowing
> > > inkscape to build successfully from ports on an RPI3. 
> > > 
> > > Alas, I somehow deleted libicuuc.so.62, causing a runtime failure. Rebuilding
> > > devel/icu got version 63, so that didn't help.  
> > > 
> > 
> > The simple (temporary) workaround is
> > 
> > echo 'libicuuc.so.62  libicuuc.so.63' >> /etc/libmap.conf
> > 
> 
> Thank you very much, I didn't know about libmap.conf. 
> 

You're welcomed.  Note, this should be considered temporary
as the library version bump should indicate a change in some
function interface.  I've never run into an issue, but one
may exists.

You should probably do 'pkg check -B'.  This will identify
which ports depend on the missing library, and you can update
those.  Once 'pkg check -B' returns 100%, you can remove the
contents from libmap.conf

-- 
Steve


More information about the freebsd-ports mailing list