<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:48:02 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-11914] Build error for l_getsepol.c due to missing openssl/evp.h</title>
                <link>https://jira.whamcloud.com/browse/LU-11914</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I got a build failure due to a missing header for the newly-added &lt;tt&gt;l_getsepol&lt;/tt&gt; command:&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;l_getsepol.c:50:25: fatal error: openssl/evp.h: No such file or directory
#include &amp;lt;openssl/evp.h&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This requires the &lt;tt&gt;openssl-devel&lt;/tt&gt; package to be installed in order to build, but that is not in the &lt;tt&gt;BuildRequires&lt;/tt&gt; of &lt;tt&gt;lustre.spec&lt;/tt&gt; file.  Also, for sites that don&apos;t need this utility, the &lt;tt&gt;configure&lt;/tt&gt; check should disable building &lt;tt&gt;l_getsepol&lt;/tt&gt; if the header is not available.&lt;/p&gt;

&lt;p&gt;Finally, there is no &lt;tt&gt;l_getsepol.8&lt;/tt&gt; man page in &lt;tt&gt;lustre/doc&lt;/tt&gt; for this command.&lt;/p&gt;</description>
                <environment>RHEL7.5 without openssl-devel</environment>
        <key id="54746">LU-11914</key>
            <summary>Build error for l_getsepol.c due to missing openssl/evp.h</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="sebastien">Sebastien Buisson</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                            <label>llnl</label>
                    </labels>
                <created>Fri, 1 Feb 2019 20:32:18 +0000</created>
                <updated>Tue, 24 Oct 2023 20:23:59 +0000</updated>
                            <resolved>Fri, 10 May 2019 21:15:32 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="241376" author="sebastien" created="Tue, 5 Feb 2019 13:39:08 +0000"  >&lt;p&gt;I will add a configure check that disables building l_getsepol in case openssl-devel is not available.&lt;/p&gt;

&lt;p&gt;But in this case, I do not see the point of adding a BuildRequires directive into the spec file: thanks to the configure check, there will be no hard dependency.&lt;/p&gt;</comment>
                            <comment id="241379" author="gerrit" created="Tue, 5 Feb 2019 14:13:31 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34183&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34183&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11914&quot; title=&quot;Build error for l_getsepol.c due to missing openssl/evp.h&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11914&quot;&gt;&lt;del&gt;LU-11914&lt;/del&gt;&lt;/a&gt; build: add a configure check for l_getsepol&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e896ef5214f9f1fd22096c259822df81531a3a4f&lt;/p&gt;</comment>
                            <comment id="241382" author="sebastien" created="Tue, 5 Feb 2019 15:11:49 +0000"  >&lt;p&gt;The man page for l_getsepol has been submitted under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-930&quot; title=&quot;Update or improvement to a Lustre man page or documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-930&quot;&gt;LU-930&lt;/a&gt;:&lt;br/&gt;
&lt;a href=&quot;https://review.whamcloud.com/34184&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34184&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242897" author="gerrit" created="Wed, 27 Feb 2019 02:02:48 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34183/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34183/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11914&quot; title=&quot;Build error for l_getsepol.c due to missing openssl/evp.h&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11914&quot;&gt;&lt;del&gt;LU-11914&lt;/del&gt;&lt;/a&gt; build: add a configure check for l_getsepol&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: be6de3db9cace327b3d34870417c96c2ac705313&lt;/p&gt;</comment>
                            <comment id="242924" author="pjones" created="Wed, 27 Feb 2019 05:35:56 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="246863" author="ofaaland" created="Wed, 8 May 2019 23:06:47 +0000"  >&lt;p&gt;Some of the SELinux related patches, such as&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8955&quot; title=&quot;Send SELinux policy info to server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8955&quot;&gt;&lt;del&gt;LU-8955&lt;/del&gt;&lt;/a&gt; sec: create new function sptlrpc_get_sepol()&lt;/p&gt;

&lt;p&gt;were backported to b2_12 for Lustre 2.12.1, but this patch was not, and so 2.12.1 has this build issue.&lt;/p&gt;</comment>
                            <comment id="246864" author="ofaaland" created="Wed, 8 May 2019 23:10:31 +0000"  >&lt;p&gt;The man page addition also did not get backported to 2.12.1, I believe.&lt;/p&gt;</comment>
                            <comment id="246865" author="gerrit" created="Wed, 8 May 2019 23:32:08 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34832&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34832&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11914&quot; title=&quot;Build error for l_getsepol.c due to missing openssl/evp.h&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11914&quot;&gt;&lt;del&gt;LU-11914&lt;/del&gt;&lt;/a&gt; build: add a configure check for l_getsepol&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 00bac8c71132c579e881031fd6e66c68967b11af&lt;/p&gt;</comment>
                            <comment id="247008" author="gerrit" created="Fri, 10 May 2019 21:04:50 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34832/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34832/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11914&quot; title=&quot;Build error for l_getsepol.c due to missing openssl/evp.h&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11914&quot;&gt;&lt;del&gt;LU-11914&lt;/del&gt;&lt;/a&gt; build: add a configure check for l_getsepol&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 68fc8296a7f6889bdb3401b476ef2af555c90a99&lt;/p&gt;</comment>
                            <comment id="247012" author="pjones" created="Fri, 10 May 2019 21:15:32 +0000"  >&lt;p&gt;I think that we set now&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="54865">LU-11960</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="42505">LU-8955</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="78568">LU-17226</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|i00asn:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>