| Summary: | emerge kde-apps/kio-extras-18.04.3-r1 failed with Could not find 64-bit XDR datatype functions | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Robby Klehm <rklehm> |
| Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Robby Klehm
2018-11-27 07:54:19 UTC
> CMake Error at nfs/CMakeLists.txt:10 (message)
^ that it even goes into nfs subdir is very strange, especially since you have glibc-2.27 installed. Actually what should happen is cmake skip over your dir after rpc/rpc.h NOT found, but for some reason it is.
Please attach the output of `equery f libtirpc`.
Please list `ls -l /usr/include/rpc`.
Do you have a local installation of libtirpc?
Thanks for the reply. The issue is solved and is no bug at all. I found files from earlier sys-libs/glibc that are not provided with the current glibc-2.27 anymore: gaz ~ # qlist sys-libs/glibc-2.25-r9 | grep 'rpc/' /usr/include/rpc/rpc_msg.h /usr/include/rpc/netdb.h (this is the only file still installed with glibc-2.27) /usr/include/rpc/svc.h /usr/include/rpc/pmap_rmt.h /usr/include/rpc/rpc_des.h /usr/include/rpc/key_prot.h /usr/include/rpc/xdr.h /usr/include/rpc/auth_des.h /usr/include/rpc/pmap_clnt.h /usr/include/rpc/types.h /usr/include/rpc/pmap_prot.h /usr/include/rpc/auth.h /usr/include/rpc/auth_unix.h /usr/include/rpc/clnt.h /usr/include/rpc/des_crypt.h /usr/include/rpc/rpc.h /usr/include/rpc/svc_auth.h I removed then these files after checking that they are not provided by another package (qfile /usr/include/rpc/*) and was then able to emerge -avO kde-apps/kio-extras and can proceed with @world. This all is caused by an own mistake. I unmerged sys-libs/glibc-2.25-r9 (was blocked) and in order to rescue this system I packed all sys-libs/glibc-2.25-r9 files from another installation and put them manually back. So they were not deleted when glibc-2.27 was merged. Sorry, please close this issue and thanks again. Thanks for checking back, so it was just as I expected. On a semi-related note, bringing kio_nfs back properly is currently being worked on: https://phabricator.kde.org/D17205 |