Re: Dealing with character ranges in grep

2011-06-28 Thread Aharon Robbins
> Date: Mon, 27 Jun 2011 15:10:43 +0200 > From: Paolo Bonzini > To: Aharon Robbins > CC: egg...@cs.ucla.edu, ebl...@redhat.com, bug-g...@gnu.org, > bug-gnulib@gnu.org, k...@freefriends.org > Subject: Re: Dealing with character ranges in grep > > On 06/16/2011 09:06 PM, Aharon Robbins wrot

Re: Fwd: Re: Compiling grep with Sun Studio?

2011-06-28 Thread Rainer Orth
Hi Bruno, >> > FAIL: test-mbrtowc4.sh >> > FAIL: test-mbrtowc3.sh >> > FAIL: test-mbsrtowcs4.sh >> > FAIL: test-setlocale2.sh >> > FAIL: test-mbrtowc3.sh (exit: 262) >> > FAIL: test-mbrtowc4.sh (exit: 262) >> > FAIL: test-mbsrtowcs4.sh (exit: 262) >> > FAIL: test-setlocale2.sh (exit: 1) >> >> The

Re: Fwd: Re: Compiling grep with Sun Studio?

2011-06-28 Thread Bruno Haible
Hi Rainer, > > FAIL: test-mbrtowc4.sh > > FAIL: test-mbrtowc3.sh > > FAIL: test-mbsrtowcs4.sh > > FAIL: test-setlocale2.sh > > FAIL: test-mbrtowc3.sh (exit: 262) > > FAIL: test-mbrtowc4.sh (exit: 262) > > FAIL: test-mbsrtowcs4.sh (exit: 262) > > FAIL: test-setlocale2.sh (exit: 1) > > These are th

Re: cmp: EOF on ./gltests/macros.h

2011-06-28 Thread Bruno Haible
Hi Simon, > Has anyone seen this error message when running 'gnulib-tool > --add-import'? I've seen it a couple of times when doing updates in > several months old directories. > > Updating file gltests/glthread/thread.c (backup in gltests/glthread/thread.c~) > Updating file gltests/glthread/thr

Re: Compiling grep with Sun Studio?

2011-06-28 Thread Rainer Orth
Paolo, > And one more question: where is /bin/sh placed in your path? Is > configure using it or something else (which you can see from the > generated config.status or Makefile, looking at the shebang or > SHELL=/path/to/sh lines respectively)? I've run my tests on sparc-sun-solaris2.11. SHEL

Re: [PATCH] mmap-anon.m4: do not use regex in AC_EGREP_CPP

2011-06-28 Thread Eric Blake
On 06/28/2011 05:14 AM, Paolo Bonzini wrote: > grep restricts its use of grep to things that are effectively fixed > strings, in order to remove a recursive dependency on a "good" grep that > supports arbitrarily long lines. However, mmap-anon.m4 has one such > instance. This patch, suggested by

Re: Compiling grep with Sun Studio?

2011-06-28 Thread Paolo Bonzini
> >>> * A couple of tests fail: > >>> > >>> FAIL: test-mbrtowc4.sh > >>> FAIL: test-mbrtowc3.sh > >>> FAIL: test-mbsrtowcs4.sh > >>> FAIL: test-setlocale2.sh > >>> FAIL: test-mbrtowc3.sh (exit: 262) > >>> FAIL: test-mbrtowc4.sh (exit: 262) > >>> FAIL: test-mbsrtowcs4.sh (exit: 262) > >>> FAIL: test

Fwd: Re: Compiling grep with Sun Studio?

2011-06-28 Thread Paolo Bonzini
* A couple of tests fail: FAIL: test-mbrtowc4.sh FAIL: test-mbrtowc3.sh FAIL: test-mbsrtowcs4.sh FAIL: test-setlocale2.sh FAIL: test-mbrtowc3.sh (exit: 262) FAIL: test-mbrtowc4.sh (exit: 262) FAIL: test-mbsrtowcs4.sh (exit: 262) FAIL: test-setlocale2.sh (exit: 1) This is for gnulib, I'll forwar

cmp: EOF on ./gltests/macros.h

2011-06-28 Thread Simon Josefsson
Has anyone seen this error message when running 'gnulib-tool --add-import'? I've seen it a couple of times when doing updates in several months old directories. /Simon Updating file gltests/glthread/thread.c (backup in gltests/glthread/thread.c~) Updating file gltests/glthread/thread.h (backup i

[PATCH] mmap-anon.m4: do not use regex in AC_EGREP_CPP

2011-06-28 Thread Paolo Bonzini
grep restricts its use of grep to things that are effectively fixed strings, in order to remove a recursive dependency on a "good" grep that supports arbitrarily long lines. However, mmap-anon.m4 has one such instance. This patch, suggested by Rainer Orth, removes "special" characters from th