#611 closed defect (invalid)
lzma tests segfaults on its tests
Reported by: | Christian Kellermann | Owned by: | alaricsp |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | unknown | Version: | 4.7.x |
Keywords: | egg lzma test core dump | Cc: | |
Estimated difficulty: |
Description
trunk of lzma egg on
CHICKEN
(c)2008-2011 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.7.0
openbsd-unix-gnu-mips [ 64bit dload ptables ]
compiled 2011-06-13 on thalia.my.domain (OpenBSD)
with the lzma lib taken from http://tokyocabinet.sourceforge.net/misc/lzmalib-0.0.1.tar.gz
I get during the test:
Original size: 17701
/home/ckeen/chickens/4.7.0/bin/csi:/home/ckeen/chickens/4.7.0/lib/chicken/6/lzma.so: undefined symbol 'lzma_compress'
lazy binding failed
Segmentation fault (core dumped)
When doing chicken-install -test lzma
Note: See
TracTickets for help on using
tickets.
I am officially stupid. It seems that this causes a library collision with the liblzma.so that is packages with the xz tool my system pulled in because of some stupid dependency.