bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] maybe bug?


From: Kostich, Mitchell
Subject: [Bug-tar] maybe bug?
Date: Wed, 21 Jun 2017 20:51:37 +0000

I have tried tar-1.29 and tar-1.27.1 (from https://ftp.gnu.org/gnu/tar/) with 
same 'make check' error popping up all over the test suite. This error ends up 
percolating into other programs that use tar also. 

I've commented comments w/ '##', and output with '#'.

The error is:
# value 771780898 out of uid_t range 0..2097151

I thought UIDs should be in the range [0..(2^21 - 1)]? Why test with 771780898? 
Is this a negative int getting expressed as unsigned?

The build commands are:
./configure --prefix=$HOME/opt/tar
make -j 10
## so far so good
make check
## many failed tests follow, all with same message. I understand that this may 
not be a critical error, but it makes the testing output almost useless, as 
there are so many failures it is hard to find anything that might actually 
matter. 
##   furthermore, the errors percolate into other tool builds, like automake, 
which generates hundreds of errors during 'make check', all of the ones which 
I've checked repeating this same basic uid_t error.

I've attached one of the error test log files (002 -- the first place the error 
shows up), along with the overall test summary.

some system info:

uname -a
# Linux ... 2.6.32-696.1.1.el6.x86_64 #1 SMP Tue Mar 21 12:19:18 EDT 2017 
x86_64 x86_64 x86_64 GNU/Linux

gcc -v
# Using built-in specs.
# Target: x86_64-redhat-linux
# Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk 
#   --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib 
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 
--build=x86_64-redhat-linux
# Thread model: posix
# gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC)

## BTW, I tried very recent gcc version too with no success (same error). I've 
also tried ./configure --prefix=$HOME/opt/tar DEFAULT_ARCHIVE_FORMAT=POSIX
## I also tried setting flags --without-posix-acls and --without-xattrs without 
resolving the issue.

## More recent gcc config:
~/opt/gcc/bin/gcc -v
# Using built-in specs.
# COLLECT_GCC=/home/mkostich/opt/gcc/bin/gcc
# 
COLLECT_LTO_WRAPPER=/home/mkostich/opt/gcc/libexec/gcc/x86_64-pc-linux-gnu/7.1.0/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /home/mkostich/opt/gcc/src/gcc-7.1.0/configure 
--prefix=/home/mkostich/opt/gcc --enable-languages=all --enable-threads=posix 
--enable-bootstrap --enable-shared --with-system-zlib --enable-checking=release 
--enable-__cxa_atexit --disable-multilib
# Thread model: posix
# gcc version 7.1.0 (GCC) 

make --version
# GNU Make 3.81 ...
# This program built for x86_64-redhat-linux-gnu

Not sure what other info you may need. I'm new to bug reporting.

Many thanks for your time,

Mitch Kostich

Attachment: testsuite.log
Description: testsuite.log

Attachment: testsuite.log
Description: testsuite.log


reply via email to

[Prev in Thread] Current Thread [Next in Thread]