mbox series

[0/4] dbench: fixes for latest glibc

Message ID 20220209020223.3805346-1-mcgrof@kernel.org (mailing list archive)
Headers show
Series dbench: fixes for latest glibc | expand

Message

Luis Chamberlain Feb. 9, 2022, 2:02 a.m. UTC
debian testing dropped dbench...

I looked into it and it turns out that this has to do with it not
compiling anymore.

glibc nuked rpc/rpc.h and so libtirpc-devel is needed now.
This fixes this and few other minor issues when trying to
compile dbench on a modern distro.

fstests generic/241 uses dbench and so I'm Cc'ing the fstests
list as folks there would be interested. I'm not sure when and
if the dbench git repo from samba will be updated so I just
put this up on my git tree in case this helps others:

https://github.com/mcgrof/dbench

Luis Chamberlain (4):
  configure.in: rename to configure.ac
  config.h.in: run autoheader and update
  Makefile: address deprecation of /usr/include/rpc
  libnfs.c: fix compilation due to intptr_t move

 Makefile.in                  | 14 ++++++++------
 config.h.in                  | 18 ++++++++++++------
 configure.in => configure.ac |  0
 libnfs.c                     |  1 +
 4 files changed, 21 insertions(+), 12 deletions(-)
 rename configure.in => configure.ac (100%)