<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:50:01 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-5269] Can&apos;t build b1_8 on kernel 2.6.32-431</title>
                <link>https://jira.whamcloud.com/browse/LU-5269</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I&apos;m unable to build a 1.8.9 client on centos 6.5 kernel 2.6.32-431 due &quot;Section mismatch in reference from the function ptlrpc_init() to the function .exit.text:ldlm_exit()&quot; .&lt;/p&gt;

&lt;p&gt;This issues seems to be replicated and reported on 2.2.x and 2.4.x (&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-867&quot; title=&quot;Fails to build with gss (lustre 2.1)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-867&quot;&gt;&lt;del&gt;LU-867&lt;/del&gt;&lt;/a&gt;) I&apos;ve built the 2.4.3 client with no problems from source RPM and also from git. &lt;/p&gt;

&lt;p&gt;I&apos;m wondering if the proposed fixes on ticket &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-867&quot; title=&quot;Fails to build with gss (lustre 2.1)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-867&quot;&gt;&lt;del&gt;LU-867&lt;/del&gt;&lt;/a&gt; has been applied to the b1_8 branch. Any suggestions are appreciated.&lt;/p&gt;

&lt;p&gt;This is the output from &quot;make -j16&quot; &lt;/p&gt;

&lt;p&gt;&amp;lt;snip&amp;gt;&lt;br/&gt;
 CC &lt;span class=&quot;error&quot;&gt;&amp;#91;M&amp;#93;&lt;/span&gt;  /root/lustre_git/lustre-release/lustre/ptlrpc/wiretest.o&lt;br/&gt;
  LD &lt;span class=&quot;error&quot;&gt;&amp;#91;M&amp;#93;&lt;/span&gt;  /root/lustre_git/lustre-release/lustre/ptlrpc/ptlrpc.o&lt;br/&gt;
WARNING: /root/lustre_git/lustre-release/lustre/ptlrpc/ptlrpc.o(.init.text+0x5bd): Section mismatch in reference from the function ptlrpc_init() to the function .exit.text:ldlm_exit()&lt;br/&gt;
The function __init ptlrpc_init() references&lt;br/&gt;
a function __exit ldlm_exit().&lt;br/&gt;
This is often seen when error handling in the init function&lt;br/&gt;
uses functionality in the exit path.&lt;br/&gt;
The fix is often to remove the __exit annotation of&lt;br/&gt;
ldlm_exit() so it may be used outside an exit section.&lt;/p&gt;

&lt;p&gt;  LD &lt;span class=&quot;error&quot;&gt;&amp;#91;M&amp;#93;&lt;/span&gt;  /root/lustre_git/lustre-release/lustre/obdclass/obdclass.o&lt;br/&gt;
  LD &lt;span class=&quot;error&quot;&gt;&amp;#91;M&amp;#93;&lt;/span&gt;  /root/lustre_git/lustre-release/lustre/obdclass/llog_test.o&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;4&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;/root/lustre_git/lustre-release/lustre&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;3&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;_module_/root/lustre_git/lustre-release&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;3&amp;#93;&lt;/span&gt;: Leaving directory `/usr/src/kernels/2.6.32-431.5.1.el6.x86_64&apos;&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;modules&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;: Leaving directory `/root/lustre_git/lustre-release&apos;&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;all-recursive&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: Leaving directory `/root/lustre_git/lustre-release&apos;&lt;br/&gt;
make: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;all&amp;#93;&lt;/span&gt; Error 2&lt;/p&gt;


&lt;p&gt;Thank you.&lt;/p&gt;</description>
                <environment>Centos 6.5 kernel 2.6.32-431</environment>
        <key id="25363">LU-5269</key>
            <summary>Can&apos;t build b1_8 on kernel 2.6.32-431</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="3">Duplicate</resolution>
                                        <assignee username="pjones">Peter Jones</assignee>
                                    <reporter username="cthomaz_xx">Carlos Thomaz</reporter>
                        <labels>
                            <label>build</label>
                    </labels>
                <created>Sat, 28 Jun 2014 01:12:36 +0000</created>
                <updated>Mon, 30 Jun 2014 02:43:55 +0000</updated>
                            <resolved>Mon, 30 Jun 2014 02:43:55 +0000</resolved>
                                    <version>Lustre 1.8.9</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="87751" author="pjones" created="Sat, 28 Jun 2014 04:10:58 +0000"  >&lt;p&gt;Carlos&lt;/p&gt;

&lt;p&gt;Is this just a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5237&quot; title=&quot;lustre 1.8.9 on redhat 6.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5237&quot;&gt;&lt;del&gt;LU-5237&lt;/del&gt;&lt;/a&gt;?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="87765" author="cthomaz_xx" created="Mon, 30 Jun 2014 01:45:32 +0000"  >&lt;p&gt;Hi Peter.&lt;/p&gt;

&lt;p&gt;Looks like it is a duplicate.&lt;br/&gt;
Sorry about that, I haven&apos;t noticed the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5237&quot; title=&quot;lustre 1.8.9 on redhat 6.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5237&quot;&gt;&lt;del&gt;LU-5237&lt;/del&gt;&lt;/a&gt; before.&lt;/p&gt;

&lt;p&gt;Thank you&lt;br/&gt;
Carlos&lt;/p&gt;</comment>
                            <comment id="87766" author="pjones" created="Mon, 30 Jun 2014 02:43:55 +0000"  >&lt;p&gt;No problem at all Carlos.&lt;/p&gt;</comment>
                    </comments>
                    <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_10040" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic</customfieldname>
                        <customfieldvalues>
                                        <label>client</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzwq67:</customfieldvalue>

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