On Wed, 2008-01-02 at 13:33 +0530, Subrata Modak wrote:
> OK. I will look in to this immediately.
> 

Well Rishi. Please have this temporary fix. I will contact the author
for the final fix. With this Patch you can compile the rest of LTP
leaving NUMA. So, this will solve your problem for the time being. For
others facing the same problem, please apply this patch over the
December 2007 LTP release to get going for now.

--Subrata

> --Subrata
> 
> On Wed, 2008-01-02 at 13:25 +0530, Rishikesh K. Rajak wrote:
> > 
> > Hi All,
> > 
> > It should be on high priority as numa node enabled machine latest LTP
> > is not getting compiled.
> > 
> > i just downloaded and compiled on my machine:
> > 
> > machine info:
> >     Linux e325a.in.ibm.com 2.6.23-mm1-lxc4 #2 SMP Tue Nov 27 12:12:59
> > IST 2007 x86_64 x86_64 x86_64 GNU/Linux
> > 
> > Ran also:
> >     [EMAIL PROTECTED] numa]$ chmod +x test.sh 
> >     [EMAIL PROTECTED] numa]$ ./test.sh 
> >     yes
> >     [EMAIL PROTECTED] numa]$ 
> > 
> > ============== make error =================================
> > 
> > numa_node_size.c:37:18: error: numa.h: No such file or directory
> > numa_node_size.c: In function ‘hardware’:
> > numa_node_size.c:49: warning: implicit declaration of function
> > ‘numa_max_node’
> > numa_node_size.c:54: warning: implicit declaration of function
> > ‘numa_node_size’
> > numa_node_size.c: In function ‘main’:
> > numa_node_size.c:63: warning: implicit declaration of function
> > ‘numa_available’
> > make[3]: *** [numa_node_size] Error 1
> > make[3]: Leaving directory
> > `/home/rishi/ltp-full-20071231/testcases/kernel/numa'
> > make[2]: *** [all] Error 2
> > make[2]: Leaving directory
> > `/home/rishi/ltp-full-20071231/testcases/kernel'
> > make[1]: *** [all] Error 2
> > make[1]: Leaving directory `/home/rishi/ltp-full-20071231/testcases'
> > make: *** [all] Error 2
> > ============== make error =================================
> > 
> > Thanks
> > Rishi
> > 
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2005.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________ Ltp-list mailing list 
> > [email protected] 
> > https://lists.sourceforge.net/lists/listinfo/ltp-list
--- ltp-full-20071231/testcases/kernel/Makefile.orig	2008-01-02 13:34:35.000000000 +0530
+++ ltp-full-20071231/testcases/kernel/Makefile	2008-01-02 13:36:16.000000000 +0530
@@ -1,4 +1,4 @@
-SUBDIRS = numa containers include fs io ipc mem pty sched security syscalls
+SUBDIRS = containers include fs io ipc mem pty sched security syscalls
 UCLINUX_SUBDIRS = syscalls
 
 all:
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to