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

GLIBCXX version in manylinux_2_28 mismatches with manylinux-policy.json #523

Open
lixiaoquan opened this issue Jan 2, 2025 · 1 comment

Comments

@lixiaoquan
Copy link

as manylinux-policy.json, newest GLIBCXX version is 3.4.24

    "name": "manylinux_2_28",
    "aliases": [],
    "priority": 64,
    "symbol_versions": {
      
      "x86_64": {
        
        "GLIBCXX": ["3.4", "3.4.1", "3.4.2", "3.4.3", "3.4.4", "3.4.5", "3.4.6", "3.4.7", "3.4.8", "3.4.9", "3.4.10", "3.4.11", "3.4.12", "3.4.13", "3.4.14", "3.4.15", "3.4.16", "3.4.17", "3.4.18", "3.4.19", "3.4.20", "3.4.21", "3.4.22", "3.4.23", "3.4.24"],

      },

but official docker image show the newest symbol is GLIBCXX_3.4.25

❯ docker run -it --rm quay.io/pypa/manylinux_2_28_x86_64 strings /lib64/libstdc++.so.6 | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_3.4.22
GLIBCXX_3.4.23
GLIBCXX_3.4.24
GLIBCXX_3.4.25
GLIBCXX_DEBUG_MESSAGE_LENGTH
GA+GLIBCXX_ASSERTIONS

I am not an export of manylinux, please let me know if I missed something.

@mayeut
Copy link
Member

mayeut commented Jan 4, 2025

There's one symbol in the manylinux_2_28 image that's not part of the policy (because it would conflict with other distros - photon:3.0, now EOL).
There's a test for that: tests/integration/test_glibcxx_3_4_25/testentropy.cpp

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