[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gzip] gzip-1.4 build comments
From: |
Nelson H. F. Beebe |
Subject: |
[bug-gzip] gzip-1.4 build comments |
Date: |
Tue, 27 Apr 2010 18:38:56 -0600 (MDT) |
On 21-Jan-2010, I carried out build attempts for gzip-1.4 in about 60
environments on about 25 flavors of UNIX, but due to an unfortunate
delay in checking my build reports, I did not carry out the successful
installations until today, more than three months late.
Most builds were successful, but there were similar failures on
several platforms that suggest an error in the test, rather than in
gzip itself. Details are given below.
Today, I went back on each failing platform and tried a bare-bones of
the form
tar xfz /tmp/gzip-1.4.tar.gz
cd gzip-1.4
set path=(/usr/bin /bin)
./configure && make all check
to see whether I could improve the success rate, but it did not.
The FreeBSD, MirBSD, NetBSD, and Open Solaris systems were recently
upgraded to their latest O/S releases, so they are effectively very
new systems.
Here is a summary of the failures:
------------------------------------------------------------------------
DEC Alpha OSF/1:
FAIL: tests/zgrep-
f$ cat test-suite.log
================================
gzip 1.4: ./test-suite.log
================================
1 of 5 tests failed.
.. contents:: :depth: 2
FAIL: tests/zgrep-f (exit: 1)
=============================
--- out 2010-04-27 18:14:08 -0600
+++ n 2010-04-27 18:14:08 -0600
@@ -1 +1 @@
-grep: /dev/fd/6: No such file or directory
+needle
------------------------------------------------------------------------
FreeBSD 8.0-RELEASE #0 IA-32
FAIL: tests/zgrep-f
% cat test-suite.log
================================
gzip 1.4: ./test-suite.log
================================
1 of 5 tests failed.
.. contents:: :depth: 2
FAIL: tests/zgrep-f (exit: 1)
=============================
--- out 2010-04-27 17:53:15 -0600
+++ n 2010-04-27 17:53:15 -0600
@@ -1 +1 @@
-grep: /dev/fd/6: No such file or directory
+needle
------------------------------------------------------------------------
OpenSolaris 5.11 IA-32
FAIL: tests/zgrep-f
% cat test-suite.log
================================
gzip 1.4: ./test-suite.log
================================
1 of 5 tests failed.
.. contents:: :depth: 2
FAIL: tests/zgrep-f (exit: 1)
=============================
--- out 2010-04-27 17:51:43.062403591 -0600
+++ n 2010-04-27 17:51:43.023164701 -0600
@@ -1 +1 @@
-grep: /dev/fd/6: Bad file number
+needle
------------------------------------------------------------------------
MirBSD 10 IA-32
FAIL: tests/zgrep-f
% cat test-suite.log
================================
gzip 1.4: ./test-suite.log
================================
1 of 5 tests failed.
.. contents:: :depth: 2
FAIL: tests/zgrep-f (exit: 1)
=============================
out n differ: char 1, line 1
------------------------------------------------------------------------
NetBSD 5.0.2 IA-32
FAIL: tests/zgrep-f
% cat test-suite.log
================================
gzip 1.4: ./test-suite.log
================================
1 of 5 tests failed.
.. contents:: :depth: 2
FAIL: tests/zgrep-f (exit: 1)
=============================
--- out 2010-04-27 17:47:39 -0600
+++ n 2010-04-27 17:47:39 -0600
@@ -1 +1 @@
-grep: /dev/fd/6: Bad file descriptor
+needle
----------------------------------------------------------------------
In addition, on the (rather old) DEC Alpha, I got a native cc compiler
error that was resolved by switching to gcc:
CC inflate.o
cc: Error: inflate.c, line 592: Invalid statement. (badstmt)
unsigned int delta = w > d ? w - d : d - w;
--------^
cc: Error: inflate.c, line 593: In this statement, "delta" is not
declared. (undeclared)
if (delta >= e)
------------^
[The SGI MIPS native c89 also refused to compile that statement.]
I also got a shell error that was resolved by switching to bash:
sh: abs_top_builddir=/local/build/bare/gzip-1.4: is not an identifier
gcc on that system also warned repeatedly about missing function
prototypes:
CC chdir-long.o
chdir-long.c: In function `cdb_fchdir':
chdir-long.c:54: warning: implicit declaration of function `fchdir'
CC error.o
error.c: In function `print_errno_message':
error.c:142: warning: implicit declaration of function `strerror_r'
CC fchmodat.o
In file included from fchmodat.c:53:
at-func.c: In function `fchmodat':
at-func.c:109: warning: implicit declaration of function `fchdir'
CC fchownat.o
In file included from fchownat.c:49:
at-func.c: In function `fchownat':
at-func.c:109: warning: implicit declaration of function `fchdir'
CC fdopendir.o
fdopendir.c: In function `fdopendir':
fdopendir.c:85: warning: implicit declaration of function `fchdir'
CC fstatat.o
In file included from fstatat.c:102:
at-func.c: In function `fstatat':
at-func.c:109: warning: implicit declaration of function `fchdir'
CC mkdirat.o
In file included from mkdirat.c:34:
at-func.c: In function `mkdirat':
at-func.c:109: warning: implicit declaration of function `fchdir'
CC openat.o
openat.c: In function `openat_permissive':
openat.c:215: warning: implicit declaration of function `fchdir'
CC save-cwd.o
save-cwd.c: In function `restore_cwd':
save-cwd.c:98: warning: implicit declaration of function `fchdir'
CC unlinkat.o
In file included from unlinkat.c:97:
at-func.c: In function `unlinkat':
at-func.c:109: warning: implicit declaration of function `fchdir'
-------------------------------------------------------------------------------
- Nelson H. F. Beebe Tel: +1 801 581 5254 -
- University of Utah FAX: +1 801 581 4148 -
- Department of Mathematics, 110 LCB Internet e-mail: address@hidden -
- 155 S 1400 E RM 233 address@hidden address@hidden -
- Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug-gzip] gzip-1.4 build comments,
Nelson H. F. Beebe <=