https://bugs.freedesktop.org/show_bug.cgi?id=53337
--- Comment #14 from Michael Stahl <[email protected]> 2012-08-24 11:00:35 UTC --- hmm... agree this is likely a toolchain problem; with my build on F17: > nm -D solver/unxlngx6/lib/libclucene.so | grep CLuceneError | wc -l 20 > nm -D solver/unxlngx6/lib/libucpchelp1.so | grep CLuceneError U _ZN12CLuceneError4whatEv > nm -D solver/unxlngx6/lib/libhelplinkerlo.so | grep CLuceneError U _ZN12CLuceneError4whatEv the downloaded 3.6.0 instset: > nm -D libclucene.so | grep CLuceneError | wc -l 20 > nm -D libucpchelp1.so | grep CLuceneError > nm -D libhelplinkerlo.so | grep CLuceneError ... but there are various lucene::foos in the output for these two, so somehow the exception doesn't get imported at the clucene using libraries. Fridrich, can you try out if Caolan's patch helps? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
