<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:10:25 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-788] &apos;make rpm&apos; fails unless &apos;make&apos; is performed first</title>
                <link>https://jira.whamcloud.com/browse/LU-788</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;If you execute a &lt;tt&gt;make rpm&lt;/tt&gt; with first doing a &lt;tt&gt;make&lt;/tt&gt; you will observe the following 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;...
+ /bin/rm -rf /home/build/kernel/rpmbuild/BUILDROOT/lustre-iokit-1.2-201110211941.x86_64
+ exit 0
make[1]: Leaving directory `/home/build/lustre-release/lustre-iokit&apos;
Finished rpms in lustre-iokit
make[1]: Entering directory `/home/build/lustre-release&apos;
make[1]: *** No rule to make target `/home/build/lustre-release/ldiskfs/Module.symvers&lt;span class=&quot;code-quote&quot;&gt;&apos;, needed by `Module.symvers&apos;&lt;/span&gt;.  Stop.
make[1]: Leaving directory `/home/build/lustre-release&apos;
make: *** [rpms] Error 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>I&amp;#39;ve seen this on RHEL6.0, suspect that it also affects RHEL6.1</environment>
        <key id="12231">LU-788</key>
            <summary>&apos;make rpm&apos; fails unless &apos;make&apos; is performed first</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="rhenwood">Richard Henwood</assignee>
                                    <reporter username="rhenwood">Richard Henwood</reporter>
                        <labels>
                    </labels>
                <created>Mon, 24 Oct 2011 10:51:15 +0000</created>
                <updated>Wed, 10 Oct 2012 15:54:50 +0000</updated>
                            <resolved>Wed, 10 Oct 2012 15:54:45 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="22559" author="jaylan" created="Sun, 6 Nov 2011 14:37:24 +0000"  >&lt;p&gt;Yes, it affects RHEL6.1 on me.&lt;/p&gt;</comment>
                            <comment id="22642" author="jaylan" created="Mon, 7 Nov 2011 12:12:35 +0000"  >&lt;p&gt;Hmmm, the title line suggested if you do a make first before &apos;make rpm&apos;, you will be fine. But then the description section seems imply otherwise?&lt;/p&gt;

&lt;p&gt;I ran into the error yesterday trying to build 2.1 on rhel6.1 by doing &apos;make rpm&apos;&lt;br/&gt;
first without doing a &apos;make&apos;. So, I did a &apos;make&apos; followed by a &apos;make rpm&apos; and it&lt;br/&gt;
worked for me! My experience confirmed what the title of this bug suggested.&lt;/p&gt;</comment>
                            <comment id="22643" author="simmonsja" created="Mon, 7 Nov 2011 12:15:50 +0000"  >&lt;p&gt;I have seen this on CentOS 5.X as well&lt;/p&gt;</comment>
                            <comment id="23548" author="adilger" created="Wed, 30 Nov 2011 02:45:05 +0000"  >&lt;p&gt;I believe that there was some patch landed on the orion branch which solved this problem with Module.symvers.&lt;/p&gt;

&lt;p&gt;Brian, is there a patch pending landing on master as well?&lt;/p&gt;</comment>
                            <comment id="23567" author="zhujo01" created="Wed, 30 Nov 2011 12:58:06 +0000"  >&lt;p&gt;I saw the same issue happened when I was trying to build Lustre 2.1 client on Ubuntu 10.04.&lt;/p&gt;</comment>
                            <comment id="27965" author="rhenwood" created="Mon, 6 Feb 2012 11:58:15 +0000"  >&lt;p&gt;I have updated the walk-thru:&lt;br/&gt;
&lt;a href=&quot;http://wiki.whamcloud.com/display/PUB/Walk-thru-+Build+Lustre+MASTER+on+RHEL+6.1+from+Whamcloud+git&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://wiki.whamcloud.com/display/PUB/Walk-thru-+Build+Lustre+MASTER+on+RHEL+6.1+from+Whamcloud+git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The workaround (issue a &lt;tt&gt;make&lt;/tt&gt; before &lt;tt&gt;make rpm&lt;/tt&gt;) is now included.&lt;/p&gt;</comment>
                            <comment id="46345" author="rhenwood" created="Wed, 10 Oct 2012 15:54:45 +0000"  >&lt;p&gt;At some point in the past, this bug got fixed and is no-longer present.&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|hzvhtr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6537</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>