Hide Forgot
Description of problem: using kernel-tests scripts Fedora show me two messages with: In file included from lib_tcp.c:9: bench.h:38:10: fatal error: rpc/rpc.h: No such file or directory #include <rpc/rpc.h> compilation terminated. gmake[2]: *** [Makefile:224: ../bin/x86_64-linux-gnu/lib_tcp.o] Error 1 make[1] *** [Makefile:114: lmbench] Error 2 mke: *** [Makefile:20: build] Error2 Version-Release number of selected component (if applicable): Fedora 28 4.16.0-0.rc7.git0.1.fc28.x86_64 How reproducible: Install the kernel-tests tool from git clone https://pagure.io/kernel-tests.git Run this command on root: #./runtests.sh -t performance Steps to Reproduce: see: https://fedoramagazine.org/running-fedora-kernel-regression-tests/ 1. git clone https://pagure.io/kernel-tests.git 2. cd kernel-tests 3. ./runtests.sh -t performance Actual results: errors compilation with rpc.h Expected results: upload the test on fedora website Additional info:
https://fedoraproject.org/wiki/Changes/SunRPCRemoval You'll need to use libtirpc instead.
*** Bug 1564222 has been marked as a duplicate of this bug. ***
Thanks for the report! This needs to get fixed in the kernel-tests project so I filed an issue against that project: https://pagure.io/kernel-tests/issue/16