On 2023-07-20 12:28, Lukas Javorsky wrote:
It does fail as the testsuite doesn't find those two tests.

Odd, as it works for me from a fresh tarball straight from gnu.org. See attached transcript, which I ran on Ubuntu 23.04 x86-64. Perhaps the timestamps are messed up on your copy?

What I've done is that I've copied both of the files and added them to the
package and it works just fine.
Do you think that there is any issue with that approach?

That should work if you have the timestamps right. But if you have the timestamps right the tarball should work as-is.
$ wget https://ftp.gnu.org/gnu/tar/tar-1.35.tar.gz
--2023-07-20 13:17:57--  https://ftp.gnu.org/gnu/tar/tar-1.35.tar.gz
Resolving ftp.gnu.org (ftp.gnu.org)... 209.51.188.20, 2001:470:142:3::b
Connecting to ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4646366 (4.4M) [application/x-gzip]
Saving to: ‘tar-1.35.tar.gz’

tar-1.35.tar.gz     100%[===================>]   4.43M  6.12MB/s    in 0.7s

2023-07-20 13:17:59 (6.12 MB/s) - ‘tar-1.35.tar.gz’ saved [4646366/4646366]

$ tar xf tar-1.35.tar.gz
$ cd tar-1.35
$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for bison... bison -y
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for fcntl.h... yes
checking for linux/fd.h... yes
checking for memory.h... yes
checking for net/errno.h... no
checking for sgtty.h... yes
checking for sys/param.h... yes
checking for sys/device.h... no
checking for sys/gentape.h... no
checking for sys/inet.h... no
checking for sys/io/trioctl.h... no
checking for sys/mtio.h... yes
checking for sys/time.h... yes
checking for sys/tprintf.h... no
checking for sys/tape.h... no
checking for locale.h... yes
checking for features.h... yes
checking for linewrap.h... no
checking for uchar.h... yes
checking for sys/socket.h... yes
checking for dirent.h... yes
checking for error.h... yes
checking for linux/xattr.h... yes
checking for fnmatch.h... yes
checking for stdio_ext.h... yes
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for threads.h... yes
checking for limits.h... yes
checking for crtdefs.h... no
checking for wctype.h... yes
checking for langinfo.h... yes
checking for xlocale.h... no
checking for sys/mman.h... yes
checking for priv.h... no
checking for malloc.h... yes
checking for selinux/selinux.h... yes
checking for stdbool.h... yes
checking for stdckdint.h... no
checking for sys/random.h... yes
checking for sysexits.h... yes
checking for utime.h... yes
checking for netdb.h... yes
checking for sys/wait.h... yes
checking for pwd.h... yes
checking for grp.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for gcc option to enable large file support... none needed
checking for gcc option for timestamps after 2038... none needed
checking for gcc option to enable large file support... (cached) none needed
checking for gcc option for timestamps after 2038... (cached) none needed
checking for sys/buf.h... no
checking for sys/mkdev.h... no
checking for sys/sysmacros.h... yes
checking for st_fstype string in struct stat... no
checking for sys/acl.h... yes
checking for library containing acl_get_file... -lacl
checking for library containing acl_get_fd... none required
checking for library containing acl_set_file... none required
checking for library containing acl_set_fd... none required
checking for library containing acl_to_text... none required
checking for library containing acl_from_text... none required
checking for library containing acl_delete_def_file... none required
checking for library containing acl_free... none required
checking for mode_t... yes
checking for pid_t... yes
checking for off_t... yes
checking for uid_t in sys/types.h... yes
checking for major_t... no
checking for minor_t... no
checking for dev_t... yes
checking for ino_t... yes
checking for ssize_t... yes
checking for fchmod... yes
checking for flockfile... yes
checking for funlockfile... yes
checking for pathconf... yes
checking for btowc... yes
checking for mbrtowc... yes
checking for mbsinit... yes
checking for canonicalize_file_name... yes
checking for realpath... yes
checking for lstat... yes
checking for chown... yes
checking for fchown... yes
checking for _set_invalid_parameter_handler... no
checking for fchdir... yes
checking for fdopendir... yes
checking for fchmodat... yes
checking for lchmod... yes
checking for fcntl... yes
checking for symlink... yes
checking for listxattr... yes
checking for fnmatch... yes
checking for mbsrtowcs... yes
checking for fstatat... yes
checking for getdtablesize... yes
checking for getexecname... no
checking for gettimeofday... yes
checking for isblank... yes
checking for iswcntrl... yes
checking for link... yes
checking for readlink... yes
checking for openat... yes
checking for mprotect... yes
checking for mkdirat... yes
checking for mknod... yes
checking for pipe... yes
checking for iswctype... yes
checking for renameat... yes
checking for setenv... yes
checking for sleep... yes
checking for snprintf... yes
checking for strndup... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking for localtime_r... yes
checking for unlinkat... yes
checking for vasnprintf... no
checking for wcrtomb... yes
checking for wcwidth... yes
checking for mkfifo... yes
checking for setlocale... yes
checking for fsync... yes
checking for sys/acl.h... (cached) yes
checking for library containing acl_get_file... (cached) -lacl
checking for acl_get_file... yes
checking for acl_get_fd... yes
checking for acl_set_file... yes
checking for acl_set_fd... yes
checking for acl_free... yes
checking for acl_from_mode... yes
checking for acl_from_text... yes
checking for acl_delete_def_file... yes
checking for acl_extended_file... yes
checking for acl_delete_fd_np... no
checking for acl_delete_file_np... no
checking for acl_copy_ext_native... no
checking for acl_create_entry_np... no
checking for acl_to_short_text... no
checking for acl_free_text... no
checking for working acl_get_file... yes
checking for acl/libacl.h... yes
checking for acl_entries... yes
checking for ACL_FIRST_ENTRY... yes
checking for ACL_TYPE_EXTENDED... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict__
checking for gcc options needed to detect all undeclared functions... none 
needed
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... yes
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking for d_ino member in directory struct... yes
checking for long file names... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... fr_FR
checking whether char8_t is correctly defined... yes
checking whether char16_t is correctly defined... yes
checking whether char32_t is correctly defined... yes
checking for bit size of wchar_t... 32
checking for mbstate_t... yes
checking for a traditional japanese locale... none
checking for a french Unicode locale... fr_FR.UTF-8
checking for a transitional chinese locale... zh_CN.GB18030
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtoc32 is declared... yes
checking for mbrtoc32... yes
checking whether mbrtoc32 works as well as mbrtowc... yes
checking whether malloc is ptrdiff_t safe... yes
checking whether malloc, realloc, calloc set errno on failure... yes
checking whether lstat correctly handles trailing slash... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for faccessat... yes
checking for getcwd... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether chown dereferences symlinks... yes
checking whether chown honors trailing slash... yes
checking whether chown always updates ctime... yes
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking for error... yes
checking whether error_at_line is declared... yes
checking for error_at_line... yes
checking for working error function... yes
checking type of array argument to getgroups... gid_t
checking whether ctype.h defines __header_inline... no
checking whether fchdir is declared... yes
checking for working fcntl.h... yes
checking for promoted mode_t type... mode_t
checking whether fopen recognizes a trailing slash... yes
checking whether fflush works on input streams... no
checking whether stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether fflush works on input streams... (cached) no
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether getcwd is declared... yes
checking whether getdelim is declared... yes
checking whether getdtablesize is declared... yes
checking whether getline is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking whether timespec_get is declared... yes
checking for timespec_get... yes
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking whether POSIX threads API is available... yes
checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
checking whether setlocale (category, NULL) is multithread-safe... yes
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes
checking whether limits.h has SSIZE_MAX... yes
checking for wint_t... yes
checking whether wint_t is large enough... yes
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ALTMON_1... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking for O_CLOEXEC... yes
checking for wchar_t... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking for unreachable... no
checking whether locale.h defines locale_t... yes
checking whether locale.h conforms to POSIX:2001... yes
checking whether struct lconv is properly defined... yes
checking whether malloc (0) returns nonnull... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for compiler option needed when checking for future declarations... 
none
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking for working mktime... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for compound literals... yes
checking for library containing setfilecon... -lselinux
checking whether setenv is declared... yes
checking for search.h... yes
checking for tsearch... yes
checking for sigset_t... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether snprintf returns a byte count as in C99... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking whether snprintf is declared... yes
checking whether fcloseall is declared... yes
checking whether getw is declared... yes
checking whether putw is declared... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking whether MB_CUR_MAX is correct... yes
checking whether strdup is declared... yes
checking whether strerror(0) succeeds... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... yes
checking whether execvpe is declared... yes
checking whether unsetenv is declared... yes
checking whether the utimes function works... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether snprintf truncates the result as in C99... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking for wcslen... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether vsnprintf is declared... yes
checking whether wcsdup is declared... yes
checking for C compiler option to allow warnings... -Wno-error
checking for alignas and alignof... yes, <stdalign.h> macros
checking for alloca as a compiler built-in... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether program_invocation_name is defined... yes
checking whether program_invocation_short_name is defined... yes
checking for static_assert... yes, an <assert.h> macro
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... yes
checking whether btowc is consistent with mbrtowc in the C locale... no
checking for __builtin_expect... yes
checking whether calloc (0, n) and calloc (n, 0) return nonnull... yes
checking for readlinkat... yes
checking whether this system supports file names of any length... no
checking whether chmod works... yes
checking for library containing clock_gettime... none required
checking for clock_getres... yes
checking for clock_gettime... yes
checking for clock_settime... yes
checking for closedir... yes
checking for d_ino member in directory struct... (cached) yes
checking for dirfd... yes
checking whether dirfd is declared... yes
checking whether dirfd is a macro... no
checking whether // is distinct from /... (cached) no
checking whether dup works... yes
checking whether dup2 works... yes
checking for euidaccess... yes
checking for faccessat... (cached) yes
checking whether fchmodat works... yes
checking for fchownat... yes
checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes
checking whether fchownat works with an empty file name... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for struct stat.st_blocks... yes
checking for mempcpy... yes
checking for flexible array member... yes
checking whether conversion from 'int' to 'long double' works... yes
checking for working GNU fnmatch... yes
checking whether fopen supports the mode character 'x'... yes
checking whether fopen supports the mode character 'e'... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking whether free is known to preserve errno... yes
checking for fseeko... (cached) yes
checking whether fflush works on input streams... (cached) no
checking for _fseeki64... no
checking whether fstatat (..., 0) works... yes
checking for futimens... yes
checking whether futimens works... yes
checking whether getcwd handles long file names properly... yes
checking for getpagesize... yes
checking whether getcwd succeeds when 4k < cwd_length < 16k... yes
checking for getdelim... yes
checking for working getdelim function... yes
checking whether getdtablesize works... yes
checking for getgroups... yes
checking for working getgroups... yes
checking whether getgroups handles negative values... yes
checking for getline... yes
checking for working getline function... yes
checking for getpagesize... (cached) yes
checking whether getpagesize is declared... yes
checking for getprogname... no
checking whether program_invocation_name is declared... (cached) yes
checking whether program_invocation_name is declared... (cached) yes
checking whether program_invocation_short_name is declared... (cached) yes
checking whether __argv is declared... no
checking for getrandom... yes
checking whether getrandom is compatible with its GNU+BSD signature... yes
checking for gettimeofday with POSIX signature... yes
checking for group_member... yes
checking for iswblank... yes
checking whether iswblank is declared... yes
checking whether iswdigit is ISO C compliant... yes
checking whether iswxdigit is ISO C compliant... yes
checking for lchown... yes
checking whether the compiler supports the __inline keyword... yes
checking whether link obeys POSIX... yes
checking for __xpg4... no
checking whether link(2) dereferences a symlink... no
checking for linkat... yes
checking whether linkat() can link symlinks... yes
checking whether linkat handles trailing slash correctly... yes
checking whether localeconv works... yes
checking whether lseek detects pipes... yes
checking whether SEEK_DATA works but is incompatible with GNU... no
checking whether malloc (0) returns nonnull... (cached) yes
checking whether mbrtoc32 works on empty input... yes
checking whether the C locale is free of encoding errors... no
checking whether mbrtowc handles a NULL pwc argument... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc stores incomplete characters... no
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... no
checking whether mbsrtowcs works... yes
checking whether the C locale is free of encoding errors... (cached) no
checking for mbtowc... yes
checking for mempcpy... (cached) yes
checking for memrchr... yes
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking for mkdtemp... yes
checking for mkfifo... yes
checking whether mkfifo rejects trailing slashes... yes
checking for mknodat... yes
checking for mkfifoat... yes
checking whether mkfifoat rejects trailing slashes... yes
checking whether mknod can create fifo without root privileges... yes
checking for __mktime_internal... no
checking for nl_langinfo... yes
checking whether YESEXPR works... yes
checking for obstacks that work with any size object... no
checking whether open recognizes a trailing slash... yes
checking for opendir... yes
checking for bison... bison
checking for bison 2.4 or newer... 3.8.2, ok
checking for struct tm.tm_zone... (cached) yes
checking for getppriv... no
checking whether program_invocation_name is declared... (cached) yes
checking whether program_invocation_short_name is declared... (cached) yes
checking for raise... yes
checking for rawmemchr... yes
checking for readdir... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlink truncates results correctly... yes
checking for readlinkat... (cached) yes
checking whether readlinkat signature is correct... yes
checking whether realloc (0, 0) returns nonnull... yes
checking for reallocarray... yes
checking for working re_compile_pattern... yes
checking whether rename honors trailing slash on destination... yes
checking whether rename honors trailing slash on source... yes
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... yes
checking for linux/fs.h... yes
checking for renameat2... yes
checking for linux/fs.h... (cached) yes
checking for renameat2... (cached) yes
checking for rewinddir... yes
checking whether rmdir works... yes
checking for rpmatch... yes
checking for selinux/flask.h... no
checking for selinux/selinux.h... (cached) yes
checking for selinux/context.h... yes
checking for selinux/label.h... yes
checking whether setenv validates arguments... yes
checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes
checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking whether sleep is declared... yes
checking for working sleep... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on files... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for va_copy... yes
checking for bool, true, false... no
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking for strchrnul... yes
checking whether strchrnul works... yes
checking for working strerror function... yes
checking for working strndup... yes
checking for working strnlen... yes
checking whether strtoimax works... yes
checking for strtol... yes
checking whether strtol works... no
checking for strtoll... yes
checking whether strtoll works... no
checking for strtoul... yes
checking whether strtoul works... no
checking for strtoull... yes
checking whether strtoull works... no
checking whether symlink handles trailing slash correctly... yes
checking for symlinkat... yes
checking whether symlinkat handles trailing slash correctly... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether localtime works even near extrema... yes
checking for timezone_t... no
checking for timegm... yes
checking whether unlink honors trailing slashes... yes
checking whether unlink of a parent directory fails as it should... guessing yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for utime... yes
checking whether utime handles trailing slashes on files... yes
checking for futimes... yes
checking for futimesat... yes
checking for lutimes... yes
checking for futimens... (cached) yes
checking for utimensat... yes
checking for utimensat... (cached) yes
checking whether utimensat works... yes
checking for variable-length arrays... yes
checking for ptrdiff_t... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether wcrtomb works in the C locale... yes
checking whether wcrtomb return value is correct... yes
checking whether wcwidth is declared... yes
checking whether wcwidth works reasonably in UTF-8 locales... yes
checking for wmemchr... yes
checking for wmempcpy... yes
checking for stdint.h... (cached) yes
checking for library containing setsockopt... none required
checking for library containing setsockopt... (cached) none required
checking for sys/mtio.h... (cached) yes
checking which ioctl field to test for reversed bytes... mt_type
checking whether to build rmt... yes
checking for remote tape header files... yes
checking for sys/buf.h... (cached) no
checking for struct stat.st_blksize... yes
checking for library containing gethostbyname... none required
checking for sys/xattr.h... yes
checking for library containing getxattr... none required
checking for library containing fgetxattr... none required
checking for library containing lgetxattr... none required
checking for library containing setxattr... none required
checking for library containing fsetxattr... none required
checking for library containing lsetxattr... none required
checking for library containing listxattr... none required
checking for library containing flistxattr... none required
checking for library containing llistxattr... none required
checking whether getgrgid is declared... yes
checking whether getpwuid is declared... yes
checking whether time is declared... yes
checking for waitpid... yes
checking for remote shell... /usr/bin/rsh
checking for default archive format... GNU
checking for default archive... -
checking for default blocking... 20
checking for default quoting style... escape
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for ELF binary format... yes
checking for the common suffixes of directories in the library search path... 
lib,lib,lib64
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking for iconv.h... yes
checking for iconv_t... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyPreferredLanguages... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating gnu/Makefile
config.status: creating lib/Makefile
config.status: creating po/Makefile.in
config.status: creating scripts/Makefile
config.status: creating rmt/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing tests/atconfig commands
$ make check
Making check in doc
make[1]: Entering directory '/home/eggert/junk/d/tar-1.35/doc'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/eggert/junk/d/tar-1.35/doc'
Making check in gnu
make[1]: Entering directory '/home/eggert/junk/d/tar-1.35/gnu'
  GEN      alloca.h
  GEN      configmake.h
  GEN      ctype.h
  GEN      dirent.h
  GEN      error.h
  GEN      fcntl.h
  GEN      getopt.h
  GEN      getopt-cdefs.h
  GEN      malloc/dynarray.gl.h
  GEN      malloc/dynarray-skeleton.gl.h
  GEN      malloc/scratch_buffer.gl.h
  GEN      inttypes.h
  GEN      langinfo.h
  GEN      limits.h
  GEN      locale.h
  GEN      selinux/selinux.h
  GEN      signal.h
  GEN      stdckdint.h
  GEN      stddef.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      strings.h
  GEN      sys/random.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      uchar.h
  GEN      unicase.h
  GEN      unictype.h
  GEN      uninorm.h
  GEN      unistd.h
  GEN      unitypes.h
  GEN      uniwidth.h
  GEN      utime.h
  GEN      wchar.h
  GEN      wctype.h
make  check-recursive
make[2]: Entering directory '/home/eggert/junk/d/tar-1.35/gnu'
make[3]: Entering directory '/home/eggert/junk/d/tar-1.35/gnu'
  CC       libgnu_a-acl-errno-valid.o
  CC       libgnu_a-acl-internal.o
  CC       libgnu_a-get-permissions.o
  CC       libgnu_a-set-permissions.o
  CC       libgnu_a-allocator.o
  CC       libgnu_a-areadlink.o
  CC       libgnu_a-areadlink-with-size.o
  CC       libgnu_a-areadlinkat.o
  CC       libgnu_a-areadlinkat-with-size.o
  CC       libgnu_a-argmatch.o
  CC       libgnu_a-argp-ba.o
  CC       libgnu_a-argp-eexst.o
  CC       libgnu_a-argp-fmtstream.o
  CC       libgnu_a-argp-fs-xinl.o
  CC       libgnu_a-argp-help.o
  CC       libgnu_a-argp-parse.o
  CC       libgnu_a-argp-pin.o
  CC       libgnu_a-argp-pv.o
  CC       libgnu_a-argp-pvh.o
  CC       libgnu_a-argp-xinl.o
  CC       libgnu_a-argp-version-etc.o
  CC       libgnu_a-openat-proc.o
  CC       libgnu_a-backupfile.o
  CC       libgnu_a-backup-find.o
  CC       libgnu_a-basename-lgpl.o
  CC       libgnu_a-bitrotate.o
  CC       libgnu_a-btowc.o
  CC       libgnu_a-c-ctype.o
  CC       libgnu_a-c-strcasecmp.o
  CC       libgnu_a-c-strncasecmp.o
  CC       libgnu_a-c32isalnum.o
  CC       libgnu_a-c32isalpha.o
  CC       libgnu_a-c32isblank.o
  CC       libgnu_a-c32iscntrl.o
  CC       libgnu_a-c32isdigit.o
  CC       libgnu_a-c32isgraph.o
  CC       libgnu_a-c32islower.o
  CC       libgnu_a-c32isprint.o
  CC       libgnu_a-c32ispunct.o
  CC       libgnu_a-c32isspace.o
  CC       libgnu_a-c32isupper.o
  CC       libgnu_a-c32isxdigit.o
  CC       libgnu_a-c32tolower.o
  CC       libgnu_a-c32width.o
  CC       libgnu_a-careadlinkat.o
  CC       libgnu_a-chdir-long.o
  CC       libgnu_a-cloexec.o
  CC       libgnu_a-close-stream.o
  CC       libgnu_a-closeout.o
  CC       libgnu_a-opendir-safer.o
  CC       libgnu_a-dirname.o
  CC       libgnu_a-basename.o
  CC       libgnu_a-dirname-lgpl.o
  CC       libgnu_a-stripslash.o
  CC       libgnu_a-exclude.o
  CC       libgnu_a-exitfail.o
  CC       libgnu_a-fcntl.o
  CC       libgnu_a-creat-safer.o
  CC       libgnu_a-open-safer.o
  CC       libgnu_a-fd-hook.o
  CC       libgnu_a-fd-safer-flag.o
  CC       libgnu_a-dup-safer-flag.o
  CC       libgnu_a-fdutimensat.o
  CC       libgnu_a-file-has-acl.o
  CC       libgnu_a-filenamecat-lgpl.o
  CC       libgnu_a-fprintftime.o
  CC       libgnu_a-fseek.o
  CC       libgnu_a-fseeko.o
  CC       libgnu_a-full-read.o
  CC       libgnu_a-full-write.o
  CC       libgnu_a-getopt.o
  CC       libgnu_a-getopt1.o
  CC       libgnu_a-getprogname.o
  CC       libgnu_a-gettime.o
  CC       malloc/libgnu_a-dynarray_at_failure.o
  CC       malloc/libgnu_a-dynarray_emplace_enlarge.o
  CC       malloc/libgnu_a-dynarray_finalize.o
  CC       malloc/libgnu_a-dynarray_resize.o
  CC       malloc/libgnu_a-dynarray_resize_clear.o
  CC       malloc/libgnu_a-scratch_buffer_grow.o
  CC       malloc/libgnu_a-scratch_buffer_grow_preserve.o
  CC       malloc/libgnu_a-scratch_buffer_set_array_size.o
  CC       libgnu_a-hard-locale.o
  CC       libgnu_a-hash.o
  CC       libgnu_a-human.o
  CC       libgnu_a-ialloc.o
  CC       libgnu_a-imaxtostr.o
  CC       libgnu_a-inttostr.o
  CC       libgnu_a-offtostr.o
  CC       libgnu_a-uinttostr.o
  CC       libgnu_a-umaxtostr.o
  CC       libgnu_a-localcharset.o
  CC       libgnu_a-malloca.o
  CC       libgnu_a-mbchar.o
  CC       libgnu_a-mbrtoc32.o
  CC       libgnu_a-mbrtowc.o
  CC       libgnu_a-mbscasecmp.o
  CC       libgnu_a-mbsrtowcs.o
  CC       libgnu_a-mbuiter.o
  CC       libgnu_a-modechange.o
  CC       libgnu_a-nstrftime.o
  CC       libgnu_a-obstack.o
  CC       libgnu_a-openat-die.o
  CC       libgnu_a-openat-safer.o
  CC       libgnu_a-opendirat.o
  CC       libgnu_a-parse-datetime.o
  CC       libgnu_a-priv-set.o
  CC       libgnu_a-progname.o
  CC       libgnu_a-quotearg.o
  CC       libgnu_a-renameatu.o
  CC       libgnu_a-safe-read.o
  CC       libgnu_a-safe-write.o
  CC       libgnu_a-save-cwd.o
  CC       libgnu_a-savedir.o
  CC       libgnu_a-selinux-at.o
  CC       libgnu_a-getfilecon.o
  CC       libgnu_a-se-context.o
  CC       libgnu_a-se-label.o
  CC       libgnu_a-se-selinux.o
  CC       libgnu_a-setlocale_null.o
  CC       libgnu_a-stat-time.o
  CC       libgnu_a-stdopen.o
  CC       libgnu_a-strnlen1.o
  CC       libgnu_a-strtol.o
  CC       libgnu_a-strtoll.o
  CC       libgnu_a-strtoul.o
  CC       libgnu_a-strtoull.o
  CC       libgnu_a-tempname.o
  CC       libgnu_a-time_rz.o
  CC       libgnu_a-timespec.o
  CC       libgnu_a-timespec-sub.o
  CC       unicase/libgnu_a-tolower.o
  CC       unictype/libgnu_a-ctype_alnum.o
  CC       unictype/libgnu_a-ctype_alpha.o
  CC       unictype/libgnu_a-ctype_blank.o
  CC       unictype/libgnu_a-ctype_cntrl.o
  CC       unictype/libgnu_a-ctype_digit.o
  CC       unictype/libgnu_a-ctype_graph.o
  CC       unictype/libgnu_a-ctype_lower.o
  CC       unictype/libgnu_a-ctype_print.o
  CC       unictype/libgnu_a-ctype_punct.o
  CC       unictype/libgnu_a-ctype_space.o
  CC       unictype/libgnu_a-ctype_upper.o
  CC       unictype/libgnu_a-ctype_xdigit.o
  CC       libgnu_a-unistd.o
  CC       libgnu_a-dup-safer.o
  CC       libgnu_a-fd-safer.o
  CC       libgnu_a-pipe-safer.o
  CC       uniwidth/libgnu_a-width.o
  CC       libgnu_a-unlinkdir.o
  CC       libgnu_a-utimens.o
  CC       libgnu_a-version-etc.o
  CC       libgnu_a-version-etc-fsf.o
  CC       libgnu_a-wctype-h.o
  CC       libgnu_a-xmalloc.o
  CC       libgnu_a-xalloc-die.o
  CC       libgnu_a-xgetcwd.o
  CC       libgnu_a-xsize.o
  CC       libgnu_a-xstrtol.o
  CC       libgnu_a-xstrtoul.o
  CC       libgnu_a-xstrtoumax.o
  CC       libgnu_a-xvasprintf.o
  CC       libgnu_a-xasprintf.o
  CC       asnprintf.o
  CC       fopen.o
  CC       mbsrtowcs-state.o
  CC       mktime.o
  CC       printf-args.o
  CC       printf-parse.o
  CC       vasnprintf.o
  AR       libgnu.a
make[3]: Leaving directory '/home/eggert/junk/d/tar-1.35/gnu'
make[2]: Leaving directory '/home/eggert/junk/d/tar-1.35/gnu'
make[1]: Leaving directory '/home/eggert/junk/d/tar-1.35/gnu'
Making check in lib
make[1]: Entering directory '/home/eggert/junk/d/tar-1.35/lib'
  GEN      rmt-command.h
make  check-am
make[2]: Entering directory '/home/eggert/junk/d/tar-1.35/lib'
  CC       paxerror.o
  CC       paxexit-status.o
  CC       paxnames.o
  CC       rtapelib.o
  CC       wordsplit.o
  CC       xattr-at.o
  AR       libtar.a
make[2]: Leaving directory '/home/eggert/junk/d/tar-1.35/lib'
make[1]: Leaving directory '/home/eggert/junk/d/tar-1.35/lib'
Making check in rmt
make[1]: Entering directory '/home/eggert/junk/d/tar-1.35/rmt'
  CC       rmt.o
  CCLD     rmt
make[1]: Leaving directory '/home/eggert/junk/d/tar-1.35/rmt'
Making check in src
make[1]: Entering directory '/home/eggert/junk/d/tar-1.35/src'
  CC       buffer.o
  CC       checkpoint.o
  CC       compare.o
  CC       create.o
  CC       delete.o
  CC       exit.o
  CC       exclist.o
  CC       extract.o
  CC       xheader.o
  CC       incremen.o
  CC       list.o
  CC       map.o
  CC       misc.o
  CC       names.o
  CC       sparse.o
  CC       suffix.o
  CC       system.o
  CC       tar.o
  CC       transform.o
  CC       unlink.o
  CC       update.o
  CC       utf8.o
  CC       warning.o
  CC       xattrs.o
  CCLD     tar
make[1]: Leaving directory '/home/eggert/junk/d/tar-1.35/src'
Making check in scripts
make[1]: Entering directory '/home/eggert/junk/d/tar-1.35/scripts'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/eggert/junk/d/tar-1.35/scripts'
Making check in po
make[1]: Entering directory '/home/eggert/junk/d/tar-1.35/po'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/eggert/junk/d/tar-1.35/po'
Making check in tests
make[1]: Entering directory '/home/eggert/junk/d/tar-1.35/tests'
make  genfile checkseekhole ckmtime
make[2]: Entering directory '/home/eggert/junk/d/tar-1.35/tests'
  CC       genfile.o
  CC       argcv.o
  CCLD     genfile
  CC       checkseekhole.o
  CCLD     checkseekhole
  CC       ckmtime.o
  CCLD     ckmtime
make[2]: Leaving directory '/home/eggert/junk/d/tar-1.35/tests'
make  check-local
make[2]: Entering directory '/home/eggert/junk/d/tar-1.35/tests'
/bin/bash ./testsuite
## ------------------------ ##
## GNU tar 1.35 test suite. ##
## ------------------------ ##
  1: tar version                                     ok
  2: decompressing from stdin                        ok

Options

  3: mixing options                                  ok
  4: interspersed options                            ok
  5: TAR_OPTIONS with string arguments               ok

Option compatibility

  6: occurrence compatibility                        ok
  7: occurrence compatibility                        ok
  8: --verify compatibility                          ok
  9: compress option compatibility                   ok
 10: --pax-option compatibility                      ok
 11: --pax-option compatibility                      ok

Checkpoints

 12: checkpoint defaults                             ok
 13: checkpoint interval                             ok
 14: dot action                                      ok
 15: dot action (compatibility syntax)               ok
 16: dot action and interval                         ok

Compression

 17: compress: gzip                                  ok
 18: compress: bzip2                                 ok
 19: compress: xz                                    ok
 20: compress: lzip                                  ok
 21: compress: lzop                                  skipped (testsuite.at:247)
 22: compress: zstd                                  ok

Positional options

 23: Exclude                                         ok
 24: Directory                                       ok
 25: Several options                                 ok
 26: The --add-file option                           ok

The -T option

 27: multiple file lists                             ok
 28: nested file lists                               ok
 29: recursive file lists                            ok
 30: files-from & recurse: toggle                    ok
 31: toggle --recursion (not) from -T                ok
 32: -C in file lists                                ok
 33: empty entries                                   ok
 34: 0-separated file without -0                     ok
 35: --null enables verbatim reading                 ok
 36: empty file                                      ok
 37: entries with missing newlines                   ok
 38: recursive extraction from --files-from          ok
 39: trailing slash in --files-from                  ok

Various options

 40: tar --index-file=FILE --file=-                  ok
 41: tar cvf -                                       ok
 42: gzip                                            ok
 43: recurse                                         ok
 44: recurse: toggle                                 ok
 45: short records                                   ok
 46: --numeric-owner basic tests                     ok

The --same-order option

 47: working -C with --same-order                    ok
 48: multiple -C options                             ok

Append

 49: append                                          ok
 50: appending files with long names                 ok
 51: append vs. create                               ok
 52: append with name transformation                 ok
 53: append with verify                              ok
 54: append after changed blocking                   ok

Transforms

 55: transforming hard links on create               ok
 56: transformations and GNU volume labels           ok
 57: transforming escaped delimiters on create       ok
 58: transforming hard link targets                  ok

Exclude

 59: exclude                                         ok
 60: exclude wildcards                               ok
 61: exclude: anchoring                              ok
 62: exclude: wildcards match slash                  ok
 63: exclude: case insensitive                       ok
 64: exclude: lots of excludes                       ok
 65: exclude: long files in pax archives             ok
 66: exclude: --exclude-backups option               ok
 67: --exclude-tag option                            ok
 68: --exclude-tag option and --listed-incremental   ok
 69: --exclude-tag option in incremental pass        ok
 70: --exclude-tag-under option                      ok
 71: --exclude-tag-under and --listed-incremental    ok
 72: --exclude-tag-under option in incremental pass  ok
 73: --exclude-tag-all option                        ok
 74: --exclude-tag-all and --listed-incremental      ok
 75: --exclude-tag-all option in incremental pass    ok
 76: --exclude-vcs-ignores memory allocation         ok
 77: --exclude-vcs extract list compare              ok

Deletions

 78: deleting a member after a big one               ok
 79: deleting a member from stdin archive            ok
 80: deleting members with long names                ok
 81: deleting a large last member                    ok
 82: deleting non-existing member                    ok
 83: EOF detection                                   ok

Extracting

 84: extract over an existing directory              ok
 85: extracting symlinks over an existing file       ok
 86: extraction loops                                ok
 87: extract + fnmatch                               ok
 88: extracting selected members from pax            ok
 89: mode of extracted directories                   ok
 90: extracting symlinks to a read-only dir          ok
 91: restoring mode on existing directory            ok
 92: extracting even when . and .. are unreadable    ok
 93: -C and delayed setting of metadata              ok
 94: scarce file descriptors                         ok
 95: extract dot permissions                         ok
 96: extract over symlinks                           ok
 97: extract -C symlink                              ok
 98: extract parent mkdir failure                    ok
 99: extract empty directory with -C                 ok
100: name matching/transformation ordering           ok
101: keep-old-files                                  ok
102: skip-old-files                                  ok
103: keep-directory-symlink                          ok
104: delay-directory-restore                         ok
105: delay-directory-restore on reversed ordering    ok
106: --no-overwrite-dir                              ok
107: --to-stdout                                     ok
108: extract over parent dir that is dangling symlink ok
109: extracting existing dir with --backup           ok

Comparing

110: link mismatch                                   ok

Volume label operations

111: single-volume label                             ok
112: multi-volume label                              ok
113: test-label option                               ok
114: label with non-create option                    ok
115: label with non-create option                    ok

Incremental archives

116: incremental                                     ok
117: restore broken symlinks from incremental        ok
118: restoring timestamps from incremental           ok
119: --listed for individual files                   ok
120: working --listed                                ok
121: incremental dump when the parent directory is unreadable ok
122: --listed-incremental and --one-file-system      ok
123: --listed-incremental and remounted directories  skipped (listed05.at:36)
124: renamed files in incrementals                   ok
125: proper icontents initialization                 ok
126: incremental dumps with -C                       ok
127: incremental dumps of nested directories         ok
128: incremental restores with -C                    ok
129: filename normalization                          ok
130: incremental with alternating -C                 ok
131: concatenated incremental archives (deletes)     ok
132: concatenated incremental archives (renames)     ok

Files removed while archiving

133: file removed as we read it                      ok
134: toplevel file removed                           ok

Directories removed while archiving

135: directory removed before reading                ok
136: explicitly named directory removed before reading ok

Renames

137: renamed dirs in incrementals                    ok
138: move between hierarchies                        ok
139: cyclic renames                                  ok
140: renamed directory containing subdirectories     ok
141: renamed subdirectories                          ok
142: chained renames                                 ok
143: changed file types in incrementals              ok

Ignore failing reads

144: ignfail                                         ok

Link handling

145: link count gt 2                                 ok
146: preserve hard links with --remove-files         ok
147: working -l with --remove-files                  ok
148: link count is 1 but multiple occurrences        ok

Specific archive formats

149: long names in V7 archives                       ok
150: long file names divisible by block size         ok
151: ustar: unsplittable file name                   ok
152: ustar: unsplittable path name                   ok
153: ustar: splitting long names                     ok
154: old archives                                    ok
155: time: tricky time stamps                        ok
156: time: clamping mtime                            ok

Multivolume archives

157: multivolume dumps from pipes                    ok
158: skipping a straddling member                    ok
159: MV archive & long filenames                     ok
160: split directory members in a MV archive         ok
161: Restoring after an out of sync volume           ok
162: Multivolumes with L=record_size                 ok
163: volumes split at an extended header             skipped (multiv07.at:31)
164: multivolume header creation                     ok
165: bad next volume                                 ok
166: file start at the beginning of a posix volume   ok

Owner and Groups

167: --owner and --group                             ok
168: --owner-map and --group-map                     ok

Sparse files

169: sparse files                                    ok
170: extracting sparse file over a pipe              ok
171: storing sparse files > 8G                       ok
172: storing long sparse file names                  ok
173: listing sparse files bigger than 2^33 B         ok
174: storing sparse file using seek method           ok
175: sparse files with unicode names                 ok
176: sparse files in MV archives                     ok
177: sparse files in PAX MV archives, v.0.0          ok
178: sparse files in PAX MV archives, v.0.1          ok
179: sparse files in PAX MV archives, v.1.0          ok
180: sparse file truncated while archiving           ok
181: file truncated in sparse region while comparing ok
182: file truncated in data region while comparing   ok

Updates

183: update unchanged directories                    ok
184: update directories                              ok
185: update changed files                            ok
186: update with chdir                               ok
187: update with wildcards                           ok

Verifying the archive

188: verify                                          ok

Volume operations

189: volume                                          ok
190: volume header size                              skipped (volsize.at:32)

191: compressed format recognition                   ok
192: short input files                               ok
193: updating short archives                         ok
194: truncate                                        ok
195: grow                                            ok
196: sigpipe handling                                ok
197: compressor program failure                      ok

Removing files after archiving

198: remove-files with compression                   ok
199: remove-files with compression: grand-child      ok
200: remove-files with symbolic links                ok
201: remove-files with -C:rel in -c/non-incr. mode   ok
202: remove-files with -C:rel in -c/incr. mode       ok
203: remove-files with -C:rel in -r mode             ok
204: remove-files with -C:rel,rel in -c/non-incr. mode ok
205: remove-files with -C:rel,rel in -c/incr. mode   ok
206: remove-files with -C:rel,rel in -r mode         ok
207: remove-files with -C:rel,abs in -c/non-incr. mode ok
208: remove-files with -C:rel,abs in -c/incr. mode   ok
209: remove-files with -C:rel,abs in -r mode         ok
210: remove-files with -C:abs,rel in -c/non-incr. mode ok
211: remove-files with -C:abs,rel in -c/incr. mode   ok
212: remove-files with -C:abs,rel in -r mode         ok
213: remove-files deleting two subdirs in -c/non-incr. mode ok
214: remove-files deleting two subdirs in -c/incr. mode ok
215: remove-files deleting two subdirs in -r mode    ok
216: remove-files on full directory in -c/non-incr. mode ok
217: remove-files on full directory in -c/incr. mode ok
218: remove-files on full directory in -r mode       ok
219: remove-files                                    ok

Extended attributes

220: xattrs: basic functionality                     ok
221: xattrs: change directory with -C option         ok
222: xattrs: trusted.* attributes                    skipped (xattr03.at:28)
223: xattrs: s/open/openat/ regression               ok
224: xattrs: keywords with '=' and '%'               ok
225: xattrs: exclude xattrs on create                ok
226: xattrs: xattrs and --skip-old-files             ok
227: xattrs: xattrs and read-only files              ok
228: acls: basic functionality                       ok
229: acls: work with -C                              ok
230: acls: default ACLs                              ok
231: selinux: basic store/restore                    skipped (selnx01.at:28)
232: acls/selinux: special files & fifos             skipped (selacl01.at:28)
233: capabilities: binary store/restore              skipped 
(capabs_raw01.at:28)

One top level

234: tar --one-top-level                             ok
235: tar --one-top-level --show-transformed          ok
236: tar --one-top-level --transform                 ok
237: tar --one-top-level --transform                 ok
238: tar --one-top-level restoring permissions       ok

Star tests

239: gtarfail                                        skipped (gtarfail.at:26)
240: gtarfail2                                       skipped (gtarfail2.at:26)
241: multi-fail                                      skipped (multi-fail.at:26)
242: ustar-big-2g                                    skipped 
(ustar-big-2g.at:26)
243: ustar-big-8g                                    skipped 
(ustar-big-8g.at:26)
244: pax-big-10g                                     skipped (pax-big-10g.at:26)

## ------------- ##
## Test results. ##
## ------------- ##

230 tests were successful.
14 tests were skipped.
make[2]: Leaving directory '/home/eggert/junk/d/tar-1.35/tests'
make[1]: Leaving directory '/home/eggert/junk/d/tar-1.35/tests'
make[1]: Entering directory '/home/eggert/junk/d/tar-1.35'
make[1]: Leaving directory '/home/eggert/junk/d/tar-1.35'
$

Reply via email to