-
Notifications
You must be signed in to change notification settings - Fork 43
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
malloc.c:22:87: error: use of undeclared identifier 'MAP_ANONYMOUS' #665
Comments
Do we have statistics about installations? Is anyone actually using this port on such an old system? The latest update to that version was in 2017. I don't know whether it would be a good decision to support that version. |
MacPorts supports Mac OS X 10.4 and later. There are a handful of MacPorts users very passionate about supporting older systems. If you do not wish to include this simple change in your software we can fix it on the MacPorts side by using our legacy support library but I like to give upstream developers the chance to fix their software at the source so that it can benefit the largest audience. |
MacPorts opt-in installation statistics are here: https://ports.macports.org/statistics/ |
I'll need some time to get to this. Need a clean environment to experiment with. Figuring out what would be practical for me. |
How can I reproduce this? Both AWS AMIs and GitHub actions images don't have such old versions. What would be a practical way for me to access an environment in which I can reproduce the issue? |
ngs fails to build on OS X 10.10 and earlier.
Here's a recent build log: https://build.macports.org/builders/ports-10.10_x86_64-builder/builds/274533/steps/install-port/logs/stdio
On older macOS and BSD,
MAP_ANONYMOUS
was calledMAP_ANON
. You could use:I previously reported this to MacPorts: https://trac.macports.org/ticket/64195
The text was updated successfully, but these errors were encountered: