NetBSD-Users archive

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

Re: libffi and 'rolling-replace'



[probably this belongs on pkgsrc-users instead]


Todd Gruhn <tgruhn2%gmail.com@localhost> writes:

> I have libffi.so.8 on my system. But when I build packages, libffi.so.7
> is still being required.  Rolling-replace did not help.

Look for it with ldd on /usr/pkg/lib/*.so and /usr/pkg/{bin,sbin}/*.

> Is there a way to tell pkgsrc to recompile all the packages currently
> installed ?

# pkg_admin set rebuild=yes \*

and then pkg_rolling-replace will rebuild all.

But my advice is run ldd to a file and search for libffi 7 in the output
and understand what's going on.

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index