<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:21:03 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-15758] Lustre client module deb package cannot be installed on Debian stable</title>
                <link>https://jira.whamcloud.com/browse/LU-15758</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Compiling Lustre client module package on Debian GNU/Linux 11 (bullseye) results&lt;br/&gt;
in package: &lt;em&gt;lustre-client-modules-5.10.0-13-amd64_2.15.0-RC3-1_amd64.deb&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Installing the package results in 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;
dpkg: dependency problems prevent configuration of lustre-client-modules-5.10.0-13-amd64:
 lustre-client-modules-5.10.0-13-amd64 depends on linux-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt;; however:
  Package linux-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt; is not installed.

dpkg: error processing &lt;span class=&quot;code-keyword&quot;&gt;package&lt;/span&gt; lustre-client-modules-5.10.0-13-amd64 (--install):
 dependency problems - leaving unconfigured
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;because on Debian GNU/Linux 11 (bullseye) there exists &lt;em&gt;no&lt;/em&gt; linux-generic package. See e.g.&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;
$ apt search linux-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt;
Sorting... Done
Full Text Search... Done
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The package exists on Ubuntu (but not Debian):&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;
[tstibor@ubuntu-20-lustre ~]$ apt search linux-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt;
Sorting... Done
Full Text Search... Done
linux-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt;/focal-updates,focal-security 5.4.0.107.111 amd64 [upgradable from: 5.4.0.105.109]
  Complete Generic Linux kernel and headers
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;It seems that commit: &lt;a href=&quot;https://git.whamcloud.com/?p=fs/lustre-release.git;a=blobdiff;f=debian/control.modules.in;h=9fcd4ad214f5915ac38c60eb95dc659434ea7ffc;hp=972fdd1a2da17c07b8f21031f4a67cc72e3b450a;hb=32c4b80192652f55bcef5786e4ec683e85234c04;hpb=faf057b46bc770a1a69cacd59e65a40a4b18b9fd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.whamcloud.com/?p=fs/lustre-release.git;a=commitdiff;h=32c4b80192652f55bcef5786e4ec683e85234c04&lt;/a&gt;&lt;br/&gt;
which added the line:&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;
--- a/debian/control.modules.in
+++ b/debian/control.modules.in
@@ -10,6 +10,7 @@ Package: lustre-client-modules-_KVERS_
 Architecture: any
 Recommends: linux-image, lustre-client-utils
 Provides: lustre-client-modules
+Depends: linux-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt;
 Description: Lustre Linux kernel module (kernel _KVERS_)
  This &lt;span class=&quot;code-keyword&quot;&gt;package&lt;/span&gt; contains the lustre loadable kernel modules &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; the
  patchless client &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; the Lustre cluster filesystem.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;causes the problem.&lt;/p&gt;

&lt;p&gt;How about appending to the depend line:&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;
Depends: linux-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt; | linux-headers-amd64
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>Debian GNU/Linux 11 (bullseye)</environment>
        <key id="69795">LU-15758</key>
            <summary>Lustre client module deb package cannot be installed on Debian stable</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="thomas.stibor">Thomas Stibor</assignee>
                                    <reporter username="thomas.stibor">Thomas Stibor</reporter>
                        <labels>
                            <label>debian</label>
                            <label>ubuntu</label>
                    </labels>
                <created>Tue, 19 Apr 2022 11:46:48 +0000</created>
                <updated>Tue, 5 Jul 2022 22:59:22 +0000</updated>
                            <resolved>Sat, 11 Jun 2022 15:54:45 +0000</resolved>
                                    <version>Lustre 2.15.0</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                    <fixVersion>Lustre 2.15.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="332305" author="gerrit" created="Tue, 19 Apr 2022 12:44:08 +0000"  >&lt;p&gt;&quot;Thomas Stibor &amp;lt;t.stibor@gsi.de&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47087&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47087&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15758&quot; title=&quot;Lustre client module deb package cannot be installed on Debian stable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15758&quot;&gt;&lt;del&gt;LU-15758&lt;/del&gt;&lt;/a&gt; build: Client module DEB can&apos;t be installed on Debian&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6bc66b2dd698af720145f410db610f35dfe5f51a&lt;/p&gt;</comment>
                            <comment id="337442" author="gerrit" created="Sat, 11 Jun 2022 05:55:38 +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/47087/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47087/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15758&quot; title=&quot;Lustre client module deb package cannot be installed on Debian stable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15758&quot;&gt;&lt;del&gt;LU-15758&lt;/del&gt;&lt;/a&gt; build: Client module DEB can&apos;t be installed on Debian&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d409f74274754c87cd14a7f0a19f8d46f6496eb1&lt;/p&gt;</comment>
                            <comment id="337533" author="pjones" created="Sat, 11 Jun 2022 15:54:45 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                            <comment id="338602" author="gerrit" created="Fri, 24 Jun 2022 04:25:25 +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/47736&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47736&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15758&quot; title=&quot;Lustre client module deb package cannot be installed on Debian stable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15758&quot;&gt;&lt;del&gt;LU-15758&lt;/del&gt;&lt;/a&gt; build: Client module DEB can&apos;t be installed on Debian&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cfaedee9f1440b18d255b9813eedd26757812902&lt;/p&gt;</comment>
                            <comment id="339636" author="gerrit" created="Tue, 5 Jul 2022 22:14: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/47736/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47736/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15758&quot; title=&quot;Lustre client module deb package cannot be installed on Debian stable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15758&quot;&gt;&lt;del&gt;LU-15758&lt;/del&gt;&lt;/a&gt; build: Client module DEB can&apos;t be installed on Debian&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 631ede4fb052ed56fae02a0a78117d63076426a6&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|i02nc7:</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>