This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: deprecation of bundled rpc in favor of libtirpc


On Friday 17 of June 2011, Mike Frysinger wrote:
> On Tuesday, June 14, 2011 15:18:27 Andreas Jaeger wrote:
> > On Thursday, June 09, 2011 04:30:16 AM Mike Frysinger wrote:
> > > in looking at the deprecation of the bundled rpc, it seems the Makefile
> > > attempts to still install headers that libtirpc itself does not (yet?)
> > > provide.  one of those headers is rpcsvc/nis.h.  the funny thing about
> > > that header is that not only does libtirpc not install it, but libtirpc
> > > itself needs it.  so you cant build libtirpc with glibc-2.14 atm.
> > > 
> > > i'm guessing that rather than restore the headers though, people would
> > > prefer to import the missing ones into libtirpc itself ?
> > 
> > Yes, makes sense. Will you contact the libtirpc team, please?
> 
> np, i'll follow up with them

These are missing:

rpc/auth_des.h rpc/auth.h rpc/auth_unix.h rpc/clnt.h rpc/des_crypt.h 
rpc/key_prot.h rpc/pmap_clnt.h rpc/pmap_prot.h rpc/pmap_rmt.h rpc/rpc_des.h 
rpc/rpc.h rpc/rpc_msg.h rpc/svc_auth.h rpcsvc/bootparam.h rpc/svc.h 
rpcsvc/nis_callback.h rpcsvc/nis.h rpcsvc/nislib.h rpcsvc/nis_tags.h 
rpcsvc/ypclnt.h rpcsvc/yp.h rpcsvc/yp_prot.h rpcsvc/ypupd.h rpc/types.h 
rpc/xdr.h

also libtirpc built with glibc 2.14 ends up with few missing symbols

        key_encryptsession_pk
        key_gendes
        getnetname
        getpublickey
        _des_crypt_call

so at this moment there is no usable rpc implementation when using glibc 2.14

> -mike


-- 
Arkadiusz MiÅkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]