Replies: 1 comment 9 replies
-
It's difficult to tell without the actual error message (it includes a filename and line number at the beginning) and preferably the full log or at least surrounding context. If I had to take a wild guess, including via a code search of every repository on GitHub, the answer is probably that libffi's meson-based wrap doesn't support kfreebsd. Do you have a separately installed version of it? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Firstly, apologies if I'm writing this question in the wrong place, or I should be asking the glib folks.
I'm currently building a bit of a frankenstein system using a Debian-kFreeBSD base then upgrading and compiling everything else from scratch.
I'm trying to set up and compile glib (obtained via 'git clone https://gitlab.gnome.org/GNOME/glib.git) using the below command:-
meson setup _build
but it is failing with the below
ERROR: Problem encountered: Unsupported pair: system "gnu/kfreebsd", cpu family "x86_64"
Is this something specific to meson or glib? If the former, is there a way I can change the "system" to think it is Linux, or straight FreeBSD?
Thank you for any assistance
Beta Was this translation helpful? Give feedback.
All reactions