-
Notifications
You must be signed in to change notification settings - Fork 193
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
fails to build with glibc 2.38 #385
Comments
That issue not only describes the problem but has also been closed because it was fixed and published under a semver-compatible release. Is this a duplicate and stale report in the wrong repository? Perhaps you still have |
One notable exception is cross-compiling; I submitted a followup fix to the repository (jean-airoldie/zeromq-src-rs@21056e9) that only seems to have made it into the semver-incompatible For that action in this repository is needed. I'll push that soon. |
I was confused because I knew upstream had fixed the issue, and I thought this library was locked in to an older version. I was wrong, and forcing cargo to update fixed it. Thank you for that! |
For completeness, if you believe an issue has been fixed upstream and action is needed in a downstream repository to consume it, do mention so from the get-go :) |
Version bump pushed in #386. |
The issue/discussions here describes the issue. Basically, compilation fails because glibc 2.38 includes
strlcpy
inString.h
and then attempts to redefine it.The text was updated successfully, but these errors were encountered: