Bug 348163

Summary: NFS configuration fails on absence of xdr_u_int64_t type
Product: [Frameworks and Libraries] kio-extras Reporter: Alexey Chernov <4ernov>
Component: NFSAssignee: Plasma Development Mailing List <plasma-devel>
Status: RESOLVED FIXED    
Severity: normal CC: jjm, nate
Priority: NOR    
Version: 5.3.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alexey Chernov 2015-05-23 20:05:26 UTC
KIO extras fail to configure because of absense of xdr_u_int64_t in RPC. As far as I found, that's due to deprecation of rpc part in modern Glibc. I also think that the problem is connected to this review: https://git.reviewboard.kde.org/r/120969/. I've added includes of headers from libtirpc, NFS kio seems to build and work fine. Perhaps, it makes sense to migrate it to libtirpc completely for GNU/Linux.

Reproducible: Always
Comment 1 Jonathan Marten 2021-02-04 21:08:21 UTC
Believed fixed, kio_nfs compiles with current Glibc using TIRPC.
Please reopen if there are still build problems on any particular platform.