Hello community, here is the log from the commit of package kdebase4-runtime for openSUSE:Factory checked in at 2018-02-14 09:19:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdebase4-runtime (Old) and /work/SRC/openSUSE:Factory/.kdebase4-runtime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdebase4-runtime" Wed Feb 14 09:19:04 2018 rev:240 rq:574259 version:17.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes 2017-12-21 11:24:18.858262798 +0100 +++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes 2018-02-14 09:19:05.754717536 +0100 @@ -1,0 +2,6 @@ +Thu Feb 8 13:54:20 UTC 2018 - [email protected] + +- Replace use-tirpc-for-nfs.patch with skip-nfs-kioslave.patch + to fix building with glibc 2.27 + +------------------------------------------------------------------- Old: ---- use-tirpc-for-nfs.patch New: ---- skip-nfs-kioslave.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase4-runtime.spec ++++++ --- /var/tmp/diff_new_pack.kOPsw0/_old 2018-02-14 09:19:07.154666792 +0100 +++ /var/tmp/diff_new_pack.kOPsw0/_new 2018-02-14 09:19:07.158666647 +0100 @@ -33,8 +33,8 @@ Source3: kde-settings.directory Source4: KDE-Sys-Log-Out.ogg Patch1: kdesu-remember-keep-password.diff -# PATCH-FIX-OPENSUSE use-tirpc-for-nfs.patch -- Replace SunRPC with TI-RPC -Patch2: use-tirpc-for-nfs.patch +# PATCH-FIX-OPENSUSE +Patch2: skip-nfs-kioslave.patch Patch4: ksuseinstall.diff Patch5: kdesu-symbol-lookup-workaround.diff # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- bnc#852256 @@ -288,7 +288,6 @@ %{_kde4_modulesdir}/kio_info.so %{_kde4_modulesdir}/kio_man.so %{_kde4_modulesdir}/kio_network.so -%{_kde4_modulesdir}/kio_nfs.so %{_kde4_modulesdir}/kio_remote.so %{_kde4_modulesdir}/kio_settings.so %if 0%{?suse_version} >= 1310 @@ -377,7 +376,6 @@ %{_kde4_servicesdir}/info.protocol %{_kde4_servicesdir}/man.protocol %{_kde4_servicesdir}/network.protocol -%{_kde4_servicesdir}/nfs.protocol %{_kde4_servicesdir}/programs.protocol %{_kde4_servicesdir}/recentdocuments.protocol %{_kde4_servicesdir}/remote.protocol ++++++ skip-nfs-kioslave.patch ++++++ From: Fabian Vogt <[email protected]> Subject: Skip building the NFS KIO slave It fails to build with glibc 2.27: [ 164s] -- Looking for xdr_u_int64_t [ 164s] -- Looking for xdr_u_int64_t - not found [ 164s] -- Looking for xdr_uint64_t [ 165s] -- Looking for xdr_uint64_t - not found [ 165s] -- Looking for xdr_u_hyper [ 165s] -- Looking for xdr_u_hyper - not found [ 165s] -- Looking for xdr_u_longlong_t [ 166s] -- Looking for xdr_u_longlong_t - not found [ 166s] CMake Error at kioslave/nfs/CMakeLists.txt:19 (message): [ 166s] Could not find 64-bit XDR datatype functions! Index: kde-runtime-17.08.3/kioslave/CMakeLists.txt =================================================================== --- kde-runtime-17.08.3.orig/kioslave/CMakeLists.txt +++ kde-runtime-17.08.3/kioslave/CMakeLists.txt @@ -55,7 +55,7 @@ if(NOT WIN32) check_include_files(rpc/rpc.h HAVE_RPC_RPC_H) add_feature_info("NFS kioslave" HAVE_RPC_RPC_H "The RPC library is needed to build the NFS kioslave") if(HAVE_RPC_RPC_H) - add_subdirectory( nfs ) +# add_subdirectory( nfs ) endif(HAVE_RPC_RPC_H) endif(NOT WIN32)
