-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
flatpak run error - undefined symbol: g_once_init_enter_pointer #1551
flatpak run error - undefined symbol: g_once_init_enter_pointer #1551
Comments
Any updates on this bug? |
I can confirm this bug on Debian Bookworm. |
@rattencreep flatpak is supposed to run everywhere. The source of the app is the same (flathub). Or am I missing something? |
btw I experienced this after upgrading to the latest release, |
Same here |
|
Same here, Fedora Linux 41 (Workstation Edition). |
Hello, It's not clear to me what is the solution to this problem that I'm also facing on Debian 12/Bookworm (Flatpak 1.14.10). I also have the exact same problem on AlmaLinux 9.5. I have glibc 2.36 (glibc 2.74.6 is also installed through the libglib2.0-dev package but it doesn't seem to be found by the linker).
When I run error: Commit has no requested ref ‘app/im.fluffychat.Fluffychat/x86_64/stable’ in ref binding metadata It's also not clear to me where to get the COMMIT_HASH, I tried the one provided in the bug report above (it gives me the error above):
I also cannot understand this part:
What does run it there outside Flatpak means? Trying to look for the binary I found:
but it is just a broken symbolic link to Any clarification would be greatly appreciated! Thanks |
Okay, it works again. Thank you very much! for everyone (like me) who needs it very clear, i used the following commands:
Please note that the last command keeps the app from getting any updates which will become a security risk at some point so please do not use it if you dont know what you're doing. I'm using the latest debian stable. No warranties whatsoever. |
i have to confirm this issue on Linux Mint 22.1 and SteamOS 3.6. the workaround from @Haui1112 (#1551 (comment)) worked like a charm (although |
@Haui1112 Thanks for providing a working solution!
|
Thanks for fixing this. Can we please extend the release tests as well? Is it possible to start the application once in CI before pushing changes to flathub? |
new release fixed this for me, thanks |
Bug Description
flatpak run show error and exit
Steps to Reproduce
flatpak install im.fluffychat.Fluffychat
flatpak run im.fluffychat.Fluffychat
fluffychat: symbol lookup error: fluffychat: undefined symbol: g_once_init_enter_pointer
Expected Behavior
show fluffychat linux client
App Version
1.23.0 flathub Commit: e6c8aaf19788095e5ab60a9ad3b76458ed7ab97fc0…
Additional Platform Information
Debian Linux Trixie in a aarch64, 16k pagesize kernel.
Additional Context
Previus versions work ok.
flatpak update --commit=b1edbc5fc022a264c08560a223ec7a41479fcf7541f9e2021fe48871592cfc0f im.fluffychat.Fluffychat
flatpak run im.fluffychat.Fluffychat
The text was updated successfully, but these errors were encountered: