Bug 1532943

Summary: kde-runtime: Build against libtirpc-devel
Product: [Fedora] Fedora Reporter: Kevin Kofler <kevin>
Component: kde-runtimeAssignee: Kevin Kofler <kevin>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jgrulich, jreznik, kevin, mbriza, me, rdieter, than
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: All   
OS: Linux   
URL: https://fedoraproject.org/wiki/Changes/SunRPCRemoval
Whiteboard:
Fixed In Version: kde-runtime-17.08.3-2.fc28 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-10 18:46:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1531540    

Description Kevin Kofler 2018-01-10 03:44:09 UTC
Description of problem:
The NFS kioslave in kde-runtime uses the Sun RPC interfaces from glibc, which have been removed in Rawhide:
https://fedoraproject.org/wiki/Changes/SunRPCRemoval

Instead, you have to:
1. add:
BuildRequires: libtirpc-devel
and
2. apply this patch:
https://github.com/cygwinports/kde-runtime/blob/master/15.04.3-libtirpc.patch

You may or may not want to conditionalize this based on 0%{?fedora}. (libtirpc should in principle work everywhere.)

Version-Release number of selected component (if applicable):
kde-runtime-17.08.3-1.fc28

Comment 1 Kevin Kofler 2018-01-10 18:03:59 UTC
This patch does not work:
-- The following features have been disabled:
 * NFS kioslave, The RPC library is needed to build the NFS kioslave

Comment 2 Kevin Kofler 2018-01-10 18:13:41 UTC
I'm backporting:
https://github.com/cygwinports/kf5-kio-extras/blob/master/16.08.3-nfs-libtirpc.patch
instead.