https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286051
--- Comment #30 from Guido Falsi <madpi...@freebsd.org> --- I did some more digging, I isolated the failure in rapydscript.py at the line: while self.title() != 'compiler initialized': -> self.spin_loop() (link: https://github.com/kovidgoyal/calibre/blob/b786d44c213897c180fafc006e9894b54028aff6/src/calibre/utils/rapydscript.py#L144 ) it starts looping and after a pair of loops dies. The errors referencing source code lines are printed long before this happens, but the last error printed is: GLOzone not found for unknown Don't know what this means but I'm relatively sure this comes from qtwebengine. Right away I have no idea how to proceed. I'll try looking at it again tomorrow with a fresh mind! -- You are receiving this mail because: You are on the CC list for the bug.