<div dir="ltr"><div>Hello,</div><div><br></div><div>First time trying to compile from source.</div><div><br></div>The compilation part of &#39;make install&#39; fails with:<div><div>rpcsvc.c:528:17: warning: format &#39;%lu&#39; expects argument of type &#39;long unsigned int&#39;, but argument 2 has type &#39;u_int32_t&#39; [-Wformat=]</div><div>                 gf_log (GF_RPCSVC, GF_LOG_ERROR, &quot;auth failed on request. &quot;</div><div>                 ^</div><div>rpcsvc.c:528:17: warning: format &#39;%lu&#39; expects argument of type &#39;long unsigned int&#39;, but argument 3 has type &#39;rpcvers_t&#39; [-Wformat=]</div><div>rpcsvc.c:528:17: warning: format &#39;%lu&#39; expects argument of type &#39;long unsigned int&#39;, but argument 4 has type &#39;rpcprog_t&#39; [-Wformat=]</div><div>rpcsvc.c:528:17: warning: format &#39;%lu&#39; expects argument of type &#39;long unsigned int&#39;, but argument 5 has type &#39;rpcvers_t&#39; [-Wformat=]</div><div>rpcsvc.c:528:17: warning: format &#39;%lu&#39; expects argument of type &#39;long unsigned int&#39;, but argument 6 has type &#39;rpcproc_t&#39; [-Wformat=]</div><div>rpcsvc.c:528:17: warning: format &#39;%lu&#39; expects argument of type &#39;long unsigned int&#39;, but argument 7 has type &#39;u_int32_t&#39; [-Wformat=]</div><div>rpcsvc.c:528:17: warning: format &#39;%lu&#39; expects argument of type &#39;long unsigned int&#39;, but argument 8 has type &#39;rpcvers_t&#39; [-Wformat=]</div><div>rpcsvc.c:528:17: warning: format &#39;%lu&#39; expects argument of type &#39;long unsigned int&#39;, but argument 9 has type &#39;rpcprog_t&#39; [-Wformat=]</div><div>rpcsvc.c:528:17: warning: format &#39;%lu&#39; expects argument of type &#39;long unsigned int&#39;, but argument 10 has type &#39;rpcvers_t&#39; [-Wformat=]</div><div>rpcsvc.c:528:17: warning: format &#39;%lu&#39; expects argument of type &#39;long unsigned int&#39;, but argument 11 has type &#39;rpcproc_t&#39; [-Wformat=]</div><div>rpcsvc.c: In function &#39;rpcsvc_callback_build_record&#39;:</div><div>rpcsvc.c:1003:9: error: implicit declaration of function &#39;xdr_sizeof&#39; [-Werror=implicit-function-declaration]</div><div>         xdr_size = xdr_sizeof ((xdrproc_t)xdr_callmsg, &amp;request);</div><div>         ^</div><div>cc1: some warnings being treated as errors</div><div>make[4]: *** [rpcsvc.lo] Error 1</div></div><div><br></div><div><br></div><div><br></div><div>I&#39;m on commit b3c2116d99a5c049e4ee0f88f35440258b49496e , but I don&#39;t think it&#39;s related.</div><div><br></div><div>The following did get me RPMs:</div><div><div>./configure --enable-fusemount --disable-tiering</div><div>make dist</div><div>cd extras/LinuxRPM/</div><div>make glusterrpms</div><div><br></div><div>Thanks,</div><div>Y.</div><div><br></div><div><br></div></div></div>