<html 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=utf-8">
<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;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
{mso-style-name:msonormal;
mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
span.EmailStyle18
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">Johnathan Mantey <johnathanx.mantey@intel.com><br>
<b>Date: </b>Monday, October 14, 2019 at 9:10 AM<br>
<b>To: </b>Brad Bishop <bradleyb@fuzziesquirrel.com>, William Kennington <wak@google.com><br>
<b>Cc: </b>Emily Shaffer <emilyshaffer@google.com>, Vernon Mauery <vernon.mauery@linux.intel.com>, OpenBMC Maillist <openbmc@lists.ozlabs.org>, Vijay Khemka <vijaykhemka@fb.com><br>
<b>Subject: </b>Re: host-ipmid bumps failing on tiogapass<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">>Looking at the logs from the build, there are some "multiple definition" errors:<br>
<br>
>08:47:22 /tmp/openbmc/work/arm1176jzs-openbmc-linux-gnueabi/fb-ipmi-oem/0.1+gitAUTOINC+38183d6670-r0/git/src/oemcommands.cpp:77:16: error: conflicting declaration 'constexpr >const auto ipmi::network::ROOT'<br>
>08:47:22 77 | constexpr auto ROOT = "/xyz/openbmc_project/network";<br>
>08:47:22 | ^~~~<br>
<br>
>This content was in the include/ipmid/utils.hpp file. The commit moved them to the transporthandler.cpp file, making the definitions private.<o:p></o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt">Utils.hpp was supposed to be used by anyone including libipmid and removing content from this file impacts everyone. I guess more than tiogapass uses this definition including bmcweb.<o:p></o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
<br>
<o:p></o:p></p>
</div>
</body>
</html>