<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
I finessed my previous problem by creating a link from libsip.a as
the sip build installed it, to the directory where pyqtdeploy
expects it, but now I get:<br>
<br>
<meta name="qrichtext" content="1">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment--><span
style=" color:#7f0000;">g++ -Wl,-O1 -o pensool main.o
pyqtdeploy_main.o pyqtdeploy_module.o qrc_pyqtdeploy.o
qrc_stdlib.o qrc_site-packages.o
-L/usr/lib/python3.4/site-packages/PyQt5
-L/usr/lib/python3.4/site-packages -lQtWidgets -lQtSvg -lQtGui
-lsip -lQtCore -L/usr/lib/i386-linux-gnu -lpython3.4m -lutil
-ldl -lQt5Svg -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread </span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">/usr/lib/python3.4/site-packages/PyQt5/libQtGui.a(sipQtGuicmodule.o):(.bss+0x18):
multiple definition of `pyqt5_from_argv_list'</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">/usr/lib/python3.4/site-packages/PyQt5/libQtWidgets.a(sipQtWidgetscmodule.o):(.bss+0x24):
first defined here</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">/usr/lib/python3.4/site-packages/PyQt5/libQtGui.a(sipQtGuicmodule.o):(.bss+0x14):
multiple definition of `pyqt5_update_argv_list'</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">/usr/lib/python3.4/site-packages/PyQt5/libQtWidgets.a(sipQtWidgetscmodule.o):(.bss+0x18):
first defined here</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">collect2: error: ld returned 1 exit
status</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">make: *** [pensool] Error 1</span><!--EndFragment--></p>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
I am thinking I can just hack out one definition, if the PyQt5
Makefile will let me rebuild just one file that I hack.<br>
<br>
I am blogging about my experiences but it it still a draft.<br>
<br>
<a class="moz-txt-link-freetext" href="http://plashless.wordpress.com/2014/05/16/using-pyqtdeploy/">http://plashless.wordpress.com/2014/05/16/using-pyqtdeploy/</a><br>
</body>
</html>