pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: libffi.so.6 not found



On Sat, Jun 27, 2020 at 08:15:04PM -0400, Bob Bernstein wrote:
> pkg_add: librsvg-2.48.3nb1 was built to ignore ABI dependencies
> /usr/pkg/lib/gio/modules/libgvfsdbus.so: Shared object "libffi.so.6" not

> --snip--
> 
> I _have_ libffi.so.7 built and living peaceably on this system. This thing
> has me very confused. Please sound off if any thoughts intrude on your
> metaphysical recollection..

You can't build packages while ignoring ABI dependencies and not refresh
them all regularly. Your installed copy of libffi.so.7 is incompatible with
the libffi.so.6 an older package was built against.

Best advice - get rid of USE_ABI_DEPENDS=no, remove all your packages
and rebuild everything, or you'll keep running into problems like this.


Home | Main Index | Thread Index | Old Index