[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] b29631: unix: Simply check for the presence of mmap

GitHub noreply at github.com
Sun Feb 26 21:18:30 UTC 2017


  Branch: refs/heads/ubuntu14_fix
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: b296310ee277548319175f4af062c4034541a1ee
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b296310ee277548319175f4af062c4034541a1ee
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M platforms/unix/config/configure.ac

  Log Message:
  -----------
   unix: Simply check for the presence of mmap

There is little point to check if mmap is working on the system
that is building the software. Simply check if mmap is present
or not. This avoids running into issues around mmap_min_addr.

This is a backport of https://github.com/pharo-project/pharo-vm/pull/117/commits/43461db5c154d8c47f3c504a67e55b9890839c74
It is required on Ubuntu 14.04 (see step 2 in previous commit)
Other reference by the original author:

"I have not fully read the macro but I think the AC_FUNC_MMAP runs into the mmap_min_addr restriction. But as most people use a binary version of the VM there is little point to check that the system that built the software had a working version (and since the late 90s mmap generally works).

https://wiki.debian.org/mmap_min_addr"




More information about the Vm-dev mailing list