Discussion:
Cant build with pkgsrc
(too old to reply)
Todd Gruhn
2022-01-18 20:46:17 UTC
Permalink
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?

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Tobias Nygren
2022-01-19 00:40:01 UTC
Permalink
On Tue, 18 Jan 2022 15:46:17 -0500
Post by Todd Gruhn
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


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Todd Gruhn
2022-01-19 02:29:46 UTC
Permalink
What is "breadth first" order? I have not heard this term.
Post by Tobias Nygren
On Tue, 18 Jan 2022 15:46:17 -0500
Post by Todd Gruhn
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
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...