I have a problem with compilation of last version of package "kde-apps/kio-extras:17.12.2". During the compilation configuration crashes as uncompleted. There is some error messages related to XDR datatype:
Code: Select all
-- Looking for include file rpc/rpc.h
-- Looking for include file rpc/rpc.h - found
-- Looking for xdr_u_int64_t
-- Looking for xdr_u_int64_t - not found
-- Looking for xdr_uint64_t
-- Looking for xdr_uint64_t - not found
-- Looking for xdr_u_hyper
-- Looking for xdr_u_hyper - not found
-- Looking for xdr_u_longlong_t
-- Looking for xdr_u_longlong_t - not found
CMake Error at nfs/CMakeLists.txt:10 (message):
Could not find 64-bit XDR datatype functions!
Code: Select all
argo ~ # grep xdr_u /usr/include/tirpc/rpc/xdr.h
extern bool_t xdr_u_int(XDR *, u_int *);
extern bool_t xdr_uint64_t(XDR *, uint64_t *);
extern bool_t xdr_u_hyper(XDR *, u_quad_t *);

