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

Binary Ninja install fails: OSError: /lib/x86_64-linux-gnu/libstdc++.so.6... #2098

Closed
mr-tz opened this issue May 29, 2024 · 5 comments · Fixed by #2099
Closed

Binary Ninja install fails: OSError: /lib/x86_64-linux-gnu/libstdc++.so.6... #2098

mr-tz opened this issue May 29, 2024 · 5 comments · Fixed by #2099
Labels
binary-ninja CI Continuous Integration configuration

Comments

@mr-tz
Copy link
Collaborator

mr-tz commented May 29, 2024

OSError: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /home/runner/work/capa/capa/.github/binja/binaryninja/python/binaryninja/../../libbinaryninjacore.so.1)

https://github.com/mandiant/capa/actions/runs/9282684784/job/25542369887#step:6:3531

@xusheng6, do you have a fix here?

@mr-tz mr-tz added CI Continuous Integration configuration binary-ninja labels May 29, 2024
@xusheng6
Copy link
Contributor

Is this a new one or it has been a while? The thing that is relevant is we have dropped the support for Ubuntu 20.04 in March. So far this only affects dev builds because our last stable build is published earlier than that. Also I believe capa tests are run against the stable build, so it should not be affected. Need to look at it further to figure out

@mr-tz
Copy link
Collaborator Author

mr-tz commented May 29, 2024

I think it started recently (this week?).

@xusheng6
Copy link
Contributor

Oh wait -- we have recently (a few days ago) published a bug fix for 4.0 and it is also considered a stable release. This build is used by capa test and it no longer supports Ubuntu 20.04. Would it be possible to run capa tests on Ubuntu 22.04?

@xusheng6
Copy link
Contributor

The update to Ubuntu 22.04 is somehow inevitable -- we will be releasing stable 4.1 soon and it will also no longer support Ubuntu 20.04

@mr-tz
Copy link
Collaborator Author

mr-tz commented May 29, 2024

yeah, we can upgrade the test, thanks for the context!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binary-ninja CI Continuous Integration configuration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants