NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Cant build with pkgsrc
On Tue, 18 Jan 2022 15:46:17 -0500
Todd Gruhn <tgruhn2%gmail.com@localhost> wrote:
> Rhythmbox quit working -- so I tried to rebuild it.
>
> During the config stage I got an error saying that 'libffi.so.7' is missing.
> I recall seeing this before.
>
> Ideas?
libffi is presently at major version 8 but you have some package
(likely a python module) that still refers to major version 7.
$ grep REQUIRES=.*libffi.so.7 /usr/pkg/pkgdb/*/*BUILD_INFO
Rebuild those packages in breadth-first order (or use pkg_rolling-replace).
-Tobias
Home |
Main Index |
Thread Index |
Old Index