-
Notifications
You must be signed in to change notification settings - Fork 145
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
ValueError in versioned symbols #72
Comments
Ahh, good catch. I can fix this when I'm off work, but if you'd like to file a pull request, that would be great. |
It should be |
@rmcgibbo Yep PR is up :) |
It's not clear to me why we need to split the version strings at all, but I haven't looked at it or anything :-) @ehashman rewrote the symbol version handling at the pycon sprints last year and might have thoughts too. |
I'll take a look at this. |
When compiling a manylinux1 wheel against OpenSSL 1.1.0 the following exception is raised:
Looking in PDB the issue is that the
symbol
is expected to look something likeGLIBC_2.2.5
, but OpenSSL 1.1.0 isOPENSSL_1_1_0
, which results in too many values.The text was updated successfully, but these errors were encountered: