Hello! Please apply the following trivial patch to enable building of src/dbtest.c on debian sid. Without installing mentioned below devel package, xfstests could not be built, complaining: xfstests-dev$ make Building include Building lib Building ltp Building src [CC] dbtest dbtest.c:28:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before '!' token bozo! ^ dbtest.c:41:3: warning: data definition has no type or storage class } myDB; ^~~~ dbtest.c:41:3: warning: type defaults to 'int' in declaration of 'myDB' [-Wimplicit-int] Thanks. Signed-off-by: Anatoly Pugachev <matorola@xxxxxxxxx> --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 50c68afa..8b7849bc 100644 --- a/README +++ b/README @@ -7,8 +7,8 @@ _______________________ For example, for Ubuntu: sudo apt-get install xfslibs-dev uuid-dev libtool-bin \ e2fsprogs automake gcc libuuid1 quota attr libattr1-dev make \ - libacl1-dev libaio-dev xfsprogs libgdbm-dev gawk fio dbench \ - uuid-runtime python sqlite3 + libacl1-dev libaio-dev xfsprogs libgdbm-dev libgdbm-compat-dev \ + gawk fio dbench uuid-runtime python sqlite3 For Fedora, RHEL, or CentOS: yum install acl attr automake bc dbench dump e2fsprogs fio \ gawk gcc indent libtool lvm2 make psmisc quota sed \ -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html