View Single Post
Old 07-23-2014, 12:52 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,427
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
See the line:

RuntimeError: Failed to load icu with error: /home/pi/opt/calibre_source/calibre/src/calibre/plugins/icu.so: undefined symbol: usearch_first

That means that the linker could not locate the usearch_first symbol in your ICU DLLs. http://icu-project.org/apiref/icu4c/...fee8473e0353d4 You can use

LD_DEBUG=all

to get more information. But most likely the linker is picking up some stub ICU library from somewhere.
kovidgoyal is offline   Reply With Quote