Date: Mon, 19 Nov 2018 16:43: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: <20181120004318.GA72711@troutmask.apl.washington.edu> In-Reply-To: <20181119235722.GA53159@www.zefox.net> References: <20181119235722.GA53159@www.zefox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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. > > Noticing that inkscape is now available as a package, I tried installing > that, expecting it to recover the older library needed for the current > version of inkscape. The install brought down roughly 1 GB of files, > but not the needed library. > > Is there a resolution to this dilemma, other than just waiting for > inkscape to catch up? Is it possible to determine which revision of > the ports tree can make a runnable version of a particular port? The simple (temporary) workaround is echo 'libicuuc.so.62 libicuuc.so.63' >> /etc/libmap.conf -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181120004318.GA72711>