On Fri, Sep 23, 2016 at 11:05 PM, Jim Meyering wrote:
> FYI, the pcre-jitstack test was failing when it should not have.
> This fixes it:
Pushed: http://git.sv.gnu.org/cgit/grep.git/commit/?id=0b7fae5850db49a
No further comment and it has been a couple of months, so closing the bug
report.
No further comment and it has been about a year. Closing the bug report.
grep's multibyte-white-space would too often fail.
Its failure was mainly a reflection on the system's poor locale
support, so this test did not give good signal on whether one would be
well-advised to install the resulting grep binary.
I've done this:
tests: revamp multibyte-white-space
On Sat, Sep 24, 2016 at 4:02 PM, Jim Meyering wrote:
> grep's multibyte-white-space would too often fail.
> Its failure was mainly a reflection on the system's poor locale
> support, so this test did not give good signal on whether one would be
> well-advised to install the resulting grep binary.
Another test-portability fix:
tests-fmbtest--avoid-false-failure.diff
Description: Binary data
On Sat, Sep 24, 2016 at 7:19 PM, Jim Meyering wrote:
> Another test-portability fix:
Pushed: http://git.sv.gnu.org/cgit/grep.git/commit/?id=e27724dafd306
After this change, 'make dist' no longer works on the current Ubuntu version
(16.04.1 LTS). The failure is as follows. I'm not quite sure how to debug this
sort of thing, as the syntax checks are a bit twisty. Although this isn't a huge
obstacle to issuing a new grep release (as one can run 'mak
On Sat, Sep 24, 2016 at 8:43 PM, Paul Eggert wrote:
> After this change, 'make dist' no longer works on the current Ubuntu version
> (16.04.1 LTS). The failure is as follows. I'm not quite sure how to debug
> this sort of thing, as the syntax checks are a bit twisty. Although this
> isn't a huge o
On Sat, Sep 24, 2016 at 8:43 PM, Paul Eggert wrote:
...
> PS. I updated to the latest gnulib to fix a 'make check' failure on AIX 7.1.
Thank you!
Jim Meyering wrote:
That is probably because you have a stray dfa.o file laying around.
Since that corresponds to a now-VC-removed dfa.c file, "make clean"
fails to remove the .o file. Just remove it manually and the test
should then pass.
Right you are, thanks. Running 'make clean' fixes the p
On Sat, Sep 24, 2016 at 8:53 PM, Paul Eggert wrote:
> Jim Meyering wrote:
>>
>> That is probably because you have a stray dfa.o file laying around.
>> Since that corresponds to a now-VC-removed dfa.c file, "make clean"
>> fails to remove the .o file. Just remove it manually and the test
>> should
Jim Meyering wrote:
Sounds like it must be something fundamental. I've just confirmed that
at commit v2.25-100-gcd8082e `./bootstrap && ./configure && make &&
make distcheck` succeeds on both Fedora 24 and Debian unstable.
Did you rerun ./bootstrap?
Yes.
I think the difference is that I'm not
On Sat, Sep 24, 2016 at 9:22 PM, Paul Eggert wrote:
> Jim Meyering wrote:
>>
>> Sounds like it must be something fundamental. I've just confirmed that
>> at commit v2.25-100-gcd8082e `./bootstrap && ./configure && make &&
>> make distcheck` succeeds on both Fedora 24 and Debian unstable.
>>
>> Did
14 matches
Mail list logo