Re: [cvs] bogofilter/src/tests Makefile.am,1.46,1.47
Matthias Andree <[email protected]>
| Newsgroups | gmane.mail.bogofilter.devel |
|---|---|
| Message-ID | <[email protected]> |
David Relson <[email protected]> writes: > I noticed those warnings not too long ago. Since 'ldd' indicated the > executables didn't need any shared libraries, I've ignore the > warnings. You can link libdl itself (for dlopen() and company) statically, but the libraries opened by dlopen() are still .so libraries required at run-time. >> Other than that, the current CVS fails horribly in a lot of tests, this >> sample from t.bogodir running bogofilter -x d -vv -D -C (I don't have >> redirections handy): >> >> <<< SIMPLE BACKTRACE <<< >> #0 0x0805c47b in mxcat (first=0x0) at mxcat.c:16 >> #1 0x08057947 in init_wordlist (name=0x0, path=0x805cb40 "wordlist.db", override=0, type=WL_REGULAR) at wordlists_base.c:65 >> #2 0x0804a37d in process_parameters (argc=6, argv=0xbfffea24, warn_on_error=true) at bogoconfig.c:205 >> #3 0x0804bbb6 in bogomain (argc=6, argv=0xbfffea24) at bogomain.c:48 >> #4 0x0804a12b in main (argc=0, argv=0x0) at main.c:30 > > My current 'bfpath' code passes "make check" for db4.x (TXN and NON- > TXN), tdb, qdbm, and sqlite. I've just committed the code so you can > test it. Yup. Appears to work much better. Thank you :-) -- Matthias Andree _______________________________________________ Bogofilter-dev mailing list [email protected] http://www.bogofilter.org/mailman/listinfo/bogofilter-dev