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
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
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