Bug 348163 - NFS configuration fails on absence of xdr_u_int64_t type
Summary: NFS configuration fails on absence of xdr_u_int64_t type
Status: RESOLVED FIXED
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: NFS (show other bugs)
Version: 5.3.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Development Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-23 20:05 UTC by Alexey Chernov
Modified: 2021-02-04 21:08 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.