Comment 1 for bug 1561091

Revision history for this message
Tomislav Plavcic (tplavcic) wrote :

It doesn't seem to be a build issue since the build slaves have build dependencies and the cmake output looks like:
-- Looking for include file numaif.h
-- Looking for include file numaif.h - found
-- Performing Test HAVE_LIBNUMA
-- Performing Test HAVE_LIBNUMA - Success
I have checked all the builds for 5.7.11-4 release and didn't find different output than this.

The cmake cache also has:
root@vps-wheezy-x64-02# grep NUMA CMakeCache.txt
//Explicitly set NUMA memory allocation policy
WITH_NUMA:BOOL=ON
//Test HAVE_LIBNUMA
HAVE_LIBNUMA:INTERNAL=1
HAVE_NUMAIF_H:INTERNAL=1

The issue doesn't seem to be related to any specific linux distribution as I checked debian jessie and centos 6 and it's the same.