Date: Sat, 31 Jan 2015 04:43:10 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197218] [PORT deskutils/calibre] Error while converting epub->pdf: "No plugin named u'qt_hack'" Message-ID: <bug-197218-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197218 Bug ID: 197218 Summary: [PORT deskutils/calibre] Error while converting epub->pdf: "No plugin named u'qt_hack'" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: yuri@rawbw.com I am getting the error message while attempting to convert epub to pdf. calibre-1.48.0_2 Previous PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183808 that is in "closed" state was in part about the same/similar problem. --- begin error log --- Flattening CSS and remapping font sizes... Source base font size is 12.00000pt Removing fake margins... Found 1918 items of level: div_1 div_1 left margin stats: Counter() div_1 right margin stats: Counter() Cleaning up manifest... Trimming unused files from manifest... Creating PDF Output... Converting input as a text based book... Serializing oeb input to disk for processing... The cover image has an id != "cover". Renaming to work around bug in Nook Color Rendering pages to PDF... Traceback (most recent call last): File "/usr/local/bin/calibre-parallel", line 20, in <module> sys.exit(main()) File "/usr/local/lib/calibre/calibre/utils/ipc/worker.py", line 195, in main result = func(*args, **kwargs) File "/usr/local/lib/calibre/calibre/gui2/convert/gui_conversion.py", line 31, in gui_convert_override override_input_metadata=True) File "/usr/local/lib/calibre/calibre/gui2/convert/gui_conversion.py", line 25, in gui_convert plumber.run() File "/usr/local/lib/calibre/calibre/ebooks/conversion/plumber.py", line 1194, in run self.opts, self.log) File "/usr/local/lib/calibre/calibre/ebooks/conversion/plugins/pdf_output.py", line 145, in convert self.convert_text(oeb_book) File "/usr/local/lib/calibre/calibre/ebooks/conversion/plugins/pdf_output.py", line 268, in convert_text 'toc', None)) File "/usr/local/lib/calibre/calibre/ebooks/conversion/plugins/pdf_output.py", line 294, in write writer.dump(items, out_stream, PDFMetadata(self.metadata)) File "/usr/local/lib/calibre/calibre/ebooks/pdf/render/from_html.py", line 186, in dump mark_links=opts.pdf_mark_links) File "/usr/local/lib/calibre/calibre/ebooks/pdf/render/engine.py", line 325, in __init__ mark_links=mark_links) File "/usr/local/lib/calibre/calibre/ebooks/pdf/render/engine.py", line 90, in __init__ self.qt_hack, err = plugins['qt_hack'] File "/usr/local/lib/calibre/calibre/constants.py", line 185, in __getitem__ raise KeyError('No plugin named %r'%name) KeyError: "No plugin named u'qt_hack'" --- end error log --- -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197218-13>