On Tue, Nov 27, 2018 at 06:53:21PM -0200, Rafael David Tinoco wrote:
On 11/27/18 6:38 PM, Daniel Díaz wrote:
Hello!
On Tue, 27 Nov 2018 at 13:22, Rafael David Tinoco rafael.tinoco@linaro.org wrote:
On 11/27/18 5:16 PM, Dan Rue wrote:
I was just looking at that - we don't run that test due to:
root@intel-corei7-64:/opt/ltp/testcases/bin# ./migrate_pages03 tst_test.c:770: CONF: require libnuma >= 2 and it's development packages
Daniel - is this something we should add?
I faced this recently in my LXC, the one generating the .deb packages. I needed libnuma1 and libnuma-dev in debian in order to have some tests successfully built.
We're currently shipping libnuma.so.1.0.0 from numactl 2.0.11+git (ea3a70681c2f523fe58e1d44527f478ca76db74e). What are we missing?
Headers ? Possibly...
I can't tell you what's missing, but it's checking HAVE_NUMA_V2 which is set @ https://github.com/linux-test-project/ltp/blob/master/m4/ltp-numa.m4
Dan