From: Andreas Enge <andreas@enge.fr>
To: Matthew Brooks <matthewfbrooks@mailbox.org>
Cc: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: "calibre" package fails to build.
Date: Sat, 21 Jul 2018 19:32:03 +0200 [thread overview]
Message-ID: <20180721173203.GA10747@jurong> (raw)
In-Reply-To: <20180628170155.11a28321@mailbox.org>
Hello Matthew,
On Thu, Jun 28, 2018 at 05:01:55PM -0500, Matthew Brooks wrote:
> It's also several versions out of date, according to the website. Which lists 3.26.1 as the latest version, while 3.17 is the latest in the guix repo:
> https://calibre-ebook.com/whats-new
> (This might be the cause of the error, since I remember reading that calibre is tightly bound to specific versions of QT, but I don't have the link to the forum post it was in.)
I just updated our package to the most recent one, 3.28.0, and it now
builds. However, I forgot to test it, and running it fails with
Traceback (most recent call last):
File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-calibre-3.28.0/bin/.calibre-real", line 20, in <module>
sys.exit(calibre())
File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-calibre-3.28.0/lib/calibre/calibre/gui_launch.py", line 74, in calibre
main(args)
File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-calibre-3.28.0/lib/calibre/calibre/gui2/main.py", line 567, in main
gui_debug=gui_debug)
File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-calibre-3.28.0/lib/calibre/calibre/gui2/main.py", line 396, in run_gui
from calibre.gui2.ui import Main
File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-calibre-3.28.0/lib/calibre/calibre/gui2/ui.py", line 43, in <module>
from calibre.gui2.init import LibraryViewMixin, LayoutMixin
File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-calibre-3.28.0/lib/calibre/calibre/gui2/init.py", line 19, in <module>
from calibre.gui2.library.views import BooksView, DeviceBooksView
File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-calibre-3.28.0/lib/calibre/calibre/gui2/library/views.py", line 19, in <module>
from calibre.gui2.library.delegates import (RatingDelegate, PubDateDelegate,
File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-calibre-3.28.0/lib/calibre/calibre/gui2/library/delegates.py", line 24, in <module>
from calibre.gui2.dialogs.comments_dialog import CommentsDialog, PlainTextDialog
File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-calibre-3.28.0/lib/calibre/calibre/gui2/dialogs/comments_dialog.py", line 9, in <module>
from calibre.gui2.dialogs.comments_dialog_ui import Ui_CommentsDialog
File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-calibre-3.28.0/lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py", line 40, in <module>
from calibre.gui2.comments_editor import Editor
File "/gnu/store/brj5xv8zqa1w7byz8b1fz0fd1hmy3kd4-calibre-3.28.0/lib/calibre/calibre/gui2/comments_editor.py", line 17, in <module>
from PyQt5.QtWebKitWidgets import QWebView, QWebPage
ImportError: No module named QtWebKitWidgets
So this needs to be corrected with respect to the disappearance of
QtWebKitWidgets from Qt, I will have a look now. (So far, I think there
is no point in reverting the commit to get back from a non-working to
a non-compiling calibre...)
Andreas
next prev parent reply other threads:[~2018-07-21 17:32 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-28 22:01 "calibre" package fails to build Matthew Brooks
2018-07-21 17:32 ` Andreas Enge [this message]
2018-07-21 18:13 ` Andreas Enge
2018-07-21 18:19 ` bug#24404: " Andreas Enge
2018-07-21 18:19 ` Andreas Enge
2018-07-21 18:38 ` Efraim Flashner
2018-07-21 18:48 ` Andreas Enge
2018-07-21 18:52 ` Efraim Flashner
2018-07-21 20:34 ` bug#24404: " Andreas Enge
2018-07-21 20:34 ` Andreas Enge
2018-07-21 20:42 ` bug#24404: " Andreas Enge
2018-07-22 9:49 ` Andreas Enge
2018-08-01 10:17 ` bug#24404: " Efraim Flashner
2018-08-01 10:17 ` Efraim Flashner
2018-08-01 12:46 ` bug#24404: " Brendan Tildesley
2018-08-01 16:41 ` Efraim Flashner
2018-08-02 12:30 ` Andreas Enge
2018-08-02 15:00 ` Efraim Flashner
2018-08-02 15:07 ` Andreas Enge
2018-08-02 16:22 ` Andreas Enge
2018-08-02 16:49 ` Andreas Enge
2018-08-02 17:04 ` Andreas Enge
2018-08-02 17:23 ` Andreas Enge
2018-08-02 16:31 ` Andreas Enge
2018-08-05 7:44 ` Matthew Brooks
2018-08-07 2:27 ` Chris Marusich
2018-08-11 16:46 ` Andreas Enge
2018-07-22 9:49 ` bug#24404: " Andreas Enge
2018-07-21 18:52 ` Efraim Flashner
2018-07-21 18:48 ` Andreas Enge
2018-07-21 18:38 ` Efraim Flashner
2018-07-21 18:13 ` Andreas Enge
2019-02-19 22:25 ` bug#32238: Close Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180721173203.GA10747@jurong \
--to=andreas@enge.fr \
--cc=help-guix@gnu.org \
--cc=matthewfbrooks@mailbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.