[KinoSearch] Best devel revision to play with
Marvin Humphrey
marvin at rectangular.com
Sat Oct 20 11:15:47 PDT 2007
On Oct 20, 2007, at 10:52 AM, Henry wrote:
> I take it devel revision 2581 is in flux at the moment (see below for
> error) - if so, which revision do you recommend I checkout to play
> with in
> the meantime?
2581 should be fine. I just tested fresh checkouts on a couple
systems for good measure.
> ...or did I miss something important in the mailing list which I
> need to
> change?
No, nothing has gone by.
> ...or is my perl landscape b0rken?
Something's messed up. Dunno what.
> % perl -c schema.pm
> Can't load
> '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/
> KinoSearch/KinoSearch.so'
> for module KinoSearch:
> /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/
> KinoSearch/KinoSearch.so:
> undefined symbol: PL_stack_sp at
PL_stack_sp is a standard Perl symbol which has been around since 5.4
and is still there in blead. It's not used by anything in KS in
particular.
slothbear:~/projects/ks marvin$ ack PL_stack_sp
perl/ppport.h
636:PL_stack_sp|5.004050||p
3622: PL_stack_sp = PL_stack_base + ax + ((off) - 1); \
3697:# define PL_stack_sp stack_sp
slothbear:~/projects/ks marvin$
> The relevant snippet is (similar failure with/out LongFieldSim):
Can you even just 'use KinoSearch;' ?
How about checking out a fresh copy and running the test suite, does
that work?
Marvin Humphrey
Rectangular Research
http://www.rectangular.com/
_______________________________________________
KinoSearch mailing list
KinoSearch at rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch
More information about the kinosearch
mailing list