public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* sunrpc and rpcgen code
@ 2022-07-25 15:33 Yair Lenga
  2022-07-25 15:48 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: Yair Lenga @ 2022-07-25 15:33 UTC (permalink / raw)
  To: libc-help

The current glibc library includes a version of the sunrpc (a.k.a oncrpc)
rpc library, and the 'rpcgen' utility, used to translate ".x" files
into rpc clients/server stubs. I recall a few years ago, there were some
discussions about splitting those components from glibc into separate
packages.

Checking if those plans are still being worked on. if yes, is there a
target ? is there a replacement package ?

Yair Lenga

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

* Re: sunrpc and rpcgen code
  2022-07-25 15:33 sunrpc and rpcgen code Yair Lenga
@ 2022-07-25 15:48 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2022-07-25 15:48 UTC (permalink / raw)
  To: Yair Lenga via Libc-help; +Cc: Yair Lenga

* Yair Lenga via Libc-help:

> The current glibc library includes a version of the sunrpc (a.k.a oncrpc)
> rpc library, and the 'rpcgen' utility, used to translate ".x" files
> into rpc clients/server stubs. I recall a few years ago, there were some
> discussions about splitting those components from glibc into separate
> packages.

I believe the de-facto replacement is here:

  <https://github.com/thkukuk/rpcsvc-proto/>

  This package contains rpcsvc proto.x files from glibc, which are
  missing in libtirpc. Additional it contains rpcgen, which is needed
  to create header files and sources from protocol files.
  This package is only needed, if glibc is installed without the
  deprecated sunrpc functionality and libtirpc should replace it.

It's what most distributions use, I believe.

Thanks,
Florian


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

end of thread, other threads:[~2022-07-25 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25 15:33 sunrpc and rpcgen code Yair Lenga
2022-07-25 15:48 ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).