Re: RPC implementation - Help me please

2008-08-28 Thread Samuel Thibault
Madhusudan C.S, le Thu 28 Aug 2008 17:54:37 +0530, a écrit : > IIRC it's a know error. hurd=20080607-4 will fix it, you can fetch its > debian/ directory from > svn://svn.debian.org/svn/pkg-hurd/hurd/trunk/debian > > > Should I have to change the names of files and directories to -4 o

Re: RPC implementation - Help me please

2008-08-28 Thread Madhusudan C.S
On Thu, Aug 28, 2008 at 4:31 AM, Samuel Thibault < [EMAIL PROTECTED]> wrote: > Madhusudan C.S, le Thu 28 Aug 2008 00:23:36 +0530, a écrit : > > On Mon, Aug 25, 2008 at 3:54 AM, Samuel Thibault < > [EMAIL PROTECTED]> > > wrote: > > > > IIRC you need to recompile glibc too, to have the RPC funct

Re: RPC implementation - Help me please

2008-08-27 Thread Samuel Thibault
Madhusudan C.S, le Thu 28 Aug 2008 00:23:36 +0530, a écrit : > On Mon, Aug 25, 2008 at 3:54 AM, Samuel Thibault <[EMAIL PROTECTED]> > wrote: > > IIRC you need to recompile glibc too, to have the RPC functions added to > libhurduser. > > > apt-get source glibc and dpkg-buildpackage -uc -B

Re: RPC implementation - Help me please

2008-08-27 Thread Madhusudan C.S
On Thu, Aug 28, 2008 at 12:29 AM, Michael Banck <[EMAIL PROTECTED]> wrote: > On Thu, Aug 28, 2008 at 12:23:36AM +0530, Madhusudan C.S wrote: > > apt-get source glibc and dpkg-buildpackage -uc -B fails for some weird > > compilation errors in bsd files. I forgot to log the errors. Is this a > known

Re: RPC implementation - Help me please

2008-08-27 Thread Michael Banck
On Thu, Aug 28, 2008 at 12:23:36AM +0530, Madhusudan C.S wrote: > apt-get source glibc and dpkg-buildpackage -uc -B fails for some weird > compilation errors in bsd files. I forgot to log the errors. Is this a known > bug or is it necessary to give the build logs to find out what it is? Luckily, g

Re: RPC implementation - Help me please

2008-08-27 Thread Madhusudan C.S
On Mon, Aug 25, 2008 at 3:54 AM, Samuel Thibault < [EMAIL PROTECTED]> wrote: > IIRC you need to recompile glibc too, to have the RPC functions added to > libhurduser. > apt-get source glibc and dpkg-buildpackage -uc -B fails for some weird compilation errors in bsd files. I forgot to log the erro

Re: RPC implementation - Help me please

2008-08-27 Thread Madhusudan C.S
On Mon, Aug 25, 2008 at 2:11 AM, Da Zheng <[EMAIL PROTECTED]> wrote: > Madhusudan C.S wrote: > >> Hi all, >> I added 2 routines in $(HURD-SRC)/hurd/process.defs with the names >> proc_child_rusage and proc_progeny_usage. And then in >> $(HURD-SRC)/proc/info.c, I implemented S_proc_child_ru

Re: RPC implementation - Help me please

2008-08-24 Thread Samuel Thibault
IIRC you need to recompile glibc too, to have the RPC functions added to libhurduser. Samuel

Re: RPC implementation - Help me please

2008-08-24 Thread Da Zheng
Madhusudan C.S wrote: Hi all, I added 2 routines in $(HURD-SRC)/hurd/process.defs with the names proc_child_rusage and proc_progeny_usage. And then in $(HURD-SRC)/proc/info.c, I implemented S_proc_child_rusage and S_proc_progeny_usage. And then I did make proc from top level director

RPC implementation - Help me please

2008-08-24 Thread Madhusudan C.S
Hi all, I added 2 routines in $(HURD-SRC)/hurd/process.defs with the names proc_child_rusage and proc_progeny_usage. And then in $(HURD-SRC)/proc/info.c, I implemented S_proc_child_rusage and S_proc_progeny_usage. And then I did make proc from top level directory of Hurd source tree, i.e $