-
Notifications
You must be signed in to change notification settings - Fork 599
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
MAP_FIXED_NOREPLACE undeclared #2488
Comments
glibc 2.17 is from 2012. Over 12 years old. We try to support well known operating systems with a long lifetime like CentOS 7 for example. But at some point we have to drop support for really old things. We also dropped python2 support at some point. It sounds unlikely that we will support really old things like flinch 2.17. Which OS do you use that has such an old glibc? |
@xinranwang17 The fix is simple:
but I agree with @adrianreber, it is unclear whether we need to support so old glibc... |
@adrianreber thanks for the information, I am using an internal os which has fixed glibc version. |
We run most of our CI tests in Docker containers. For example, you can use |
A friendly reminder that this issue had no activity for 30 days. |
I encoutered
‘MAP_FIXED_NOREPLACE’ undeclared
when I build from source on branchcriu-dev
.It seems it requires higher version of glibc, but I am not able to upgrade my glibc.
Can anyone can help on this?
I found it is related to commit
6d4eeb75a711625f8b34cfe660bae9f032dd7741
, can anyone help on this?@liuchao173
The text was updated successfully, but these errors were encountered: