Re: grep-2.13 FAIL: 1

2012-08-12 Thread Dennis Clarke
> Dennis Clarke wrote: > > On Solaris 10 update 10 on Sparc with Sun Studio 12 tools. > > > > $ env | sort > > AS=/usr/ccs/bin/as > > CC=/opt/SUNWspro/bin/cc > > CFLAGS=-erroff -xstrconst -xildoff -m64 -xmemalign=8s -xnolibmil -Xc > -xcode=pic32 -xregs=

Testsuite summary for GNU grep 2.13 : FAIL: 1

2012-11-19 Thread Dennis Clarke
Seems nearly perfect, however : Testsuite summary for GNU grep 2.13 # TOTAL: 57 # PASS: 42 # SKIP: 11 # XFAIL: 3 # FAIL: 1 # XPASS: 0 # ERRO

Re: Testsuite summary for GNU grep 2.13 : FAIL: 1

2012-11-19 Thread Dennis Clarke
> On 11/19/2012 08:13 PM, Dennis Clarke wrote: > > See attached testsuite log file. > > The key failure seems to be that the following > works, when it should fail: > > mkdir a > echo x | grep -f a/ > > This should exit with status 2, but it exits with >

bug#24323: "regcomp.c", line 467: error: syntax error before or at: preg

2016-08-27 Thread Dennis Clarke
errbuf, size_t errbuf_size) { const char *msg; The compiler here was c99 in Oracle Studio 12.5 on Solaris 10 sparc with strict C99 compliance mode enforced. Dennis Clarke

bug#24323: "regcomp.c", line 467: error: syntax error before or at: preg

2016-08-28 Thread Dennis Clarke
On 08/28/2016 04:45 AM, Paul Eggert wrote: Dennis Clarke wrote: lib/regcomp.c will not compile with C99 strict compiler because of the usage of the non-standard "__restrict". Thanks for the bug report. What are the diagnostics? I didn't get to see much other tha

bug#24323: "regcomp.c", line 467: error: syntax error before or at: preg

2016-08-28 Thread Dennis Clarke
POSIX requires a 'restrict' here; see . (Whether a compiler takes advantage of 'restrict' is not something under our control) Maybe the first coffee has not hit yet but why is there a redefined "int regcomp" function

bug#24323: "regcomp.c", line 467: error: syntax error before or at: preg

2016-08-28 Thread Dennis Clarke
On 08/28/2016 04:45 AM, Paul Eggert wrote: Dennis Clarke wrote: Coffee number two. Digging through the Changelog and looking at things like http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16911#24 I see the problems run deeper. This rabbit hole just goes on and on. I am happy with the change

bug#24323: "regcomp.c", line 467: error: syntax error before or at: preg

2016-08-28 Thread Dennis Clarke
On 08/28/2016 03:58 PM, Paul Eggert wrote: I see the problem ... Ah, that explains it. 12.4 c99 supports __restrict__ but not __restrict, Sort of what I said .. I think. For that matter are you sure about the use of "__restrict__" ? This Gnulib commit replaces __restrict with _Restrict_

bug#24323: "regcomp.c", line 467: error: syntax error before or at: preg

2016-08-28 Thread Dennis Clarke
On 08/28/2016 07:58 PM, Paul Eggert wrote: Dennis Clarke wrote: On 08/28/2016 03:58 PM, Paul Eggert wrote: I see the problem ... Ah, that explains it. 12.4 c99 supports __restrict__ but not __restrict, Sort of what I said .. I think. For that matter are you sure about the use of

bug#24973: [regression] [d-f] no longer includes e with acute accent in single-byte locales

2016-11-20 Thread Dennis Clarke
On 11/20/2016 04:14 PM, Stephane Chazelas wrote: printf '\351\n' | LC_ALL=en_US.iso88591 On a Solaris 10 system the locales are named a bit different : dasoyva_$ locale -a C POSIX en_CA en_CA.ISO8859-1 en_CA.UTF-8 en_US en_US.ISO8859-1 en_US.ISO8859-15 en_US.ISO8859-15@euro en_US.UTF-8 es es_M

bug#32073: Improvements in Grep

2018-07-06 Thread Dennis Clarke
On 07/06/2018 06:06 PM, Paul Eggert wrote: Sergiu Hlihor wrote: Given my tests for such scenarios, a read block size of at least 512KB would be way more efficient. Does stdio do this already? If not, why not? How could grep reasonably configure a good block size? This seems to be a very spe

bug#35681: grep's ./configure doesn't work with plain /bin/sh

2019-05-11 Thread Dennis Clarke
efile:582: bash] Error 2 real 20.71 user 14.33 sys 4.36 beta$ Nice. However configure works without bash around. -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken GreyBeard and suspenders optional

bug#35681: grep's ./configure doesn't work with plain /bin/sh

2019-05-12 Thread Dennis Clarke
However configure works without bash around. What you tested was bash's configure. The original query was about grep's configure. oops dc

bug#42419: is this a sick joke ?

2020-07-18 Thread Dennis Clarke via Bug reports for GNU grep
I work on GNU autoconf beta today : https://lists.gnu.org/r/autoconf/2020-07/msg00006.html What magic grep does grep want ? -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken GreyBeard and suspenders optional

bug#42419: is this a sick joke ?

2020-07-18 Thread Dennis Clarke via Bug reports for GNU grep
On 7/18/20 8:06 PM, Paul Eggert wrote: > Builds work for me on Solaris 10 sparc, but then I don't have a > locally-installed /usr/local/bin/grep to get in the way and cause > trouble. I suggest removing /usr/local/bin from your PATH, or setting > the GREP environment variable to be the 'grep' you p

bug#43665: GNU grep 3.5 has 2 failed tests on Solaris 10 sparc

2020-09-27 Thread Dennis Clarke via Bug reports for GNU grep
UN_PATH=/opt/bw/lib LD=/usr/ccs/bin/sparcv9/ld LIBS=-lrt LIBTOOL_M4=/opt/bw/share/aclocal/libtool.m4 LINES=48 LOGNAME=dclarke M4=/opt/bw/bin/m4 MAIL=/usr/mail/dclarke MAKE=/opt/bw/bin/gmake NM=/usr/xpg4/bin/nm -p OLDPWD=/opt/bw/build/grep-3.5_sunos5.10_sparcv9.002/gnulib-tests OPENSSL=/opt/bw/bin/openssl PAGER=/usr/xpg4/bin/more PATH=/opt/bw/bin:/opt/bw/sbin:/usr/xpg6/bin:/usr/xpg4/bin:/usr/ccs/bin:/usr/jdk/latest/bin:/opt/developerstudio12.6/bin:/sbin:/bin:/usr/bin:/usr/sbin:/usr/dt/bin:/usr/openwin/bin:/usr/X11/bin:/opt/schily/bin PCRE_CONFIG=/opt/bw/bin/pcre-config PERL=/opt/bw/bin/perl PKG_CONFIG_PATH=/opt/bw/lib/pkgconfig POSIXLY_CORRECT=1 PWD=/opt/bw/build/grep-3.5_sunos5.10_sparcv9.002 PYTHON=/opt/bw/bin/python3 SED=/opt/bw/bin/sed SHELL=/opt/bw/bin/bash SHLVL=0 SSH_CLIENT=99.253.170.241 39901 22 SSH_CONNECTION=99.253.170.241 39901 66.225.151.252 22 SSH_TTY=/dev/pts/1 SSL_CERT_DIR=/opt/bw/ssl/certs TERMINFO=/usr/share/lib/terminfo TERM=xterm TMPDIR=/var/tmp/dclarke TZ=GMT0 USER=dclarke _=/usr/xpg4/bin/env VISUAL=/usr/xpg6/bin/vi XTERM_LOCALE=en_US.UTF-8 YACC=/opt/bw/bin/yacc alpha$ -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken GreyBeard and suspenders optional

bug#43665: GNU grep 3.5 has 2 failed tests on Solaris 10 sparc

2020-09-28 Thread Dennis Clarke via Bug reports for GNU grep
On 9/28/20 4:46 AM, Paul Eggert wrote: > On 9/27/20 11:43 PM, Dennis Clarke via Bug reports for GNU grep wrote: >> FAIL: test-nl_langinfo-mt >> = >> >> FAIL test-nl_langinfo-mt (exit status: 139) >> >> FAIL: test-stdalign >>

bug#66289: localeinfo.c:33:39: error: macro "static_assert" requires 2 arguments, but only 1 given

2023-09-30 Thread Dennis Clarke via Bug reports for GNU grep
rt.h:112: note: macro "static_assert" defined here 112 | #define static_assert(x, y) __CTASSERT(x) | Maybe I need some prerequisite somewhere ? -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken

bug#66289: localeinfo.c:33:39: error: macro "static_assert" requires 2 arguments, but only 1 given

2023-10-01 Thread Dennis Clarke via Bug reports for GNU grep
On 10/1/23 02:50, Paul Eggert wrote: On 2023-09-30 20:30, Dennis Clarke via Bug reports for GNU grep wrote: I was trying to build GNU grep on a NetBSD 9.3 machine when I saw this nasty bit of business : I just now built grep 3.11 on NetBSD 9.3 x86-64, and didn't run into any problems.

bug#66289: localeinfo.c:33:39: error: macro "static_assert" requires 2 arguments, but only 1 given

2023-10-04 Thread Dennis Clarke via Bug reports for GNU grep
On 10/1/23 02:50, Paul Eggert wrote: On 2023-09-30 20:30, Dennis Clarke via Bug reports for GNU grep wrote: I was trying to build GNU grep on a NetBSD 9.3 machine when I saw this nasty bit of business : I just now built grep 3.11 on NetBSD 9.3 x86-64, and didn't run into any pro

bug#66289: localeinfo.c:33:39: error: macro "static_assert" requires 2 arguments, but only 1 given

2023-10-04 Thread Dennis Clarke via Bug reports for GNU grep
On 10/4/23 18:30, Paul Eggert wrote: On 10/4/23 13:09, Dennis Clarke via Bug reports for GNU grep wrote: /opt/bw/build/grep-3.11_netbsd_9.3_sparcv9.002/src/dfasearch.c:159: undefined reference to `re_set_syntax' So, you didn't build the regex library that came with grep ...

bug#69929: Can grep -q report matches in incomplete lines?

2024-03-22 Thread Dennis Clarke via Bug reports for GNU grep
l as ISO/IEC 9899 (C Standard) Amendment 1. Anyways, this is just a crusty old grey beard here putting yet another layer of paint onto the bikeshed ( https://www.bikeshed.com/ ) and I do apologize for the messy paintwork. -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken [1] the ma

bug#69929: Can grep -q report matches in incomplete lines?

2024-03-23 Thread Dennis Clarke via Bug reports for GNU grep
On 3/22/24 17:12, Paul Eggert wrote: On 3/22/24 12:25, Dennis Clarke via Bug reports for GNU grep wrote: Old Solaris 8, once fully patched, was definately compliant with SUSv2 which is all of POSIX.1b-1993, POSIX.1c-1996 POSIX does not specify the behavior of grep when the input is not a text

bug#69929: Can grep -q report matches in incomplete lines?

2024-03-23 Thread Dennis Clarke via Bug reports for GNU grep
On 3/22/24 16:42, David G. Pickett via Bug reports for GNU grep wrote: > > Most users consider a line at EOF lacking a trailing newline as > still a line, but perhaps some do not? > Good ol "wc" says it is not a line. I would go with what "wc" claims. -- De

bug#70511: Option to grep into compressed files

2024-04-23 Thread Dennis Clarke via Bug reports for GNU grep
just pass the decompressed bits along a pipe. Done. -- -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken

bug#70540: grep -c -r | grep -v ':0$'

2024-04-24 Thread Dennis Clarke via Bug reports for GNU grep
ts of the file. > > What do people think? > > Dale I think I want to setup an experiment and test this problem. -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken

bug#78891: Option to make grep always exit with 0

2025-06-25 Thread Dennis Clarke via Bug reports for GNU grep
le situations *should* return a non-zero error status that helps silly old UNIX people like me. If someone needs to write if-then-else-what? clause stuff in code then that is correct behavior. Why fix that which works fine? -- -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux s