Testsuite summary for gzip 1.5

2012-06-19 Thread sunmana...@t-online.de
Hi, this E-Mail is only to your information as asked during compilation and installation of gzip 1.5. Regards Daniel test-suite.log Description: Binary data

[bug-gzip] gzip-1.5 test failures on FreeBSD 9.0 and NetBSD 5.1

2012-06-19 Thread Nelson H. F. Beebe
I got successful builds and validations last night on more than 20 flavors of Unix for the new gzip-1.5 release, and installed them this morning. However, on FreeBSD 9.0 and NetBSD 5.1 (both x86), multiple builds have gone into infinite loops at the same point, running for hours until I killed the

Re: [bug-gzip] gzip-1.5 test failures on FreeBSD 9.0 and NetBSD 5.1

2012-06-19 Thread Paul Eggert
On 06/19/2012 06:40 AM, Nelson H. F. Beebe wrote: > PID USERNAME THR PRI NICE SIZE RES STATETIMECPU COMMAND >80442 beebe 1 2010 3732K 2092K RUN 0:27 99.89% bash-4.2 Thanks for reporting this. The symptoms are of a bug in the test suite, not in gzip itsel

Re: Testsuite summary for gzip 1.5

2012-06-19 Thread Paul Eggert
On 06/19/2012 06:01 AM, sunmana...@t-online.de wrote: > this E-Mail is only to your information as asked during compilation and > installation of gzip 1.5. Thanks for the bug report. What platform were you running this test on? I suspect that the environment variable PAGER was set to a bad value

Re: [bug-gzip] gzip-1.5 test failures on FreeBSD 9.0 and NetBSD 5.1

2012-06-19 Thread Nelson H. F. Beebe
>> Can you show us the process tree when bash is looping? Here it is on FreeBSD: -+= 1 root /sbin/init -- \-+= 00944 root /usr/sbin/sshd \-+= 14933 root sshd: beebe [priv] (sshd) \-+- 14935 beebe sshd: beebe@pts/1 (sshd) \-+= 14936 beebe -tcsh (tcsh) \-+= 80968 beebe

Re: gzip-1.5 test failures on FreeBSD 9.0 and NetBSD 5.1

2012-06-19 Thread Jim Meyering
Nelson H. F. Beebe wrote: > I got successful builds and validations last night on more than 20 > flavors of Unix for the new gzip-1.5 release, and installed them this > morning. > > However, on FreeBSD 9.0 and NetBSD 5.1 (both x86), multiple builds > have gone into infinite loops at the same point

Re: Testsuite summary for gzip 1.5

2012-06-19 Thread Paul Eggert
On 06/19/2012 08:55 AM, sunmana...@t-online.de wrote: > I'm working on Sun with Solaris 9 using the gcc 4.4.6. OK, thanks. I reproduced the problem on Solaris 8 with GCC 4.4.5, and pushed the attached patch. Can you please check whether it works for you? Thanks. From 8ee4a961fcecbd464ee3f8f4174

Re: [bug-gzip] gzip-1.5 test failures on FreeBSD 9.0 and NetBSD 5.1

2012-06-19 Thread Paul Eggert
On 06/19/2012 10:58 AM, Nelson H. F. Beebe wrote: > Why is the old /usr/local/bin/zdiff being used in the validation > suite checks, instead of the newly-built one? Good question. I suspect $PWD malfunction. Does the following patch fix it? diff --git a/tests/init.sh b/tests/init.sh ind