On Wed, 2009-08-05 at 14:52 -0300, Lucio Correia wrote: > Hi Kumar, > > On Wed, 2009-07-29 at 13:33 -0500, Kumar Gala wrote: > > I get the following compile error: > > > > make[4]: Leaving directory `/root/ltp/testcases/kernel/syscalls/fstat' > > make[4]: Entering directory `/root/ltp/testcases/kernel/syscalls/ > > fstatat' > > cc -Wall -I../../include -g -Wall -I../../../../include -Wall - > > DTST_USE_NEWER64_SYSCALL=1 -D_FILE_OFFSET_BITS=64 -c -o > > fstatat01_64.o fstatat01.c > > fstatat01.c:95:37: error: missing binary operator before token "5" > > fstatat01.c: In function 'main': > > fstatat01.c:126: error: expected ')' before numeric constant > > make[4]: *** [fstatat01_64.o] Error 1 > > make[4]: Leaving directory `/root/ltp/testcases/kernel/syscalls/fstatat' > > make[3]: *** [all] Error 2 > > make[3]: Leaving directory `/root/ltp/testcases/kernel/syscalls' > > make[2]: *** [all] Error 2 > > make[2]: Leaving directory `/root/ltp/testcases/kernel' > > make[1]: *** [all] Error 2 > > make[1]: Leaving directory `/root/ltp/testcases' > > make: *** [all] Error 2 > > This failure is being caused because .in files in kernel/includes are > wrong. The prefixes for the names (__NR_) and the plus signs were > removed. I've noticed it in .in files for several architectures in the > latest LTP release (July 2009). > > > > This patch fixes bad updates to syscalls declarations for powerpc, that > are causing build failures. This should be fixed for other archs > accordingly. > > Signed-off-by Lucio Correia <[email protected]>
Thanks. Regards-- Subrata > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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
