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

current gcc:11 image is broken #96

Closed
punytroll opened this issue Jun 20, 2023 · 3 comments · Fixed by #97
Closed

current gcc:11 image is broken #96

punytroll opened this issue Jun 20, 2023 · 3 comments · Fixed by #97

Comments

@punytroll
Copy link

punytroll commented Jun 20, 2023

Similar to #95, when running the preinstalled program convert I get a this error:

root@888289dec9c0:/# convert
convert: /usr/local/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libicuuc.so.72)
@yosifkit
Copy link
Member

😢 it looks like #94 was not enough. We'll have to move gcc 11 back as well (PR incoming). You can use gcc:11-bullseye to stick to the working image (and it'll continue to be updated since that'll be the newest Debian we could possibly use for GCC 11).

@jordy-van-appeven-accerion

Same problem seems to be the case for gcc:9.5.0

root@e23d11f2fe83:/# apt update
apt: /usr/local/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /lib/x86_64-linux-gnu/libapt-private.so.0.0)
apt: /usr/local/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /lib/x86_64-linux-gnu/libapt-pkg.so.6.0)

@yosifkit
Copy link
Member

@jordy-van-appeven-accerion, GCC 9 is fixed in #94, but the images have not been built and pushed to Docker Hub. You can switch to the 9-bullseye or 9.5-bullseye tags to get back to the old image (and that tag will be updated since that will be the supported Debian release for GCC 9).

See the readme -> docker-library/official-images#14896

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

Successfully merging a pull request may close this issue.

3 participants