On Wed, Feb 21 2024 at 05:38:00 PM +01:00:00, Jun Aruga (he / him)
<jaruga@xxxxxxxxxx> wrote:
ImportError: /lib64/libdnf.so.2: undefined symbol:
g_once_init_enter_pointer
https://bugzilla.redhat.com/show_bug.cgi?id=2265336
This means dnf was built against a newer version of glib than is
available at runtime. Like most libraries, glib is backwards-compatible
but not forwards-compatible. i.e. it will add new APIs, and you have to
build against the oldest version that might be used at runtime.
g_once_init_enter_pointer is simply a new API.
I don't know what exactly has gone wrong or how to fix it, but
hopefully that helps us get a little closer to the solution here.
Michael
--
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue