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

Beta 22 version of glibc and libstdc++ broke compatibility with Ubuntu 22.04 LTS and derivates #319

Open
sivolc73 opened this issue Jan 24, 2025 · 2 comments
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file Linux Affects Linux specifically
Milestone

Comments

@sivolc73
Copy link
Contributor

When trying to launch the beta 22 of bluecherry I got this message:

$ bluecherry_client 
bluecherry_client: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /usr/share/bluecherry_client/lib/libflutter_secure_storage_linux_plugin.so)
bluecherry_client: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.31' not found (required by /usr/share/bluecherry_client/lib/libfvp_plugin.so)
bluecherry_client: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /usr/share/bluecherry_client/lib/libmedia_kit_video_plugin.so)'''

Got this error from both deb and AppImage package, the new snap install is a bit broken at the moment but do run (more on that in another issue)

After a bit of research I realized that Ubuntu 22.04 (And PopOS) have glibc v2.35 as the latest available version.

I can compile it myself in ubuntu 22.04 or popOS and have a working beta 22.

Was this library update fixing something else or is it just a change in the way the app was compiled?

Copy link

sleekplan bot commented Jan 24, 2025

This issue has been linked to bluecherry.sleekplan.app/feedback/199143. You can follow the discussion there!

@sleekplan sleekplan bot locked and limited conversation to collaborators Jan 24, 2025
@curtishall curtishall added bug Something isn't working dependencies Pull requests that update a dependency file labels Jan 24, 2025
@curtishall curtishall added this to the 3.0.0-beta23 milestone Jan 24, 2025
@bdlukaa bdlukaa moved this to Triage in Bluecherry Unity Jan 24, 2025
@bdlukaa bdlukaa added the Linux Affects Linux specifically label Jan 27, 2025
@bdlukaa
Copy link
Collaborator

bdlukaa commented Jan 27, 2025

We build the app under ubuntu-latest, that now resolves to ubuntu 22.04, which is probably the reason older versions of Ubuntu will not work.

You may consider upgrading your Ubuntu. For AppImages, see #245

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working dependencies Pull requests that update a dependency file Linux Affects Linux specifically
Projects
Status: Triage
Development

No branches or pull requests

3 participants