Hello, I just tried to build tar 1.29 on my CentOS 7 Machine:
$ tar -xf tar-1.29.tar.xz $ cd tar-1.29 $ configure && make $ make check Result: make check told me that 112 tests failed.Looking at test/testsuite.log revealed that they all failed with the following error:
Value 1229201104 out of uid_t range 0..2097151. Yes, 1229201104 is the real uid of the user being used (generated by realmd).
Greetings Markus Steinborn GNU gv maintainer