<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:13:27 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-14865] ppc64le build failure: llog_reader.c:887:9: error: format &apos;%llu&apos; expects argument of type &apos;long long unsigned int&apos;, but argument 2 has type &apos;__u64&apos; [-Werror=format=]</title>
                <link>https://jira.whamcloud.com/browse/LU-14865</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When building our local branch, which is based on v2_12_7, the ppc64le build fails due to a type error:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
llog_reader.c:887:9: error: format &lt;span class=&quot;code-quote&quot;&gt;&apos;%llu&apos;&lt;/span&gt; expects argument of type &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; unsigned &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;&apos;&lt;/span&gt;, but argument 2 has type &lt;span class=&quot;code-quote&quot;&gt;&apos;__u64&apos;&lt;/span&gt; [-Werror=format=]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This is due to a printf call that uses %llu whereas __le64_to_cpu returns a __u64. Elsewhere in the same file the return value of __le64_to_cpu is cast as necessary to match the print formatting, including to an unsigned long long.&lt;/p&gt;</description>
                <environment>TOSS 3.7.9 (RHEL 7.9) power pc</environment>
        <key id="65299">LU-14865</key>
            <summary>ppc64le build failure: llog_reader.c:887:9: error: format &apos;%llu&apos; expects argument of type &apos;long long unsigned int&apos;, but argument 2 has type &apos;__u64&apos; [-Werror=format=]</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="defazio">Gian-Carlo Defazio</assignee>
                                    <reporter username="defazio">Gian-Carlo Defazio</reporter>
                        <labels>
                            <label>LTS12</label>
                            <label>llnl</label>
                    </labels>
                <created>Tue, 20 Jul 2021 00:25:27 +0000</created>
                <updated>Tue, 23 Aug 2022 09:29:15 +0000</updated>
                            <resolved>Wed, 18 Aug 2021 12:48:16 +0000</resolved>
                                    <version>Lustre 2.12.7</version>
                    <version>Lustre 2.15.0</version>
                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="307801" author="gerrit" created="Tue, 20 Jul 2021 00:38:46 +0000"  >&lt;p&gt;Gian-Carlo DeFazio (defazio1@llnl.gov) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44346&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44346&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14865&quot; title=&quot;ppc64le build failure: llog_reader.c:887:9: error: format &amp;#39;%llu&amp;#39; expects argument of type &amp;#39;long long unsigned int&amp;#39;, but argument 2 has type &amp;#39;__u64&amp;#39; [-Werror=format=]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14865&quot;&gt;&lt;del&gt;LU-14865&lt;/del&gt;&lt;/a&gt; utils: llog_reader.c printf type mismatch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6a30d1d6e0d9a0f20bedfb50a18962bdc753b2cb&lt;/p&gt;</comment>
                            <comment id="307802" author="defazio" created="Tue, 20 Jul 2021 00:56:58 +0000"  >&lt;p&gt;For my notes, my local ticket is TOSS-5254&lt;/p&gt;</comment>
                            <comment id="310515" author="gerrit" created="Wed, 18 Aug 2021 01:59:36 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/44346/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44346/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14865&quot; title=&quot;ppc64le build failure: llog_reader.c:887:9: error: format &amp;#39;%llu&amp;#39; expects argument of type &amp;#39;long long unsigned int&amp;#39;, but argument 2 has type &amp;#39;__u64&amp;#39; [-Werror=format=]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14865&quot;&gt;&lt;del&gt;LU-14865&lt;/del&gt;&lt;/a&gt; utils: llog_reader.c printf type mismatch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 14b8276e06d6f4e3bfe785df1165458555e406f3&lt;/p&gt;</comment>
                            <comment id="310554" author="pjones" created="Wed, 18 Aug 2021 12:48:16 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                            <comment id="344346" author="gerrit" created="Tue, 23 Aug 2022 09:29:15 +0000"  >&lt;p&gt;&quot;Etienne AUJAMES &amp;lt;eaujames@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48305&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48305&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14865&quot; title=&quot;ppc64le build failure: llog_reader.c:887:9: error: format &amp;#39;%llu&amp;#39; expects argument of type &amp;#39;long long unsigned int&amp;#39;, but argument 2 has type &amp;#39;__u64&amp;#39; [-Werror=format=]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14865&quot;&gt;&lt;del&gt;LU-14865&lt;/del&gt;&lt;/a&gt; utils: llog_reader.c printf type mismatch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 17bac0423afb25ed0d771dd17e677cf036522627&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_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i01znb:</customfieldvalue>

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