<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:51:35 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-5448] Compilation without libreadline broken by LU-5418</title>
                <link>https://jira.whamcloud.com/browse/LU-5448</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The two void declarations added by &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5418&quot; title=&quot;compile fix for code using readline&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5418&quot;&gt;&lt;del&gt;LU-5418&lt;/del&gt;&lt;/a&gt; (&lt;a href=&quot;http://review.whamcloud.com/11231):&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11231):&lt;/a&gt;&lt;br/&gt;
static void noop_int_fn(int unused) { }&lt;br/&gt;
static void noop_void_fn(void) { }&lt;/p&gt;

&lt;p&gt;Are not used if HAVE_LIBREADLINE is not defined, which results in a compilation error:&lt;/p&gt;

&lt;p&gt;cc1: warnings being treated as errors&lt;br/&gt;
util/parser.c:286: error: &apos;noop_int_fn&apos; defined but not used&lt;br/&gt;
util/parser.c:287: error: &apos;noop_void_fn&apos; defined but not used&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfsutil_a-parser.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt;: *** Waiting for unfinished jobs....&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;all-recursive&amp;#93;&lt;/span&gt; Error 1&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;all-recursive&amp;#93;&lt;/span&gt; Error 1&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;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;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;all&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
error: Bad exit status from /var/tmp/rpm-tmp.nePJql (%build)&lt;/p&gt;

&lt;p&gt;Fix is easy, just wrap those declarations in #ifdef HAVE_LIBREADLINE.&lt;/p&gt;

&lt;p&gt;Patch coming momentarily.&lt;/p&gt;</description>
                <environment>CentOS 6.5, latest master.</environment>
        <key id="25856">LU-5448</key>
            <summary>Compilation without libreadline broken by LU-5418</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="3">Duplicate</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="paf">Patrick Farrell</reporter>
                        <labels>
                    </labels>
                <created>Mon, 4 Aug 2014 15:39:03 +0000</created>
                <updated>Thu, 7 Aug 2014 17:37:00 +0000</updated>
                            <resolved>Thu, 7 Aug 2014 17:37:00 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="90695" author="bogl" created="Mon, 4 Aug 2014 15:42:32 +0000"  >&lt;p&gt;patch is already in flight: &lt;a href=&quot;http://review.whamcloud.com/#/c/11252&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/11252&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="90696" author="bogl" created="Mon, 4 Aug 2014 15:44:34 +0000"  >&lt;p&gt;as a workaround, just install the readline-devel rpm.  with that installed HAVE_LIBREADLINE gets #define&apos;d and the noop routines get used.&lt;/p&gt;</comment>
                            <comment id="90697" author="paf" created="Mon, 4 Aug 2014 15:45:14 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/11318&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11318&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="90698" author="paf" created="Mon, 4 Aug 2014 15:45:56 +0000"  >&lt;p&gt;Whoops - Thanks, Bob.  I searched but didn&apos;t find your ticket, obviously.  Nevermind, then.  I&apos;ll abandon the patch.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="25756">LU-5418</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25852">LU-5445</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|hzwsvz:</customfieldvalue>

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