Thanks to you both for fixing this. Regards-- Subrata
On Tue, 2009-11-03 at 09:15 -0800, Garrett Cooper wrote: > On Tue, Nov 3, 2009 at 8:34 AM, Garrett Cooper <[email protected]> wrote: > > On Tue, Nov 3, 2009 at 8:30 AM, Mike Frysinger <[email protected]> wrote: > >> On Monday 02 November 2009 17:02:08 Mike Frysinger wrote: > >>> On Monday 02 November 2009 08:33:55 Subrata Modak wrote: > >>> > gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall > >>> > -I/root/subrata/ltp/ltp-full-20091031/testcases/kernel/include > >>> > -I../../../../include -I../../../../include -L../../../../lib > >>> > ptrace04.c -lltp -o ptrace04 > >>> > ptrace03.c: In function 'main': > >>> > ptrace03.c:182: warning: format '%d' expects type 'int', but argument 3 > >>> > has type 'long int' > >>> > ptrace04.c: In function 'compare_registers': > >>> > ptrace04.c:50: error: storage size of 'pt_regs' isn't known > >>> > ptrace04.c:50: warning: unused variable 'pt_regs' > >>> > make[4]: *** [ptrace04] Error 1 > >>> > >>> the ptrace stuff has always been fairly unfriendly to cross-arch work. > >>> we'll probably have to add header tests for a bunch of files and unify it > >>> in a local ptrace.h header. > >>> > >>> > gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall > >>> > -I../../../../include -I../../../../include -L../../../../lib > >>> > tomoyo_file_test.c -o tomoyo_file_test > >>> > /tmp/ccvzdsNd.o: In function `main': > >>> > /root/subrata/ltp/ltp-full-20091031/testcases/kernel/security/tomoyo/newn > >>> >s. c:43: undefined reference to `clone' collect2: ld returned 1 exit > >>> > status > >>> > >>> these test cases need to be changed to the new common ltp clone code. as > >>> part of that, we should probably add a macro that changes clone() to a > >>> compile error so that people stop using it by accident > >>> #define clone(...) DO_NOT_USE_CLONE > >> > >> i'll take care of both of these issues if you want to look at the others > > > > Sounds good. > > I've identified the 6 issues with numa, posted a patch for one > issue, and I'll take care of the rest of them later on tonight after I > get back from work. > Thanks, > -Garrett > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
