[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-grep] grep-2.6: source code errors and environment-variable confusi
From: |
Nelson H. F. Beebe |
Subject: |
[bug-grep] grep-2.6: source code errors and environment-variable confusion |
Date: |
Thu, 25 Mar 2010 10:04:51 -0600 (MDT) |
Builds of grep-2.6 with native (non-gcc) compilers fail on several
systems because of source code errors:
CC grep.o
"grep.c", line 10: void function cannot return value
"grep.c", line 16: void function cannot return value
"grep.c", line 22: void function cannot return value
cc: acomp failed for grep.c
On at least one system, I got a failure of the foad1 test.
Examination of the saved output showed that the differences were from
colorization; once I did a
unsetenv GREP_COLOR
and reran the tests, they passed.
-------------------------------------------------------------------------------
- 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/ -
-------------------------------------------------------------------------------
- [bug-grep] grep-2.6: source code errors and environment-variable confusion,
Nelson H. F. Beebe <=