Bug 1532943 - kde-runtime: Build against libtirpc-devel
Summary: kde-runtime: Build against libtirpc-devel
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kde-runtime
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kevin Kofler
QA Contact: Fedora Extras Quality Assurance
URL: https://fedoraproject.org/wiki/Change...
Whiteboard:
Depends On:
Blocks: 1531540
TreeView+ depends on / blocked
 
Reported: 2018-01-10 03:44 UTC by Kevin Kofler
Modified: 2018-01-10 18:46 UTC (History)
7 users (show)

Fixed In Version: kde-runtime-17.08.3-2.fc28
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-10 18:46:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.