<br><br><div class="gmail_quote">On Fri, Nov 20, 2009 at 8:45 AM, Phil Thompson <span dir="ltr">&lt;<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, 20 Nov 2009 05:21:59 -0800 (PST), jong357 &lt;<a href="mailto:jgrosshart@gmail.com">jgrosshart@gmail.com</a>&gt;<br>
wrote:<br>
<div class="im">&gt; jong357 wrote:<br>
&gt;&gt;<br>
&gt;&gt; Just a heads up, looks like the designer directory in PyQt-x11-gpl-4.6.1<br>
&gt;&gt; uses INSTALL_ROOT instead of DESTDIR like the rest of the source seems<br>
to<br>
&gt;&gt; use. When packaging, this spams the system, albiet fairly minor. Didn&#39;t<br>
&gt;&gt; bother to track down what qmake was doing but I assume the problem lies<br>
&gt;&gt; there.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m just using both targets on the make install until this is fixed<br>
&gt;&gt; upstream. Sorry I didn&#39;t troubleshoot and send a patch....<br>
&gt;&gt;<br>
&gt;<br>
&gt; Still does it... I realize this isn&#39;t a show stopper issue but spamming<br>
the<br>
&gt; host system is a little on the rude side IMO..... ;-)<br>
&gt;<br>
&gt; make[1]: Entering directory `/tmp/PyQt-x11-gpl-4.6.2/designer&#39;<br>
&gt; install -m 755 -p &quot;libpythonplugin.so&quot;<br>
&gt; &quot;/usr/lib/qt-4.5.3/plugins/designer/libpythonplugin.so&quot;<br>
&gt; strip --strip-unneeded<br>
&gt; &quot;/usr/lib/qt-4.5.3/plugins/designer/libpythonplugin.so&quot;<br>
&gt; cp -f -r /tmp/PyQt-x11-gpl-4.6.2/designer/python<br>
&gt; /usr/lib/qt-4.5.3/plugins/designer/<br>
&gt; make[1]: Leaving directory `/tmp/PyQt-x11-gpl-4.6.2/designer&#39;<br>
<br>
</div>It&#39;s put in the directory that Designer expects to find it. If you want to<br>
put it somewhere else use the -p flag to configure.py.<br>
<font color="#888888"><br>
Phil<br></font></blockquote><div><br>I think you&#39;ve missed the point. When I specify:<br><br>make install DESTDIR=/some/place<br><br>I expect said software to install to /some/place, not spam my host system with where &quot;it should go&quot; and to completely ignore DESTDIR.... As far as I&#39;m aware, the designer directory is the only one that does this. It uses &quot;INSTALL_ROOT&quot; instead of &quot;DESTDIR&quot;....<br>
<br>This is a problem from a packagers standpoint and should be addressed.<br><br>Jon<br></div></div><br>