Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Calibre stops working after Qt6 update
@ 2023-05-19  8:10 pvvrd
  2023-05-19 15:32 ` crater2150
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pvvrd @ 2023-05-19  8:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1412 bytes --]

New issue by pvvrd on void-packages repository

https://github.com/void-linux/void-packages/issues/43938

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.28_1 x86_64 GenuineIntel uptodate rrmFFFFFFF

### Package(s) Affected

calibre-6.13.0_3

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

No report exists with upstream, however the exact same issue was reported at the Artix Linux forum in https://forum.artixlinux.org/index.php/topic,5337.0/prev_next,next.html

### Expected behaviour

Was expecting calibre to launch.

### Actual behaviour

Calibre crashed, Terminal output as follows:

Failed to import PyQt module: PyQt6.QtNetwork with error: /usr/lib/python3.11/site-packages/PyQt6/QtNetwork.abi3.so: undefined symbol: _ZN16QNetworkDatagram7destroyEP23QNetworkDatagramPrivate, version Qt_6
Traceback (most recent call last):
  File "/usr/bin/calibre", line 21, in <module>
    sys.exit(calibre())
             ^^^^^^^^^
  File "/usr/lib/calibre/calibre/gui_launch.py", line 72, in calibre
    from calibre.gui2.main import main
  File "/usr/lib/calibre/calibre/gui2/__init__.py", line 13, in <module>
    from qt.core import (
ImportError: cannot import name 'QNetworkProxyFactory' from 'qt.core' (/usr/lib/calibre/qt/core.py)

### Steps to reproduce

1. Fully update system using xbps-install -Su
2. Try to run Calibre.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Calibre stops working after Qt6 update
  2023-05-19  8:10 [ISSUE] Calibre stops working after Qt6 update pvvrd
@ 2023-05-19 15:32 ` crater2150
  2023-05-19 15:40 ` classabbyamp
  2023-05-21 15:21 ` [ISSUE] [CLOSED] " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: crater2150 @ 2023-05-19 15:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

New comment by crater2150 on void-packages repository

https://github.com/void-linux/void-packages/issues/43938#issuecomment-1554759529

Comment:
I had the same issue with qutebrowser (from git, current release doesn't fully work with PyQt6 yet).
It can be reproduced with `python -c 'import PyQt6.QtNetwork'`

Rebuilding `python3-pyqt6-network` with xbps-src and reinstalling seems to fix it, so it looks like the package on the mirror is broken?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Calibre stops working after Qt6 update
  2023-05-19  8:10 [ISSUE] Calibre stops working after Qt6 update pvvrd
  2023-05-19 15:32 ` crater2150
@ 2023-05-19 15:40 ` classabbyamp
  2023-05-21 15:21 ` [ISSUE] [CLOSED] " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-05-19 15:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/43938#issuecomment-1554768984

Comment:
> undefined symbol: _ZN16QNetworkDatagram7destroyEP23QNetworkDatagramPrivate, version Qt_6

just needs to be rebuilt because it's using a private symbol that changed

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ISSUE] [CLOSED] Calibre stops working after Qt6 update
  2023-05-19  8:10 [ISSUE] Calibre stops working after Qt6 update pvvrd
  2023-05-19 15:32 ` crater2150
  2023-05-19 15:40 ` classabbyamp
@ 2023-05-21 15:21 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2023-05-21 15:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1415 bytes --]

Closed issue by pvvrd on void-packages repository

https://github.com/void-linux/void-packages/issues/43938

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.28_1 x86_64 GenuineIntel uptodate rrmFFFFFFF

### Package(s) Affected

calibre-6.13.0_3

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

No report exists with upstream, however the exact same issue was reported at the Artix Linux forum in https://forum.artixlinux.org/index.php/topic,5337.0/prev_next,next.html

### Expected behaviour

Was expecting calibre to launch.

### Actual behaviour

Calibre crashed, Terminal output as follows:

Failed to import PyQt module: PyQt6.QtNetwork with error: /usr/lib/python3.11/site-packages/PyQt6/QtNetwork.abi3.so: undefined symbol: _ZN16QNetworkDatagram7destroyEP23QNetworkDatagramPrivate, version Qt_6
Traceback (most recent call last):
  File "/usr/bin/calibre", line 21, in <module>
    sys.exit(calibre())
             ^^^^^^^^^
  File "/usr/lib/calibre/calibre/gui_launch.py", line 72, in calibre
    from calibre.gui2.main import main
  File "/usr/lib/calibre/calibre/gui2/__init__.py", line 13, in <module>
    from qt.core import (
ImportError: cannot import name 'QNetworkProxyFactory' from 'qt.core' (/usr/lib/calibre/qt/core.py)

### Steps to reproduce

1. Fully update system using xbps-install -Su
2. Try to run Calibre.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-21 15:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-19  8:10 [ISSUE] Calibre stops working after Qt6 update pvvrd
2023-05-19 15:32 ` crater2150
2023-05-19 15:40 ` classabbyamp
2023-05-21 15:21 ` [ISSUE] [CLOSED] " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).