Bugzilla – Bug 1081118
[glibc2.27] yast2-control-center fails to build
Last modified: 2018-02-15 12:57:00 UTC
openSUSE Factory is in progress of merging GLIBC 2.27 - yast2-control-center is amongst the packages failing to build Build log is available at https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:C:DVD/yast2-control-center/standard/x86_64 From the build log: [ 62s] /home/abuild/rpmbuild/BUILD/yast2-control-center-3.3.0/src/main_window.cpp:27:10: fatal error: rpc/types.h: No such file or directory [ 62s] #include <rpc/types.h> [ 62s] ^~~~~~~~~~~~~ [ 62s] compilation terminated. This is due to the switch from sunrpc (part of glibc, now disabled) to tirpc (needs explicit build deps)
This had been corrected a while back in github by https://github.com/yast/yast-control-center/pull/19 but as this PR did not contain a changelog entry and a version bump, it was not submittable to Tumbleweed https://github.com/yast/yast-control-center/pull/20 adds the missing bits and pieces to make at possible to forward it
I have approved the PRs. Could you please merge it and close the bug ? Thanks !
PR has been merged by Imo Submission to openSUSE:Factory happened in https://build.opensuse.org/request/show/576980