search for: my_perl

Displaying 7 results from an estimated 7 matches for "my_perl".

Did you mean: mod_perl
2002 Jul 01
0
Cannot compile wine fully
Hi! For a longer time, I cannot build all the support suite of wine programs, especially winehelp and winetest. It seems that there is some problem with perl: winetest.c: In function `xs_init': winetest.c:158: `my_perl' undeclared (first use in this function) winetest.c:158: (Each undeclared identifier is reported only once winetest.c:158: for each function it appears in.) winetest.c:158: warning: passing arg 3 of `Perl_newXS' from incompatible pointer type winetest.c: In function `main': winetest.c:1...
2012 Apr 21
2
nfsen daemon dies for unknown reason
Hello, I am using nfsen 1.3.5 (http://nfsen.sourceforge.net/) on CentOS 5.8 x86_64 (running as a VM on a KVM Host). For those not knowing it, nfsen is using php and perl and it allows graphing and analysis of (Cisco routers) netflow data captured using nfdump. Often (about once a day) nfsen crashes for unknown reason. For example: # /data/nfsen/bin/nfsen status NfSen version: 1.3.5
2007 Nov 08
1
Perl make test fails on threads in rhel5
Hi all, I've tried building RPMs for RHEL5 and hit this problem in Search::Xapian: make test fails on test 37: ok 34 - check PositionIterator ok 35 - create TermIterator ok 36 - check TermIterator dubious Test returned status 0 (wstat 11, 0xb) DIED. FAILED tests 37-65 Failed 29/65 tests, 55.38% okay $ xapian-config --version xapian-config - xapian-core 1.0.4 $ cat
2019 Sep 01
11
[nbdkit PATCH 00/10] Avoid -Wshadow
While working on can_FOO caching, at one point I got confused by whether 'readonly' meant the global set by -r or a local passed to .open(). A quick attempt to compile with -Wshadow found several other confusing points; this series gets us to the point that we can add -Wshadow to builds with --enable-gcc-warnings. Eric Blake (10): server: Avoid -Wshadow warnings guestfs: Avoid
2007 Dec 17
1
Crashes with spelling enabled and perl.
...xbf84703c, with_positions=true) at queryparser/ termgenerator_internal.cc:207 #2 0x0032506c in Xapian::TermGenerator::index_text (this=0x9c94cd0, itor=@0xbf84702c, weight=1, prefix=@0xbf84703c) at queryparser/ termgenerator.cc:90 #3 0x0017100e in XS_Search__Xapian__TermGenerator_index_text (my_perl=0x9c78008, cv=0x9d7f7e8) at /usr/local/include/xapian/ termgenerator.h:115 #4 0x00c3142d in Perl_pp_entersub () from /usr/lib/perl5/5.8.8/i386- linux-thread-multi/CORE/libperl.so #5 0x00c2a88f in Perl_runops_standard () from /usr/lib/perl5/5.8.8/ i386-linux-thread-multi/CORE/libperl.so #6 0x0...
2010 Oct 28
1
hypens in words + NEAR + 3 terms + AND_MAYBE => crash
...d out>) at queryparser/queryparser.lemony:1176 #6 0x00007faab750003a in Xapian::QueryParser::parse_query (this=0x37b1a10, query_string=..., flags=135, default_prefix=...) at queryparser/queryparser.cc:118 #7 0x00007faab77cffcc in XS_Search__Xapian__QueryParser_parse_query ( my_perl=<value optimized out>, cv=<value optimized out>) at ./XS/QueryParser.xs:58 It does not seem to depend on the contents of the index, since it already happens early while rebuilding it and it happens with xapian-core-1.2.3/tests/testdata/flint-1.0.2/ as the index too. With xapian-...
2017 Jan 31
4
[nbdkit PATCH v3 0/3] bind .zero to Perl
Requires patch 1 and 2 of the python series: https://www.redhat.com/archives/libguestfs/2017-January/msg00126.html This is the perl implementation along the same lines. We still haven't decided if patch 1 of the python series should change OCaml to report errno as reliable or not, but perhaps we can commit that patch as-is now and then touch things up further when we actually get set_error