<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:35:50 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-17487] parsing --with-o2ib fails</title>
                <link>https://jira.whamcloud.com/browse/LU-17487</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;commit &quot;3c66185c84 &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-17398&quot; title=&quot;Quash rpmbuild false warning due to %() in comment&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-17398&quot;&gt;&lt;del&gt;LU-17398&lt;/del&gt;&lt;/a&gt; build: detect mlnx-ofa_kernel-devel contents&quot; still has a regression below.&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;# git clean -d -x -f ; sh ./autogen.sh; ./configure --with-o2ib=/usr/src/ofa_kernel/default; make rpms

- snip - 
Executing(%build): /bin/sh -e /tmp/rpmbuild-lustre-root-5bVhWL5I/TMP/rpm-tmp.dGQGBH
+ umask 022
+ cd /tmp/rpmbuild-lustre-root-5bVhWL5I/BUILD
+ cd lustre-2.15.60_12_g3c66185
+ cd /tmp/rpmbuild-lustre-root-5bVhWL5I/BUILD/lustre-2.15.60_12_g3c66185
+ export &apos;UTILS_CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection&apos;
+ UTILS_CFLAGS=&apos;-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection&apos;
+ export &apos;UTILS_LDFLAGS=-Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld&apos;
+ UTILS_LDFLAGS=&apos;-Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld&apos;
+ CONFIGURE_ARGS=&apos;&apos;\&apos;&apos;--with-o2ib=/usr/src/ofa_kernel/default&apos;\&apos;&apos;&apos;
+ &apos;[&apos; -n &apos;&apos;\&apos;&apos;--with-o2ib=/usr/src/ofa_kernel/default&apos;\&apos;&apos;&apos; &apos;]&apos;
++ echo &apos;&apos;\&apos;&apos;--with-o2ib=/usr/src/ofa_kernel/default&apos;\&apos;&apos;&apos;
++ sed -e &apos;s/&quot;\?--with-linux=[^ ][^ ]* \?//&apos;
+ CONFIGURE_ARGS=&apos;&apos;\&apos;&apos;--with-o2ib=/usr/src/ofa_kernel/default&apos;\&apos;&apos;&apos;
++ echo &apos;&apos;\&apos;&apos;--with-o2ib=/usr/src/ofa_kernel/default&apos;\&apos;&apos;&apos;
++ sed -e &apos;s/&quot;\?--with-linux-obj=[^ ][^ ]* \?//&apos;
+ CONFIGURE_ARGS=&apos;&apos;\&apos;&apos;--with-o2ib=/usr/src/ofa_kernel/default&apos;\&apos;&apos;&apos;
++ echo &apos;&apos;\&apos;&apos;--with-o2ib=/usr/src/ofa_kernel/default&apos;\&apos;&apos;&apos;
++ sed -e &apos;s/&quot;\?--with-kmp-moddir=[^ ][^ ]* \?//&apos;
+ CONFIGURE_ARGS=&apos;&apos;\&apos;&apos;--with-o2ib=/usr/src/ofa_kernel/default&apos;\&apos;&apos;&apos;
+ &apos;[&apos; -f &apos;&apos; &apos;]&apos;
+ WITH_O2IB=
++ xargs dirname
+++ echo --with-o2ib=/usr/src/ofa_kernel/default
+++ tr &apos; &apos; &apos;\n&apos;
+++ grep -- --with-o2ib=
+++ cut -c 13-
++ find /usr/src/ofa_kernel/default -type d -name ofed_scripts
dirname: missing operand
Try &apos;dirname --help&apos; for more information.
+ o2ib_path=
error: Bad exit status from /tmp/rpmbuild-lustre-root-5bVhWL5I/TMP/rpm-tmp.dGQGBH (%build)


RPM build errors:
    Bad exit status from /tmp/rpmbuild-lustre-root-5bVhWL5I/TMP/rpm-tmp.dGQGBH (%build)
make: *** [autoMakefile:1318: rpms] Error 1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;one before patch landed (e.g. commit &quot;fdab3f6455 &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-17398&quot; title=&quot;Quash rpmbuild false warning due to %() in comment&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-17398&quot;&gt;&lt;del&gt;LU-17398&lt;/del&gt;&lt;/a&gt; build: quash rpmbuild false warning&quot;) worked fine&lt;/p&gt;</description>
                <environment></environment>
        <key id="80457">LU-17487</key>
            <summary>parsing --with-o2ib fails</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="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="stancheff">Shaun Tancheff</assignee>
                                    <reporter username="sihara">Shuichi Ihara</reporter>
                        <labels>
                    </labels>
                <created>Tue, 30 Jan 2024 22:13:11 +0000</created>
                <updated>Tue, 6 Feb 2024 10:18:31 +0000</updated>
                                            <version>Lustre 2.16.0</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="402807" author="stancheff" created="Tue, 6 Feb 2024 07:53:09 +0000"  >&lt;p&gt;@Shuichi Ihara &lt;br/&gt;
Please see if this fix works for you:&lt;br/&gt;
&lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53934&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53934&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="402826" author="sihara" created="Tue, 6 Feb 2024 10:18:31 +0000"  >&lt;p&gt;thx! patch worked and solved problem.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="80667">LU-17507</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="79855">LU-17398</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|i049p3:</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>