<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:33:57 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-17257] GSS/Kerberos does not build on Ubuntu ARM64 system</title>
                <link>https://jira.whamcloud.com/browse/LU-17257</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Trying to build Lustre with GSS support on a ARM64 system fails as autoconf fails to detect the Kerberos environment properly.&lt;/p&gt;

&lt;p&gt;This is because it looks for some libraries in a static list of path that does not include the patch Debian/Ubuntu uses:&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;
&#160; &#160; &#160; &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; test -f $dir/include/gssapi/gssapi_krb5.h -a \
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; \( -f $dir/lib/libgssapi_krb5.a -o \
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;-f $dir/lib64/libgssapi_krb5.a -o \
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;-f $dir/lib64/libgssapi_krb5.so -o \
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;-f $dir/lib/x86_64-linux-gnu/libgssapi_krb5.so -o \
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;-f $dir/lib/libgssapi_krb5.so \) ; then&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;whereas for Debian ARM64 it will be:&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;
  &#160; &#160; &#160; &#160; &#160; &#160;-f $dir/lib/aarch64-linux-gnu/libgssapi_krb5.so -o \   &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I can simply add a new line to that but I&apos;m wondering if there is not something a bit more clean/future-proof&lt;/p&gt;</description>
                <environment></environment>
        <key id="78750">LU-17257</key>
            <summary>GSS/Kerberos does not build on Ubuntu ARM64 system</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="yujian">Jian Yu</assignee>
                                    <reporter username="adegremont_nvda">Aurelien Degremont</reporter>
                        <labels>
                    </labels>
                <created>Thu, 2 Nov 2023 17:05:45 +0000</created>
                <updated>Sat, 18 Nov 2023 22:13:21 +0000</updated>
                            <resolved>Sat, 18 Nov 2023 22:13:21 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="391641" author="pjones" created="Fri, 3 Nov 2023 13:14:51 +0000"  >&lt;p&gt;Jian&lt;/p&gt;

&lt;p&gt;Any suggestions here?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="391644" author="JIRAUSER18483" created="Fri, 3 Nov 2023 13:24:30 +0000"  >&lt;p&gt;The needed path could be obtained with pkgconfig, but I don&apos;t have the needed environment to validate how portable that is across supported environments.&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;$ pkg-config --variable=libdir krb5
/usr/lib/aarch64-linux-gnu&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;If you have the opportunity to validate that across RHEL and Ubuntu versions, that would be awesome!&lt;/p&gt;</comment>
                            <comment id="391960" author="yujian" created="Mon, 6 Nov 2023 19:38:03 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=adegremont_nvda&quot; class=&quot;user-hover&quot; rel=&quot;adegremont_nvda&quot;&gt;adegremont_nvda&lt;/a&gt;,&lt;br/&gt;
The command works:&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;Ubuntu 20.04.6 LTS x86_64  
/usr/lib/x86_64-linux-gnu

Ubuntu 22.04 LTS x86_64  
/usr/lib/x86_64-linux-gnu

CentOS Linux release 7.9.2009 (Core) x86_64
/usr/lib64

Rocky Linux release 8.8 (Green Obsidian) x86_64  
/usr/lib64

Red Hat Enterprise Linux 9.2 (Plow) x86_64  
/usr/lib64

SUSE Linux 15 SP4 x86_64  
/usr/lib64

SUSE Linux 15 SP5 x86_64  
/usr/lib64
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;However, the extra step is to make sure &quot;pkg-config&quot; is installed. Otherwise, the command cannot get the expected output:&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;# lsb_release -d
Description:    Ubuntu 22.04 LTS

# dpkg -S /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so
libkrb5-dev:amd64: /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so

# pkg-config --variable=libdir krb5
Command &apos;pkg-config&apos; not found, but can be installed with:
apt install pkg-config  # version 0.29.2-1ubuntu3, or
apt install pkgconf     # version 1.8.0-1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="391967" author="simmonsja" created="Mon, 6 Nov 2023 20:23:45 +0000"  >&lt;p&gt;pkg-config is used for libyaml configuration with Lustre so its a hard requirement.&lt;/p&gt;</comment>
                            <comment id="391968" author="yujian" created="Mon, 6 Nov 2023 20:32:02 +0000"  >&lt;p&gt;Thank you &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=simmonsja&quot; class=&quot;user-hover&quot; rel=&quot;simmonsja&quot;&gt;simmonsja&lt;/a&gt; for this info.&lt;br/&gt;
I&apos;m working on a patch to update lustre/autoconf/kerberos5.m4.&lt;/p&gt;</comment>
                            <comment id="392004" author="gerrit" created="Tue, 7 Nov 2023 08:14:45 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53010&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53010&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-17257&quot; title=&quot;GSS/Kerberos does not build on Ubuntu ARM64 system&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-17257&quot;&gt;&lt;del&gt;LU-17257&lt;/del&gt;&lt;/a&gt; build: use pkg-config to find krb5 libdir&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 79b40ead16804f2c7c96f47c137d97a9617e270b&lt;/p&gt;</comment>
                            <comment id="393520" author="gerrit" created="Sat, 18 Nov 2023 21:47:19 +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/c/fs/lustre-release/+/53010/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53010/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-17257&quot; title=&quot;GSS/Kerberos does not build on Ubuntu ARM64 system&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-17257&quot;&gt;&lt;del&gt;LU-17257&lt;/del&gt;&lt;/a&gt; build: use pkg-config to find krb5 libdir&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f7f3247ee2a358d000dc62526a721c1a249354ee&lt;/p&gt;</comment>
                            <comment id="393535" author="pjones" created="Sat, 18 Nov 2023 22:13:21 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </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|i040if:</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>