[qutebrowser] Linker error when running tests

Florian Bruhin me at the-compiler.org
Wed Apr 13 13:41:51 CEST 2016


* Ryan Roden-Corrent <ryan at rcorre.net> [2016-04-13 07:27:11 -0400]:
> I'm trying to run the tests with tox, but getting what appears to be a linker
> error in QtTest:
> Anyone know how to resolve this?

I'm guessing you're on Arch?

QtTest in Qt 5.6 is binary incompatible with Qt 5.5:
https://bugreports.qt.io/browse/QTBUG-52205

This could be resolved in Archlinux by rebuilding PyQt, but they
didn't do that so far:
https://bugs.archlinux.org/task/48734

If you have some CPU cycles to spare, you can fix this by rebuilding
PyQt yourself:

$ rsync -rv rsync.archlinux.org::abs/$(uname -m)/extra/pyqt5 .
$ cd pyqt5
$ makepkg -si

Florian

-- 
    http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
       GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
     I'm running a crowdfunding to work on my FOSS-project full-time:
                  http://igg.me/at/qutebrowser
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://listi.jpberlin.de/pipermail/qutebrowser/attachments/20160413/56e58570/attachment.asc>


More information about the qutebrowser mailing list