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

0.6 Fails to Launch on elementary Hera 5.1.7 (Ubuntu 18.04 LTS) #97

Open
chances opened this issue Sep 18, 2020 · 4 comments
Open

0.6 Fails to Launch on elementary Hera 5.1.7 (Ubuntu 18.04 LTS) #97

chances opened this issue Sep 18, 2020 · 4 comments

Comments

@chances
Copy link
Contributor

chances commented Sep 18, 2020

After downloading the 0.6.2-preview release, the executable fails to launch:

$ ./ConceptGraph
./ConceptGraph: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./ConceptGraph)

My system has glibc v2.27. See godotengine/godot#31950, Godot binaries are built against Ubuntu 14.04.

As a workaround, are there instructions for building the standalone app from source?

@HungryProton
Copy link
Member

HungryProton commented Sep 18, 2020

Yes, you can find the manual instructions there: https://github.com/HungryProton/concept_graph_environment
If you don't want to recompile a custom version of the engine, there's binaries hosted on the repository but it might not work either.

Releases hosted here are created using Github Actions running on Ubuntu latest. With a bit of luck, maybe changing this to 16.04 would be enough?

@chances
Copy link
Contributor Author

chances commented Sep 20, 2020

Or maybe the Ubuntu build could use the 14.04 docker image?

@chances
Copy link
Contributor Author

chances commented Sep 20, 2020

Also, I think I'm mistaken about Godot using 16.04. Their Actions workflow file for Linux targets 20.04.

@HungryProton
Copy link
Member

I need to check how much would need to change to use the docker image, I'm still new at CI in general.

By the way, it seems they stopped using 14.04 for the official builds as well according to their workflow file?
https://github.com/godotengine/godot/blob/3.2/.github/workflows/linux_builds.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants