[HEADS UP] Upcoming soname change for libtirpc

Kalev Lember kalevlember at gmail.com
Sun Nov 1 17:48:13 UTC 2015


On 10/30/2015 05:36 PM, Kevin Fenzi wrote:
> On Fri, 30 Oct 2015 11:50:48 -0400
> Steve Dickson <SteveD at redhat.com> wrote:
>> 2) find and rebuild all the dependencies?
> 
> Should be something like: 
> 
> % sudo dnf repoquery --whatrequires 'libtirpc.so.1()(64bit)'
> Last metadata expiration check performed 0:01:17 ago on Fri Oct 30 10:34:06 2015.
> autofs-1:5.1.1-3.fc23.x86_64
> fedfs-utils-admin-0:0.10.3-4.fc23.x86_64
> fedfs-utils-server-0:0.10.3-4.fc23.x86_64
> libtirpc-devel-0:0.3.2-3.0.fc24.x86_64
> nfs-utils-1:1.3.2-10.fc23.x86_64
> rpcbind-0:0.2.3-0.2.fc23.x86_64

Now that the libtirpc update is in, I tried to kick off rebuilds for
these to make them them installable again in rawhide (they are breaking
nightly image composes). Didn't get very far with this though because
rpcbind and fedfs-utils are failing to build and are blocking others:

rpcbind (http://koji.fedoraproject.org/koji/buildinfo?buildID=695404) failed with:

src/rpcb_svc_com.c: In function 'handle_reply':
src/rpcb_svc_com.c:1277:6: error: 'SVCXPRT {aka struct __rpc_svcxprt}' has no member named 'xp_auth'
  xprt->xp_auth = &svc_auth_none;

and fedfs-utils (http://koji.fedoraproject.org/koji/buildinfo?buildID=695402) failed the same way:

gss.c: In function 'fedfsd_get_gss_cred':
gss.c:178:23: error: 'SVCXPRT {aka struct __rpc_svcxprt}' has no member named 'xp_auth'
  auth = rqstp->rq_xprt->xp_auth;

-- 
Kalev


More information about the devel mailing list