On Fri, 2008-04-25 at 18:55 +0200, Aurélien Charbon wrote: > Thanks Subrata > OK I understand > > The three attached patches should fix this. > I'll have to find a way to generate clean Makefiles
The 3 patches still does not solve the problem. There is some problem with the Makefile for the install section. Here is the output which i got on executing: $> ./runltp -f ti-rpc <<<test_start>>> tag=rpc_tirpc_ts_run stime=1209153337 cmdline="export TCbin= $LTPROOT/testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_tirpc_ts_run.sh; rpc_tirpc_ts_run.sh" contacts="" analysis=exit initiation_status="ok" <<<test_output>>> sh: rpc_tirpc_ts_run.sh: command not found incrementing stop <<<execution_status>>> duration=0 termination_type=exited termination_id=127 corefile=no cutime=0 cstime=0 <<<test_end>>> Regards-- Subrata > > Regards, > Aurélien > > Subrata Modak wrote: > > >On Thu, 2008-04-24 at 15:06 +0530, Rishikesh K. Rajak wrote: > > > > > >>On Thu, 2008-04-24 at 09:35 +0200, Aurélien Charbon wrote: > >> > >> > >>>Sorry to be a bit silent, > >>> > >>>I am currently trying to work on this. > >>>For the moment I am not able to reproduce it. > >>> > >>> > > > >But i found some big problem out of it. The install section of: > > > >testcases/network/rpc/rpc-tirpc-full-test-suite/Makefile, > > > >should not have been written properly. That´s why the following error is > >generated when we execute: > > > >$ ./runltp -f rpc > >................. > >sh: rpc_tirpc_ts_run.sh: command not found > ><<<test_start>>> > >tag=rpc_tirpc_ts_run.sh stime=1209134955 > >cmdline="export TCbin= > >$LTPROOT/testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_tirpc_ts_run.sh; > > rpc_tirpc_ts_run.sh" > >contacts="" > >analysis=exit > >initiation_status="ok" > ><<<test_output>>> > >incrementing stop > ><<<execution_status>>> > >duration=0 termination_type=exited termination_id=127 corefile=no > >cutime=0 cstime=0 > ><<<test_end>>> > >............................................................... > > > >When i looked in to the Makefile > >(testcases/network/rpc/rpc-tirpc-full-test-suite/Makefile), i found that > >paths are hardcoded. I changed all of them with the following patch. But > >still it did not work (./runltp -f rpc). > > > >Aurélien, > > > >For the time being (in the next release), i can temporarily abort TI-RPC > >to build and execute, until you find the fix for it and (./runltp -f > >rpc) runs properly. > > > >Attached is the Patch that i tried without success. > > > >Regards-- > >Subrata > > ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
