frescobaldi / python-poppler-qt5

Python binding to libpoppler-qt5
Other
42 stars 32 forks source link

Install hangs on build #20

Closed ceemonkey closed 1 year ago

ceemonkey commented 6 years ago

Running Arch 4.14.5, pacman install hangs on a loop of the last two lines of the install log below:

running install
running build
running build_ext
building 'popplerqt5' extension
/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 -t WS_X11 -t Qt_5_10_0 poppler-qt5.sip
sip: Deprecation warning: poppler-qt5.sip:1: %Module version numbers are deprecated and ignored
creating build/temp.linux-x86_64-3.6/build
creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/poppler/qt5 -I/usr/include/poppler -I/usr/include/python3.6m -I/usr/include/python3.6m -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt/QtGui -I/usr/include/qt/QtXml -c build/temp.linux-x86_64-3.6/sippopplerqt5cmodule.cpp -o build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/sippopplerqt5cmodule.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
jeanas commented 1 year ago

@ceemonkey Is this issue still relevant?

ceemonkey commented 1 year ago

Heh, sorry — this was six years ago, and the Frescobaldi binary has since been added to Arch Linux's Extra repository, so building from scratch is unnecessary. Will close the issue.

jeanas commented 1 year ago

Thanks!