Building tar this way on AIX 7.1 ...
 $ ac_cv_func_fstatat=no ./configure
 $ (cd gnu && make sys/stat.h && (echo '#undef fstatat' && echo '#define
fstatat rpl_fstatat' && echo 'int fstatat (int, char const *, struct stat *,
int);') >>sys/stat.h)
 $ make
 $ make check

Resolves the issue with fstatat causing most of the tests to fail, but then
causes three different tests to fail (that didn't originally) ...

## ------------- ##
## Test results. ##
## ------------- ##
ERROR: 113 tests were run,
3 failed unexpectedly.
* 37: scarce file descriptors                         FAILED (extrac11.at:26
)*
* 56: incremental dump when the parent directory is unreadable FAILED (
listed03.at:25)*
* 95: storing sparse files > 8G                       FAILED (sparse03.at:29
)*
8 tests were skipped.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##

What do I do now to resolve them?

-- 
# include <stddisclaimer.h>
/* Kevin  Brott <[email protected]> */

Reply via email to