Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2018 09:17:18 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        bob prohaska <fbsd@www.zefox.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Inkscape package troubles, "libicuuc.so.62" not found
Message-ID:  <20181120171718.GA79409@troutmask.apl.washington.edu>
In-Reply-To: <20181120165257.GA56335@www.zefox.net>
References:  <20181119235722.GA53159@www.zefox.net> <20181120004318.GA72711@troutmask.apl.washington.edu> <20181120165257.GA56335@www.zefox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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