<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:26:41 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-16400] lustre build failed with new version glibc (&gt;2.34)</title>
                <link>https://jira.whamcloud.com/browse/LU-16400</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&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;

[ &#160;600s] Making all in tests
[ &#160;600s] rwv.c: In function &lt;span class=&quot;code-quote&quot;&gt;&apos;main&apos;&lt;/span&gt;:
[ &#160;600s] rwv.c:221:8: error: &lt;span class=&quot;code-quote&quot;&gt;&apos;writev&apos;&lt;/span&gt; specified size 18446744073709551600 exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=]
[ &#160;600s] &#160; 221 | &#160; rc = writev(fd, iov, iovcnt);
[ &#160;600s] &#160; &#160; &#160; | &#160; &#160; &#160; &#160;^~~~~~~~~~~~~~~~~~~~~~~
[ &#160;600s] In file included from rwv.c:38:
[ &#160;600s] /usr/include/sys/uio.h:52:16: note: in a call to function &lt;span class=&quot;code-quote&quot;&gt;&apos;writev&apos;&lt;/span&gt; declared with attribute &lt;span class=&quot;code-quote&quot;&gt;&apos;read_only (2, 3)&apos;&lt;/span&gt;
[ &#160;600s] &#160; &#160;52 | extern ssize_t writev (&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; __fd, &lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct iovec *__iovec, &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; __count)
[ &#160;600s] &#160; &#160; &#160; | &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;^~~~~~
[ &#160;600s] rwv.c:229:8: error: &lt;span class=&quot;code-quote&quot;&gt;&apos;readv&apos;&lt;/span&gt; specified size 18446744073709551600 exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=]
[ &#160;600s] &#160; 229 | &#160; rc = readv(fd, iov, iovcnt);
[ &#160;600s] &#160; &#160; &#160; | &#160; &#160; &#160; &#160;^~~~~~~~~~~~~~~~~~~~~~
[ &#160;600s] In file included from rwv.c:38:
[ &#160;600s] /usr/include/sys/uio.h:41:16: note: in a call to function &lt;span class=&quot;code-quote&quot;&gt;&apos;readv&apos;&lt;/span&gt; declared with attribute &lt;span class=&quot;code-quote&quot;&gt;&apos;read_only (2, 3)&apos;&lt;/span&gt;
[ &#160;600s] &#160; &#160;41 | extern ssize_t readv (&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; __fd, &lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct iovec *__iovec, &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; __count)
[ &#160;600s] &#160; &#160; &#160; | &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;^~~~~
[ &#160;600s] rwv.c:244:9: error: &lt;span class=&quot;code-quote&quot;&gt;&apos;writev&apos;&lt;/span&gt; specified size 18446744073709551600 exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=]
[ &#160;600s] &#160; 244 | &#160; &#160;rc = writev(out_fd, iov, iovcnt);
[ &#160;600s] &#160; &#160; &#160; | &#160; &#160; &#160; &#160; ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[ &#160;600s] In file included from rwv.c:38:
[ &#160;600s] /usr/include/sys/uio.h:52:16: note: in a call to function &lt;span class=&quot;code-quote&quot;&gt;&apos;writev&apos;&lt;/span&gt; declared with attribute &lt;span class=&quot;code-quote&quot;&gt;&apos;read_only (2, 3)&apos;&lt;/span&gt;
[ &#160;600s] &#160; &#160;52 | extern ssize_t writev (&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; __fd, &lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct iovec *__iovec, &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; __count)
[ &#160;600s] &#160; &#160; &#160; | &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;^~~~~~
[ &#160;600s] cc1: all warnings being treated as errors
[ &#160;600s] make[4]: *** [Makefile:1507: rwv.o] Error 1
[ &#160;600s] make[4]: *** Waiting &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; unfinished jobs....&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Related glibc patch: &lt;a href=&quot;https://github.com/bminor/glibc/commit/26492c0a14966c32c43cd6ca1d0dca5e62c6cfef&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/bminor/glibc/commit/26492c0a14966c32c43cd6ca1d0dca5e62c6cfef&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Solution like: &lt;a href=&quot;https://lore.kernel.org/all/20220109205748.4127032-1-philipp.tomsich@vrull.eu/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lore.kernel.org/all/20220109205748.4127032-1-philipp.tomsich@vrull.eu/&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="73631">LU-16400</key>
            <summary>lustre build failed with new version glibc (&gt;2.34)</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="yikunkero">Yikun Jiang</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Dec 2022 14:33:23 +0000</created>
                <updated>Wed, 14 Dec 2022 15:52:41 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="356425" author="JIRAUSER18450" created="Wed, 14 Dec 2022 15:51:20 +0000"  >&lt;p&gt;GCC: GNU 12&lt;/p&gt;

&lt;p&gt;Glibc version: 2.34&lt;/p&gt;

&lt;p&gt;OS version: openEuler 22.03 LTS&lt;/p&gt;

&lt;p&gt;lustre version: 2.15.1&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://github.com/openhpc/ohpc/blob/3fa0098380e754141b7c83f6468155615daf4954/components/fs/lustre-client/SPECS/lustre.spec&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/openhpc/ohpc/blob/3fa0098380e754141b7c83f6468155615daf4954/components/fs/lustre-client/SPECS/lustre.spec&lt;/a&gt;&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|i037zb:</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>