On Aug 5, 2009, at 12:52 PM, 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]> > <july2009-ppc-build-fix.patch>
thanks. This still doesn't address the fact that I can't even configure ltp on fedora 10 or 11. see for more details: http://sourceforge.net/mailarchive/forum.php?thread_name=5D25ED72-13B4-4ED7-959C-4974F4DF2FCA%40kernel.crashing.org&forum_name=ltp-list - k ------------------------------------------------------------------------------ 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
