#62 fatal error in performance testing
Opened by augenauf. Modified

when running with -t performance I hit the following error.

LANG=C sudo ./runtests.sh -t performance                                                                                                                                               master  
Test suite called with performance
In file included from lib_tcp.c:9:
bench.h:38:17: fatal error: rpc/rpc.h: No such file or directory
   38 | #include        <rpc/rpc.h>
      |                 ^~~~~~~~~~~
compilation terminated.
gmake[2]: *** [Makefile:244: ../bin/x86_64-linux-gnu/lib_tcp.o] Error 1
make[1]: *** [Makefile:114: lmbench] Error 2
make: *** [Makefile:20: build] Error 2
In file included from lib_tcp.c:9:
bench.h:38:17: fatal error: rpc/rpc.h: No such file or directory
   38 | #include        <rpc/rpc.h>
      |                 ^~~~~~~~~~~
compilation terminated.
gmake[2]: *** [Makefile:244: ../bin/x86_64-linux-gnu/lib_tcp.o] Error 1
make[1]: *** [Makefile:114: lmbench] Error 2
make: *** [Makefile:23: results] Error 2
./performance/lmbench3                                           PASS    
Test suite complete                                              PASS    

Metadata