From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 31 04:43:10 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FB04A95 for ; Sat, 31 Jan 2015 04:43:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86F4BA11 for ; Sat, 31 Jan 2015 04:43:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0V4hAYn004590 for ; Sat, 31 Jan 2015 04:43:10 GMT (envelope-from bugzilla-noreply@freebsd.org) 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'" Date: Sat, 31 Jan 2015 04:43:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yuri@rawbw.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2015 04:43:10 -0000 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 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.