<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:55:05 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-5853] el7 build broken</title>
                <link>https://jira.whamcloud.com/browse/LU-5853</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;It looks like a recent landing to master has broken server builds for el7.  The only reason this isn&apos;t a Blocker is because it&apos;s only seen during sever builds, not in client only builds.  At the moment we don&apos;t routinely do server builds for el7.  As soon as we do this problem will be a blocker.&lt;/p&gt;

&lt;p&gt;I strongly suspect the problem is due to the recently landed &lt;a href=&quot;http://review.whamcloud.com/#/c/9299&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/9299&lt;/a&gt;; &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4647&quot; title=&quot;Add idmapping functions for nodemap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4647&quot;&gt;&lt;del&gt;LU-4647&lt;/del&gt;&lt;/a&gt; nodemap: add mapping functionality; since the build errors appear in code that&apos;s new with this commit. 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/ptlrpc/../../lustre/target/out_lib.o
  CC [M]  /home/bogl/lustre-release/lustre/ptlrpc/nodemap_handler.o
  CC [M]  /home/bogl/lustre-release/lustre/ptlrpc/nodemap_lproc.o
/home/bogl/lustre-release/lustre/ptlrpc/nodemap_lproc.c: In function &#8216;nodemap_exports_open&#8217;:
/home/bogl/lustre-release/lustre/ptlrpc/nodemap_lproc.c:205:34: error: dereferencing pointer to incomplete type
  struct lu_nodemap *nodemap = dir-&amp;gt;data;
                                  ^
make[6]: *** [/home/bogl/lustre-release/lustre/ptlrpc/nodemap_lproc.o] Error 1
make[5]: *** [/home/bogl/lustre-release/lustre/ptlrpc] 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.9.2.l1029&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 suspect only seen in rhel7 so far as I think it&apos;s related to HAVE_ONLY_PROCFS_SEQ #defined by autoconf.  If that is true it will also break build on sles12 server too.&lt;/p&gt;</description>
                <environment></environment>
        <key id="27432">LU-5853</key>
            <summary>el7 build broken</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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>Mon, 3 Nov 2014 22:16:20 +0000</created>
                <updated>Tue, 4 Nov 2014 18:16:35 +0000</updated>
                            <resolved>Tue, 4 Nov 2014 18:16:35 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="98238" author="simmonsja" created="Mon, 3 Nov 2014 22:25:42 +0000"  >&lt;p&gt;Just recently &lt;a href=&quot;http://review.whamcloud.com/#/c/12298&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/12298&lt;/a&gt; had a merge conflict and it hasn&apos;t finished testing. I can look into fixing this with that patch.&lt;/p&gt;</comment>
                            <comment id="98239" author="bogl" created="Mon, 3 Nov 2014 22:30:19 +0000"  >&lt;p&gt;I think there may be a simpler fix possible in the meantime, just replacing use of PDE() with PDE_DATA().  It seems to work in el7 builds, don&apos;t know yet if it works everywhere.  If it proves out it will be a cheap 1 line fix for this build regression &amp;amp; won&apos;t have to wait on &lt;a href=&quot;http://review.whamcloud.com/#/c/12298&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/12298&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="98242" author="bogl" created="Mon, 3 Nov 2014 22:46:12 +0000"  >&lt;p&gt;proposed fix:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/12546&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12546&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="98243" author="simmonsja" created="Mon, 3 Nov 2014 22:54:34 +0000"  >&lt;p&gt;Okay. I&apos;m currently running some test with rhel6.5 but will switch 3.12 testing tomorrow. The fix looks correct.&lt;/p&gt;</comment>
                            <comment id="98296" author="jlevi" created="Tue, 4 Nov 2014 18:16:35 +0000"  >&lt;p&gt;Patch landed to Master.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="24605">LU-5022</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|hzx03j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>16388</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>