public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] Issues of TIRPC test suite of network test cases
@ 2009-06-26  6:10 rohit verma
  2009-06-26 11:33 ` Subrata Modak
  0 siblings, 1 reply; 4+ messages in thread
From: rohit verma @ 2009-06-26  6:10 UTC (permalink / raw)
  To: subrata, LTP List, CAI Qian

Hi All,

I am getting the following errors with run_rpc_tests.sh test suite in
LTP May-09 release.

/home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:29:29:
error: tirpc/netconfig.h: No such file or directory
/home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:31:27:
error: tirpc/rpc/rpc.h: No such file or directory
/home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:32:29:
error: tirpc/rpc/types.h: No such file or directory
/home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:33:27:
error: tirpc/rpc/xdr.h: No such file or directory
/home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:34:27:
error: tirpc/rpc/svc.h: No such file or directory
mkdir: cannot create directory
`/home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack':
File exists

tests_pack/tirpc_svc_2/tirpc_svc_2.c:29:29: error: tirpc/netconfig.h:
No such file or directory
tests_pack/tirpc_svc_2/tirpc_svc_2.c:31:27: error: tirpc/rpc/rpc.h: No
such file or directory
tests_pack/tirpc_svc_2/tirpc_svc_2.c:32:29: error: tirpc/rpc/types.h:
No such file or directory
tests_pack/tirpc_svc_2/tirpc_svc_2.c:33:27: error: tirpc/rpc/xdr.h: No
such file or directory
tests_pack/tirpc_svc_2/tirpc_svc_2.c:34:27: error: tirpc/rpc/svc.h: No
such file or directory
tests_pack/tirpc_svc_2/tirpc_svc_2.c: In function main
tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: bool_t undeclared
(first use in this function)
tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: (Each undeclared
identifier is reported only once
tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: for each function it
appears in.)
tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: expected ; before rslt
tests_pack/tirpc_svc_2/tirpc_svc_2.c:65: error: rslt undeclared (first
use in this function)
tests_pack/tirpc_svc_2/tirpc_svc_2.c:66: error: xdrproc_t undeclared
(first use in this function)
tests_pack/tirpc_svc_2/tirpc_svc_2.c:66: error: expected ) before xdr_int
make: *** [all] Error 1
cc: .c.src: No such file or directory.


Similar bug has been already reported to LTP. Please confirm if the
patch for this bug is merged into next LTP release.


Regards,
Gnaneswar

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] Issues of TIRPC test suite of network test cases
  2009-06-26  6:10 [LTP] Issues of TIRPC test suite of network test cases rohit verma
@ 2009-06-26 11:33 ` Subrata Modak
  2009-06-30  7:41   ` Subrata Modak
  0 siblings, 1 reply; 4+ messages in thread
From: Subrata Modak @ 2009-06-26 11:33 UTC (permalink / raw)
  To: rohit verma, Le Rouzic, Aurélien Charbon; +Cc: LTP List

Hi Rohit,

On Thu, 2009-06-25 at 23:10 -0700, rohit verma wrote: 
> Hi All,
> 
> I am getting the following errors with run_rpc_tests.sh test suite in
> LTP May-09 release.

The problem with this part of the testsuite was always there from the
beginning. However, lets ask something from the developer directly.

Le,

Can you please look into this ?

Regards--
Subrata

> 
> /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:29:29:
> error: tirpc/netconfig.h: No such file or directory
> /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:31:27:
> error: tirpc/rpc/rpc.h: No such file or directory
> /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:32:29:
> error: tirpc/rpc/types.h: No such file or directory
> /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:33:27:
> error: tirpc/rpc/xdr.h: No such file or directory
> /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:34:27:
> error: tirpc/rpc/svc.h: No such file or directory
> mkdir: cannot create directory
> `/home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack':
> File exists
> 
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:29:29: error: tirpc/netconfig.h:
> No such file or directory
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:31:27: error: tirpc/rpc/rpc.h: No
> such file or directory
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:32:29: error: tirpc/rpc/types.h:
> No such file or directory
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:33:27: error: tirpc/rpc/xdr.h: No
> such file or directory
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:34:27: error: tirpc/rpc/svc.h: No
> such file or directory
> tests_pack/tirpc_svc_2/tirpc_svc_2.c: In function main
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: bool_t undeclared
> (first use in this function)
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: (Each undeclared
> identifier is reported only once
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: for each function it
> appears in.)
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: expected ; before rslt
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:65: error: rslt undeclared (first
> use in this function)
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:66: error: xdrproc_t undeclared
> (first use in this function)
> tests_pack/tirpc_svc_2/tirpc_svc_2.c:66: error: expected ) before xdr_int
> make: *** [all] Error 1
> cc: .c.src: No such file or directory.
> 
> 
> Similar bug has been already reported to LTP. Please confirm if the
> patch for this bug is merged into next LTP release.

I remember merging all patches to this effect. Please point me to the
patch which i ought have missed ;-)

Regards--
Subrata

> 
> 
> Regards,
> Gnaneswar


------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] Issues of TIRPC test suite of network test cases
  2009-06-26 11:33 ` Subrata Modak
@ 2009-06-30  7:41   ` Subrata Modak
       [not found]     ` <4A4C685F.9040909@bull.net>
  0 siblings, 1 reply; 4+ messages in thread
From: Subrata Modak @ 2009-06-30  7:41 UTC (permalink / raw)
  To: rohit verma; +Cc: LTP List, Le Rouzic, Aurélien Charbon

On Fri, 2009-06-26 at 17:03 +0530, Subrata Modak wrote: 
> Hi Rohit,
> 
> On Thu, 2009-06-25 at 23:10 -0700, rohit verma wrote: 
> > Hi All,
> > 
> > I am getting the following errors with run_rpc_tests.sh test suite in
> > LTP May-09 release.
> 
> The problem with this part of the testsuite was always there from the
> beginning. However, lets ask something from the developer directly.
> 
> Le,
> 
> Can you please look into this ?

Le,

Any comments from your side ??

Regards--
Subrata

> 
> Regards--
> Subrata
> 
> > 
> > /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:29:29:
> > error: tirpc/netconfig.h: No such file or directory
> > /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:31:27:
> > error: tirpc/rpc/rpc.h: No such file or directory
> > /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:32:29:
> > error: tirpc/rpc/types.h: No such file or directory
> > /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:33:27:
> > error: tirpc/rpc/xdr.h: No such file or directory
> > /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:34:27:
> > error: tirpc/rpc/svc.h: No such file or directory
> > mkdir: cannot create directory
> > `/home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack':
> > File exists
> > 
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:29:29: error: tirpc/netconfig.h:
> > No such file or directory
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:31:27: error: tirpc/rpc/rpc.h: No
> > such file or directory
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:32:29: error: tirpc/rpc/types.h:
> > No such file or directory
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:33:27: error: tirpc/rpc/xdr.h: No
> > such file or directory
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:34:27: error: tirpc/rpc/svc.h: No
> > such file or directory
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c: In function main
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: bool_t undeclared
> > (first use in this function)
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: (Each undeclared
> > identifier is reported only once
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: for each function it
> > appears in.)
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: expected ; before rslt
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:65: error: rslt undeclared (first
> > use in this function)
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:66: error: xdrproc_t undeclared
> > (first use in this function)
> > tests_pack/tirpc_svc_2/tirpc_svc_2.c:66: error: expected ) before xdr_int
> > make: *** [all] Error 1
> > cc: .c.src: No such file or directory.
> > 
> > 
> > Similar bug has been already reported to LTP. Please confirm if the
> > patch for this bug is merged into next LTP release.
> 
> I remember merging all patches to this effect. Please point me to the
> patch which i ought have missed ;-)
> 
> Regards--
> Subrata
> 
> > 
> > 
> > Regards,
> > Gnaneswar
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list


------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] Issues of TIRPC test suite of network test cases
       [not found]     ` <4A4C685F.9040909@bull.net>
@ 2009-07-06 15:50       ` Subrata Modak
  0 siblings, 0 replies; 4+ messages in thread
From: Subrata Modak @ 2009-07-06 15:50 UTC (permalink / raw)
  To: Kamboju, Naresh; +Cc: ltp-list, Le-Rouzic

Naresh,

On Thu, 2009-07-02 at 09:57 +0200, Le-Rouzic wrote: 
> Hi,
> 
> Sorry, I have just seen your mail.
> Nevertheless I changed job 6 months ago and I am afraid of not being 
> able to look at this issue.

I think we would need to identify and fix this issue ourselves ;-)

Regards--
Subrata

> 
> Best Regards
> 
> 
> Subrata Modak a écrit :
> > On Fri, 2009-06-26 at 17:03 +0530, Subrata Modak wrote: 
> >   
> >> Hi Rohit,
> >>
> >> On Thu, 2009-06-25 at 23:10 -0700, rohit verma wrote: 
> >>     
> >>> Hi All,
> >>>
> >>> I am getting the following errors with run_rpc_tests.sh test suite in
> >>> LTP May-09 release.
> >>>       
> >> The problem with this part of the testsuite was always there from the
> >> beginning. However, lets ask something from the developer directly.
> >>
> >> Le,
> >>
> >> Can you please look into this ?
> >>     
> >
> > Le,
> >
> > Any comments from your side ??
> >
> > Regards--
> > Subrata
> >
> >   
> >> Regards--
> >> Subrata
> >>
> >>     
> >>> /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:29:29:
> >>> error: tirpc/netconfig.h: No such file or directory
> >>> /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:31:27:
> >>> error: tirpc/rpc/rpc.h: No such file or directory
> >>> /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:32:29:
> >>> error: tirpc/rpc/types.h: No such file or directory
> >>> /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:33:27:
> >>> error: tirpc/rpc/xdr.h: No such file or directory
> >>> /home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/cleaner.c.src:34:27:
> >>> error: tirpc/rpc/svc.h: No such file or directory
> >>> mkdir: cannot create directory
> >>> `/home/moblin/LTP_NS_MAY/ltp-full-20090531/testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack':
> >>> File exists
> >>>
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:29:29: error: tirpc/netconfig.h:
> >>> No such file or directory
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:31:27: error: tirpc/rpc/rpc.h: No
> >>> such file or directory
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:32:29: error: tirpc/rpc/types.h:
> >>> No such file or directory
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:33:27: error: tirpc/rpc/xdr.h: No
> >>> such file or directory
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:34:27: error: tirpc/rpc/svc.h: No
> >>> such file or directory
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c: In function main
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: bool_t undeclared
> >>> (first use in this function)
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: (Each undeclared
> >>> identifier is reported only once
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: for each function it
> >>> appears in.)
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:55: error: expected ; before rslt
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:65: error: rslt undeclared (first
> >>> use in this function)
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:66: error: xdrproc_t undeclared
> >>> (first use in this function)
> >>> tests_pack/tirpc_svc_2/tirpc_svc_2.c:66: error: expected ) before xdr_int
> >>> make: *** [all] Error 1
> >>> cc: .c.src: No such file or directory.
> >>>
> >>>
> >>> Similar bug has been already reported to LTP. Please confirm if the
> >>> patch for this bug is merged into next LTP release.
> >>>       
> >> I remember merging all patches to this effect. Please point me to the
> >> patch which i ought have missed ;-)
> >>
> >> Regards--
> >> Subrata
> >>
> >>     
> >>> Regards,
> >>> Gnaneswar
> >>>       
> >> ------------------------------------------------------------------------------
> >> _______________________________________________
> >> Ltp-list mailing list
> >> Ltp-list@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/ltp-list
> >>     
> >
> >
> >
> >   
> 


------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-06 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-26  6:10 [LTP] Issues of TIRPC test suite of network test cases rohit verma
2009-06-26 11:33 ` Subrata Modak
2009-06-30  7:41   ` Subrata Modak
     [not found]     ` <4A4C685F.9040909@bull.net>
2009-07-06 15:50       ` Subrata Modak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox