On Mon, Jan 11, 2010 at 10:54 PM, Mitani <[email protected]> wrote:
> Hi,
>
> I tried to make with 2010-01-08 version cvs in my RHEL5.4
> (2.6.18-164.el5) system.
> But it failed with following message:
>
> ------------
> gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall
> -I/home/LTP/ltp-2010-01-08/testcases/kernel/include
> -I/home/LTP/ltp-2010-01-08/testcases/kernel/syscalls/move_pages/../utils
> -I../../../../include -I../../../../include  -c -o move_pages01.o
> move_pages01.c
> In file included from move_pages01.c:58:
> move_pages_support.h:22:20: error: numaif.h: No such file or directory
> make[4]: *** [move_pages01.o] Error 1
> ------------
>
> 2010-01-07 version cvs doesn't fail.
>
> Perhaps, this error is caused by revision of RHEL4.8's make error, I think.
> (URL:http://www.mail-archive.com/[email protected]/msg09180.htm
> l)
> I'm sorry If I mistaked.
>
> In above revising, "${LTPROOT/testcases/kernel/syscalls/utils/numaif.h"
> is removed. But "move_pages01.c" uses this file indirectly.

    You're correct. It isn't needed anymore in that header, and has
since then been removed.

> Is the plan to delete a definition of "nodemask_dump" from "${LTPROOT/
> testcases/kernel/syscalls/get_mempolicy/../utils/numa_helpers.h" file
> no use?

    No, I renamed numaif.h and removed all of the duplicate entries
(nodemask_dump being one of them), because it was a custom API
provided by the crackerjack test suite and because numaif.h was an
almost direct copy of a fixed version of numaif.h (instead of being a
properly tailored set of feature tests as I later discovered).
Thanks,
-Garrett

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to