Comment 1 for bug 1842344

Revision history for this message
Eli Schwartz (eschwartz) wrote : Re: [Bug 1842344] [NEW] convert-ebook crashes with Qt 5.13

Your error includes reference to /usr/lib/calibre/, thus this is not the
prebuilt binaries. (Also, the prebuilt binaries do not use Qt 5.13 anyway.)

Is this a distribution package or self-compiled? Arch Linux has built
calibre using qt5.13 since June 19 and it works fine. However, calibre
does need to be rebuilt with qt5 changes, because it links to the
private headers. And your problem plugin is libheadless.so, which is one
of those private-ABI components. Have you tried rebuilding calibre to
see if that fixes things?