bug#19775: Test failing after the CVE fix

2015-02-04 Thread Vladimír Čunát
Hello! (Please, CC me with replies.) After the latest CVE fix I'm getting an assertion failure in tests (below). I reproduce that both on latest master (846e7eee8) or with 2.21 with patch 83a95bd8c8 applied (2.21 itself is OK). XFAIL: triple-backref = grep: regexec.c:1401

bug#19775: Test failing after the CVE fix

2015-02-04 Thread Paul Eggert
Vladimír Čunát wrote: After the latest CVE fix I'm getting an assertion failure in tests (below). I reproduce that both on latest master (846e7eee8) or with 2.21 with patch 83a95bd8c8 applied (2.21 itself is OK). XFAIL: triple-backref XFAIL means it's eXpected to FAIL. So when the test fails

bug#19777: Cross compiling grep for Mingw-w64 and wildcards don't work

2015-02-04 Thread Guitar Hero
Hello I have cross-compiled grep for Windows using the mingw-w64 32-bit toolchain. I have some problems with it on Windows and I had some problems building. The steps I took in Ubuntu were: sudo apt-get install gcc-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64-tool sudo apt-get install autopoint bis