Bug#731461: Info received (failing test)

2013-12-05 Thread Calixte Denizet
The bug is due to Perl 5.18: http://search.cpan.org/~rjbs/perl-5.18.1/pod/perlrecharclass.pod#Whitespace the vertical tab \cK (0x0b) is matched by \s. 2013/12/5 Debian Bug Tracking System > Thank you for the additional information you have supplied regarding > this Bug report. > > This is an a

Bug#731461: failing test

2013-12-05 Thread Calixte Denizet
In looking at the code, the test failed on: EXPECT_EQ(string(tests[i].parse), s) in TestParse with tests[i].regexp equal to "\\s". "cc{0x9-0xa 0xc-0xd 0x20}" is expected and re[i]->Dump() is "cc{0x9-0xd 0x20}" (it seems that vertical tab (0xb) is considered as white).

Bug#731461: backtrace from gdb

2013-12-05 Thread Calixte Denizet
Program received signal SIGABRT, Aborted. 0x770311e5 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: Aucun fichier ou dossier de ce type. (gdb) bt #0 0x770311e5 in __GI_raise (sig=sig@entry=6) at ../n

Bug#731461: libre2-dev: Unit test "parse_test" fails causing FTBFS

2013-12-05 Thread Calixte Denizet
Package: libre2-dev Version: 0+hg80+dfsg-1 Severity: serious Justification: fails to build from source (but built successfully in the past) Dear Maintainer, When building with debuild -us -uc -b, I got: g++ -o obj/re2/testing/parse_test.o -D_FORTIFY_SOURCE=2 -g -O3 -fstack-protector --param