Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/usr/lib/libpango-1.0.so.0: undefined symbol: g_once_init_leave_pointer #907

Open
alessandro-vulcu-code opened this issue Apr 22, 2024 · 5 comments
Labels
v2 Old version of Howdy (2.*)

Comments

@alessandro-vulcu-code
Copy link

Hi, I tried to install Howdy on Arch Linux by downloading it from AUR. However, I encountered some dependency issues. When I try to run sudo howdy add, I get this error:

/usr/lib/libpango-1.0.so.0: undefined symbol: g_once_init_leave_pointer

And when I run sudo howdy test, I receive the following traceback:

Traceback (most recent call last):
  File "/usr/bin/howdy", line 109, in <module>
    import cli.test
  File "/usr/lib/security/howdy/cli/test.py", line 8, in <module>
    import dlib
  File "/home/alevulcu/anaconda3/lib/python3.11/site-packages/dlib/__init__.py", line 19, in <module>
    from _dlib_pybind11 import *
ImportError: /usr/lib/libpango-1.0.so.0: undefined symbol: g_once_init_leave_pointer

I understand that the problem is related to libpango, but I can't figure out how to fix this. Can someone help me?


Linux distribution: Arch Linux

Howdy version (sudo howdy version): Howdy 2.6.1

@musikid musikid added the v2 Old version of Howdy (2.*) label Apr 22, 2024
@ishmeals
Copy link

ishmeals commented Apr 22, 2024

Run pacman -Syu

@alessandro-vulcu-code
Copy link
Author

I already tried to run pacman -Syu, still doesn't work

@duylong
Copy link

duylong commented Apr 26, 2024

I already tried to run pacman -Syu, still doesn't work

Same problem with rrdtool command. I think there is a problem with the pango package.

@kstar
Copy link

kstar commented May 13, 2024

I encounter the same problem with pango-1:1.52.2-1, even after running pacman -Syu

@kstar
Copy link

kstar commented May 13, 2024

I hit the same issue even if I build the libpango 1.52.2 tag from source and install. Seems like an issue with the glib package? grepping the pango source code for g_once_init_leave_pointer produces no matches, but the compiled binaries match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2 Old version of Howdy (2.*)
Projects
None yet
Development

No branches or pull requests

5 participants