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

gwemix(v0.10.8) does not work. #106

Closed
egonspace opened this issue Jun 5, 2024 · 3 comments
Closed

gwemix(v0.10.8) does not work. #106

egonspace opened this issue Jun 5, 2024 · 3 comments

Comments

@egonspace
Copy link
Collaborator

egonspace commented Jun 5, 2024

System information

Geth version: v0.10.8-stable
OS & Version: Linux
Commit hash : 53273fc

Expected behaviour

Actual behaviour

If we run gwemix, we meet the following error.

./temp3/bin/gwemix: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./temp3/bin/gwemix)
./temp3/bin/gwemix: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by ./temp3/bin/gwemix)
./temp3/bin/gwemix: /lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.13' not found (required by ./temp3/bin/gwemix)
./temp3/bin/gwemix: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./temp3/bin/gwemix)
./temp3/bin/gwemix: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./temp3/bin/gwemix)
./temp3/bin/gwemix: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./temp3/bin/gwemix)

Steps to reproduce the behaviour

Backtrace

[backtrace]

When submitting logs: please submit them as text and not screenshots.

@egonspace
Copy link
Collaborator Author

It seems there is a problem in ci building artifact.

#105 related.

@jed-wemade
Copy link

I think this issue occurs due to binary using newest glibc.
Downgrading ubuntu version specified in ci file resolves the issue.

@SwatGuard
Copy link

Got the same errors yesterday on ubuntu 20. Upgrading to 22 solved the issue for the yesterday's version.

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

3 participants