Hi Stefano,
I'd like to package trilite: https://github.com/jonasfj/trilite
and trilite dev use one of these private headers (prefilter.h).
C
2013/12/23 Stefano Rivera
> Hi Calixte (2013.12.05_21:23:36_+0200)
> > I need to have a shared library and few private headers.
>
> Those headers are p
uN a/changelog b/changelog
--- a/changelog 2013-12-05 15:56:49.275479103 +0100
+++ b/changelog 2013-12-05 17:33:15.388160780 +0100
@@ -1,3 +1,10 @@
+re2 (0+hg80+dfsg-1.1) UNRELEASED; urgency=low
+
+ * Non-maintainer upload.
+ * Also provide re2 as a shared library.
+
+ -- Calixte Denizet Thu
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
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).
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
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
6 matches
Mail list logo