Closed guilhermedelyra closed 1 year ago
Same issue, any ideas?
No...
You don't need to build python-poppler-qt5, as you already have it in your system. Just follow the instructions in Frescobaldi INSTALL file, i.e. run it from source or install it.
I know this is an old issue, but sip v4.19.7
doesn't have the -n
flag, it was added in 4.19.9
. Update to the latest version of sip v4 (4.19.20
as of this comment) if you want to build the extension right now.
(sip v5 has been released but it made breaking changes to the build process so is not yet supported)
Closing this, since we're now on sip 5 exclusively.
I think I've installed all the pre-requisites, but I'm getting an error with sip (i guess)
/usr/bin/sip -I /usr/share/sip -t POPPLER_V0_28_0 -c build/temp.linux-x86_64-3.6 -b build/temp.linux-x86_64-3.6/poppler-qt5.sbf -I /usr/share/sip/PyQt5 -n PyQt5.sip -t WS_X11 -t Qt_5_11_2 poppler-qt5.sip
sip: Usage: sip [-h] [-V] [-a file] [-b file] [-B tag] [-c dir] [-d file] [-D] [-e] [-f] [-g] [-I dir] [-j #] [-k] [-m file] [-o] [-p module] [-P] [-r] [-s suffix] [-t tag] [-w] [-x feature] [-X id:file] [-y file] [-z file] [@file] [file]
error: command '/usr/bin/sip' failed with exit status 1
From what I could track, the problem relay in the '-n' flag (but I have no idea if my guess is correct)
Anyway, here are some infos from my system:
OS:
SIP version:
poppler-qt5 [idk if this is installed correctly]:
QT5 and PyQt5:
Another thing I've noticed is that I can't run simply 'python setup.py build' (instead of 'python3 ...'), because there is no PyQt5 package for python2 (at least I didn't found)
Let me know if there's any other relevant info i should've provided.