<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi Team,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">we are trying to building the latest 2.0.5 getting below error , can we know reason for the same<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><a href="https://github.com/ClusterLabs/pacemaker/tree/Pacemaker-2.0.5">https://github.com/ClusterLabs/pacemaker/tree/Pacemaker-2.0.5</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"> $ ./autogen.sh<o:p></o:p></p>
<p class="MsoNormal"> $ ./configure --prefix /root/pacemaker/<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Above two command sucessed without error.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"> $ make --> While simple install getting below error.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Making all in controld<o:p></o:p></p>
<p class="MsoNormal">make[3]: Entering directory `/root/sathish/pacemaker-Pacemaker-2.0.5/daemons/controld'<o:p></o:p></p>
<p class="MsoNormal">make[3]: Nothing to be done for `all'.<o:p></o:p></p>
<p class="MsoNormal">make[3]: Leaving directory `/root/sathish/pacemaker-Pacemaker-2.0.5/daemons/controld'<o:p></o:p></p>
<p class="MsoNormal">Making all in execd<o:p></o:p></p>
<p class="MsoNormal">make[3]: Entering directory `/root/sathish/pacemaker-Pacemaker-2.0.5/daemons/execd'<o:p></o:p></p>
<p class="MsoNormal">gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -DSUPPORT_REMOTE -I../../include -I../../include -I../../libltdl -I../../libltdl -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/root/pacemaker1/include/heartbeat
-fPIE -g -O2 -ggdb -fgnu89-inline -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat-security -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-strict-aliasing
-Wpointer-arith -Wwrite-strings -Wunused-but-set-variable -Wformat=2 -Wformat-nonliteral -fstack-protector-strong -Werror -MT pacemaker_remoted-execd_commands.o -MD -MP -MF .deps/pacemaker_remoted-execd_commands.Tpo -c -o pacemaker_remoted-execd_commands.o
`test -f 'execd_commands.c' || echo './'`execd_commands.c<o:p></o:p></p>
<p class="MsoNormal">execd_commands.c: In function ‘process_lrmd_signon’:<o:p></o:p></p>
<p class="MsoNormal"><span style="background:yellow;mso-highlight:yellow">execd_commands.c:1530:55: error: ‘struct pcmk__remote_s’ has no member named ‘tls_handshake_complete’<o:p></o:p></span></p>
<p class="MsoNormal"><span style="background:yellow;mso-highlight:yellow"> if ((client->remote != NULL) && client->remote->tls_handshake_complete) {<o:p></o:p></span></p>
<p class="MsoNormal"><span style="background:yellow;mso-highlight:yellow"> ^</span><o:p></o:p></p>
<p class="MsoNormal">make[3]: *** [pacemaker_remoted-execd_commands.o] Error 1<o:p></o:p></p>
<p class="MsoNormal">make[3]: Leaving directory `/root/sathish/pacemaker-Pacemaker-2.0.5/daemons/execd'<o:p></o:p></p>
<p class="MsoNormal">make[2]: *** [all-recursive] Error 1<o:p></o:p></p>
<p class="MsoNormal">make[2]: Leaving directory `/root/sathish/pacemaker-Pacemaker-2.0.5/daemons'<o:p></o:p></p>
<p class="MsoNormal">make[1]: *** [core] Error 1<o:p></o:p></p>
<p class="MsoNormal">make[1]: Leaving directory `/root/sathish/pacemaker-Pacemaker-2.0.5'<o:p></o:p></p>
<p class="MsoNormal">make: *** [build] Error 2<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks and Regards,<br>
S Sathish S<o:p></o:p></p>
</div>
</body>
</html>