* [LTP] Build failure with 2010-01-08 cvs
@ 2010-01-12 6:54 Mitani
2010-01-12 8:51 ` Garrett Cooper
0 siblings, 1 reply; 2+ messages in thread
From: Mitani @ 2010-01-12 6:54 UTC (permalink / raw)
To: ltp-list
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/ltp-list@lists.sourceforge.net/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.
Is the plan to delete a definition of "nodemask_dump" from "${LTPROOT/
testcases/kernel/syscalls/get_mempolicy/../utils/numa_helpers.h" file
no use?
Regards--
-Tomonori Mitani
------------------------------------------------------------------------------
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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LTP] Build failure with 2010-01-08 cvs
2010-01-12 6:54 [LTP] Build failure with 2010-01-08 cvs Mitani
@ 2010-01-12 8:51 ` Garrett Cooper
0 siblings, 0 replies; 2+ messages in thread
From: Garrett Cooper @ 2010-01-12 8:51 UTC (permalink / raw)
To: Mitani; +Cc: ltp-list
On Mon, Jan 11, 2010 at 10:54 PM, Mitani <mitani@ryobi.co.jp> 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/ltp-list@lists.sourceforge.net/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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-12 8:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12 6:54 [LTP] Build failure with 2010-01-08 cvs Mitani
2010-01-12 8:51 ` Garrett Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox