<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:27:05 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-2658] Building a patchless client on ubuntu 12.04</title>
                <link>https://jira.whamcloud.com/browse/LU-2658</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Hi&apos;&lt;/p&gt;

&lt;p&gt;The quest is to build a patchless lustre client for the ubuntu platform, in this case the 12.04 version. Configuring of lustre thus takes place with option --disable-server.&lt;/p&gt;

&lt;p&gt;As expected, 2.3.0 does not compile nicely, since 2.3.0 is not linux-3.x.y aware. However, I take note, that there has over autumn last year been activities in making lustre linux-3.x.y aware.&lt;/p&gt;

&lt;p&gt;From git I have downloaded tag 2.3.58 (1f77320), and that fails to compile as well, but going a step backward to tag 2.3.57 (fad209e) was a successful compilation experience, and I now have a lustre client running based on that tag. &lt;/p&gt;

&lt;p&gt;For your information, the compile of tag 2.3.58 fails at the following spot, and it would be great, if this could be fixed for tag post2.3.58.&lt;/p&gt;

&lt;p&gt;/home/tl/source/lustre-release-1f77320/lustre/llite/file.c: In function &#8216;ll_file_seek&#8217;:&lt;br/&gt;
/home/tl/source/lustre-release-1f77320/lustre/llite/file.c:2036:8: error: too many arguments to function &#8216;generic_file_llseek_size&#8217;&lt;br/&gt;
/home/tl/source/linux-headers-3.2.0-23-generic/include/linux/fs.h:2451:15: note: declared here&lt;/p&gt;

&lt;p&gt;Best regards.&lt;/p&gt;

&lt;p&gt;Thomas.&lt;/p&gt;</description>
                <environment>### lsb_release -a&lt;br/&gt;
No LSB modules are available.&lt;br/&gt;
Distributor ID:	Ubuntu&lt;br/&gt;
Description:	Ubuntu 12.04.1 LTS&lt;br/&gt;
Release:	12.04&lt;br/&gt;
Codename:	precise&lt;br/&gt;
&lt;br/&gt;
### uname -a&lt;br/&gt;
Linux tltest 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux</environment>
        <key id="17244">LU-2658</key>
            <summary>Building a patchless client on ubuntu 12.04</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="mdiep">Minh Diep</assignee>
                                    <reporter username="ki11er_bob">Thomas Lorenzen</reporter>
                        <labels>
                            <label>LB</label>
                    </labels>
                <created>Mon, 21 Jan 2013 07:19:38 +0000</created>
                <updated>Tue, 26 Feb 2013 23:50:44 +0000</updated>
                            <resolved>Tue, 26 Feb 2013 23:50:44 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="50880" author="ki11er_bob" created="Mon, 21 Jan 2013 07:44:05 +0000"  >&lt;p&gt;Hi&apos;&lt;/p&gt;

&lt;p&gt;I just take note, that 2.3.59 was tagged over the weekend, so I quickly tried that tag out as well, but it fails to compile at the same spot as does 2.3.58.&lt;/p&gt;

&lt;p&gt;Best regards.&lt;/p&gt;

&lt;p&gt;Thomas.&lt;/p&gt;</comment>
                            <comment id="50925" author="pjones" created="Mon, 21 Jan 2013 14:55:43 +0000"  >&lt;p&gt;Minh&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="50967" author="simmonsja" created="Tue, 22 Jan 2013 08:06:41 +0000"  >&lt;p&gt;This will impact the FC18 support as well in ticket &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1812&quot; title=&quot;3.6/FC18 Server Patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1812&quot;&gt;&lt;del&gt;LU-1812&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="51618" author="ki11er_bob" created="Fri, 1 Feb 2013 08:53:27 +0000"  >&lt;p&gt;Hi&apos;&lt;/p&gt;

&lt;p&gt;Just commenting, that also the recently tagged version 2.3.60 suffers from the reported issue.&lt;/p&gt;

&lt;p&gt;Best regards.&lt;/p&gt;

&lt;p&gt;Thomas.&lt;/p&gt;</comment>
                            <comment id="51623" author="simmonsja" created="Fri, 1 Feb 2013 09:38:44 +0000"  >&lt;p&gt;Can you take a look at &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2148&quot; title=&quot;Kernel update for latest FC18 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2148&quot;&gt;&lt;del&gt;LU-2148&lt;/del&gt;&lt;/a&gt;/&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2686&quot; title=&quot;Kernel update for 3.7.2-201.fc18&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2686&quot;&gt;&lt;del&gt;LU-2686&lt;/del&gt;&lt;/a&gt;. Some patches are floating around that might help you. What kernel version is this?&lt;/p&gt;</comment>
                            <comment id="51730" author="mdiep" created="Mon, 4 Feb 2013 13:47:37 +0000"  >&lt;p&gt;patch &lt;a href=&quot;http://review.whamcloud.com/#change,5244&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,5244&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51979" author="ys" created="Thu, 7 Feb 2013 12:02:44 +0000"  >&lt;p&gt;Hi, Thomas, Could you please give a try to Minh&apos;s patch and feedback to us? I suspect it may failed by &apos;set but unused&apos; warning. But i am not sure that Ubuntu if enabled it.&lt;/p&gt;</comment>
                            <comment id="52715" author="mdiep" created="Tue, 19 Feb 2013 17:45:07 +0000"  >&lt;p&gt;Hi Thomas,&lt;/p&gt;

&lt;p&gt;Any update on this?&lt;/p&gt;</comment>
                            <comment id="53074" author="pjones" created="Tue, 26 Feb 2013 23:50:44 +0000"  >&lt;p&gt;Landed for 2.4&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|hzvfrr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6201</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>