<div dir="ltr">Hi Niels,<div><br></div><div>I have raised an issue &quot;<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1159248">https://bugzilla.redhat.com/show_bug.cgi?id=1159248</a>&quot;.</div><div><br></div><div>I am not familiar with sending patch to gerrit, so please send the patch to Gerrit.</div><div><br></div><div>Thanks,</div><div>Kiran.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 31, 2014 at 2:22 PM, Niels de Vos <span dir="ltr">&lt;<a href="mailto:ndevos@redhat.com" target="_blank">ndevos@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Oct 31, 2014 at 10:34:53AM +0530, Kiran Patil wrote:<br>
&gt; This patch fixed the issue.<br>
<br>
</span>Thanks for testing. Could you file a bug for this issue? And, feel free<br>
to send the patch to Gerrit too. I can do that if you like, just let me<br>
know.<br>
<span class="HOEnZb"><font color="#888888"><br>
Niels<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Kiran.<br>
&gt;<br>
&gt; On Fri, Oct 31, 2014 at 2:58 AM, Niels de Vos &lt;<a href="mailto:ndevos@redhat.com">ndevos@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On Thu, Oct 30, 2014 at 05:15:20PM +0000, Justin Clift wrote:<br>
&gt; &gt; &gt; On Wed, 29 Oct 2014 15:11:24 +0530<br>
&gt; &gt; &gt; Kiran Patil &lt;<a href="mailto:kiran@fractalio.com">kiran@fractalio.com</a>&gt; wrote:<br>
&gt; &gt; &gt; &lt;snip&gt;<br>
&gt; &gt; &gt; &gt; This issue is fixed by changing lib to lib64 at line 219<br>
&gt; &gt; &gt; &gt; (PYTHONDEV_LDFLAGS) in glusterfs/xlators/features/glupy/src/Makefile.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Cool, thanks.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Kind of wondering if there&#39;s an established to way to automatically<br>
&gt; &gt; &gt; detect the right value there (lib/lib64).<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Any ideas?<br>
&gt; &gt;<br>
&gt; &gt; I&#39;m not sure, but maybe the below patch would do? You&#39;d need to apply<br>
&gt; &gt; the change and re-run ./autogen.sh.<br>
&gt; &gt;<br>
&gt; &gt; Niels<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
&gt; &gt; index 3757c33..3dd741c 100644<br>
&gt; &gt; --- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
&gt; &gt; +++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
&gt; &gt; @@ -1007,7 +1007,7 @@ case $host_os in<br>
&gt; &gt;       linux*)<br>
&gt; &gt;         CFLAGS=&quot;`${PYTHON}-config --cflags`&quot;<br>
&gt; &gt;         CPPFLAGS=$CFLAGS<br>
&gt; &gt; -       LDFLAGS=&quot;-L`${PYTHON}-config --prefix`/lib `${PYTHON}-config<br>
&gt; &gt; --ldflags`&quot;<br>
&gt; &gt; +       LDFLAGS=&quot;-L`${PYTHON}-config --prefix`/$libdir `${PYTHON}-config<br>
&gt; &gt; --ldflags`&quot;<br>
&gt; &gt;         ;;<br>
&gt; &gt;       darwin*)<br>
&gt; &gt;         CFLAGS=&quot;`${PYTHON}-config --cflags`&quot;<br>
&gt; &gt;<br>
&gt; &gt;<br>
</div></div></blockquote></div><br></div>