<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:50:22 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-5310] build error in Centos 7</title>
                <link>https://jira.whamcloud.com/browse/LU-5310</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;server build now breaks in Centos 7/el7.  client-only build still works OK.&lt;br/&gt;
example errors:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;  CC [M]  /home/bogl/lustre-release/lustre/mdd/mdd_dir.o
/home/bogl/lustre-release/lustre/mdd/mdd_dir.c: In function &#8216;mdd_migrate_create&#8217;:
/home/bogl/lustre-release/lustre/mdd/mdd_dir.c:3396:26: error: argument to &#8216;sizeof&#8217; in &#8216;memset&#8217; call is the same expression as the destination; did you mean to dereference it? [-Werror=sizeof-pointer-memaccess]
  memset(mgr_ea, 0, sizeof(mgr_ea));
                          ^
cc1: all warnings being treated as errors
make[6]: *** [/home/bogl/lustre-release/lustre/mdd/mdd_dir.o] Error 1
make[5]: *** [/home/bogl/lustre-release/lustre/mdd] Error 2
make[4]: *** [/home/bogl/lustre-release/lustre] Error 2
make[3]: *** [_module_/home/bogl/lustre-release] Error 2
make[3]: Leaving directory `/home/bogl/rb/BUILD/kernel-3.10.0_123.4.2.l0708&apos;
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/home/bogl/lustre-release&apos;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bogl/lustre-release&apos;
make: *** [all] Error 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I believe this is due to the recent landing in master of commit de2d5808bd2987f76d2486272e1a9c192ba277d4; &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5223&quot; title=&quot;generate DNE stripe directory LMV EA dynamically via readdir&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5223&quot;&gt;&lt;del&gt;LU-5223&lt;/del&gt;&lt;/a&gt; lmv: build master LMV EA dynamically build via readdir&lt;/p&gt;

&lt;p&gt;It appears the gcc v4.8.2 in el7 is a bit pickier about some things than earlier gcc versions.&lt;/p&gt;</description>
                <environment></environment>
        <key id="25500">LU-5310</key>
            <summary>build error in Centos 7</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="bogl">Bob Glossman</assignee>
                                    <reporter username="bogl">Bob Glossman</reporter>
                        <labels>
                    </labels>
                <created>Wed, 9 Jul 2014 17:19:10 +0000</created>
                <updated>Thu, 10 Jul 2014 17:07:49 +0000</updated>
                            <resolved>Thu, 10 Jul 2014 17:07:49 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="88618" author="bogl" created="Wed, 9 Jul 2014 17:35:35 +0000"  >&lt;p&gt;fwiw, changing the offending source line to:&lt;/p&gt;

&lt;p&gt;       memset(mgr_ea, 0, sizeof(*mgr_ea));&lt;/p&gt;

&lt;p&gt;fixes the build.&lt;/p&gt;</comment>
                            <comment id="88619" author="brian" created="Wed, 9 Jul 2014 17:36:54 +0000"  >&lt;blockquote&gt;
&lt;p&gt;It appears the gcc v4.8.2 in el7 is a bit pickier about some things than earlier gcc versions.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Isn&apos;t it always?  &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;  Ultimately though, this is good though.&lt;/p&gt;</comment>
                            <comment id="88630" author="simmonsja" created="Wed, 9 Jul 2014 19:00:11 +0000"  >&lt;p&gt;At least it is a nice simple patch.&lt;/p&gt;</comment>
                            <comment id="88646" author="bogl" created="Wed, 9 Jul 2014 21:05:00 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/11035&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11035&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="88649" author="bogl" created="Wed, 9 Jul 2014 21:16:26 +0000"  >&lt;p&gt;I think the 1 line correction I commented on above &amp;amp; pushed as a patch is functionally correct as well as repairing the build, but I will appreciate good reviews on it to make sure I didn&apos;t mess up.&lt;/p&gt;</comment>
                            <comment id="88718" author="bogl" created="Thu, 10 Jul 2014 16:31:45 +0000"  >&lt;p&gt;Have verified the build failure isn&apos;t specific to el7.  It will happen with any gcc v4.8.x.  I&apos;ve seen it now with both v4.8.2 and v4.8.3.  The fix is good for all cases so far.&lt;/p&gt;</comment>
                            <comment id="88726" author="jlevi" created="Thu, 10 Jul 2014 17:07:49 +0000"  >&lt;p&gt;Patch landed to Master.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="25199">LU-5223</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24605">LU-5022</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzwqzb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14837</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>