<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:21:13 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-1965] Lustre --disable-liblustre broken</title>
                <link>https://jira.whamcloud.com/browse/LU-1965</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Compilation with --disable-liblustre is broken. According to git bisect, the regression was introduced by commit bfb38a047e0fc12e68a7aa3a2d2ec7a6e9d696ed.&lt;/p&gt;

&lt;p&gt;The patch attached, generated against master, seems to fix the issue.&lt;/p&gt;</description>
                <environment></environment>
        <key id="16011">LU-1965</key>
            <summary>Lustre --disable-liblustre broken</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="mdiep">Minh Diep</assignee>
                                    <reporter username="hdoreau">Henri Doreau</reporter>
                        <labels>
                            <label>build</label>
                            <label>patch</label>
                    </labels>
                <created>Mon, 17 Sep 2012 09:23:49 +0000</created>
                <updated>Tue, 18 Sep 2012 08:51:32 +0000</updated>
                            <resolved>Mon, 17 Sep 2012 21:15:35 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="45027" author="pjones" created="Mon, 17 Sep 2012 09:30:16 +0000"  >&lt;p&gt;Henri&lt;/p&gt;

&lt;p&gt;Thanks for the patch. Could you please upload the patch into gerrit so that we can review/test/land it? There are instructions relating to this on the Whamcloud wiki and your colleagues should be able to provide guidance on how to set this up if you need it.&lt;/p&gt;

&lt;p&gt;Minh&lt;/p&gt;

&lt;p&gt;Could you please take care of landing this fix once it is available in gerrit?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="45033" author="hdoreau" created="Mon, 17 Sep 2012 10:11:37 +0000"  >&lt;p&gt;Peter,&lt;/p&gt;

&lt;p&gt;thanks, I&apos;ve pushed my changes to Gerrit. Please let me know if not everything is in order.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,4010&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,4010&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45035" author="pjones" created="Mon, 17 Sep 2012 10:23:57 +0000"  >&lt;p&gt;Yes - thanks Henri!&lt;/p&gt;</comment>
                            <comment id="45049" author="adilger" created="Mon, 17 Sep 2012 12:35:37 +0000"  >&lt;p&gt;I think there is already a patch for this, but I can&apos;t search for it right now on my phone. &lt;/p&gt;</comment>
                            <comment id="45097" author="adilger" created="Mon, 17 Sep 2012 20:41:57 +0000"  >
&lt;p&gt;This is already being fixed in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1905&quot; title=&quot;Always build libcfs.a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1905&quot;&gt;&lt;del&gt;LU-1905&lt;/del&gt;&lt;/a&gt;, though it seems that patch hasn&apos;t landed yet.  A comment in the patch (&lt;a href=&quot;http://review.whamcloud.com/3953&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3953&lt;/a&gt;) should help it move along, which I would do now except I&apos;m travelling.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1905&quot; title=&quot;Always build libcfs.a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1905&quot;&gt;&lt;del&gt;LU-1905&lt;/del&gt;&lt;/a&gt; build: Always create libcfs.a&lt;/p&gt;

&lt;p&gt;Lustre and LNET utilites have become dependent on libcfs.a but&lt;br/&gt;
one can easily disable libcfs.a from being built by disabling&lt;br/&gt;
liblustre creation. This patch have Lustre always build libcfs.a.&lt;/p&gt;

&lt;p&gt;Signed-off-by: James Simmons &amp;lt;uja.ornl@gmail.com&amp;gt;&lt;br/&gt;
Change-Id: Id80f9baa16da238eca708409e0b5d5248e437c5a&lt;/p&gt;


&lt;p&gt;Cheers, Andreas&lt;br/&gt;
&amp;#8211;&lt;br/&gt;
Andreas Dilger                       Whamcloud, Inc.&lt;br/&gt;
Principal Lustre Engineer            &lt;a href=&quot;http://www.whamcloud.com/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.whamcloud.com/&lt;/a&gt;&lt;/p&gt;



</comment>
                            <comment id="45100" author="pjones" created="Mon, 17 Sep 2012 21:15:35 +0000"  >&lt;p&gt;The fix from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1905&quot; title=&quot;Always build libcfs.a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1905&quot;&gt;&lt;del&gt;LU-1905&lt;/del&gt;&lt;/a&gt; has now been landed to master. Please speak up if the problem still remains now.&lt;/p&gt;</comment>
                            <comment id="45134" author="hdoreau" created="Tue, 18 Sep 2012 08:51:32 +0000"  >&lt;p&gt;The fix from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1905&quot; title=&quot;Always build libcfs.a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1905&quot;&gt;&lt;del&gt;LU-1905&lt;/del&gt;&lt;/a&gt; works like a charm.&lt;br/&gt;
Sorry for the noise!&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="11866" name="disable_liblustre-fix.patch" size="1823" author="hdoreau" created="Mon, 17 Sep 2012 09:23:49 +0000"/>
                    </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|hzvghz:</customfieldvalue>

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

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