<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:14:00 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-8028] build fails after configure --disable-modules</title>
                <link>https://jira.whamcloud.com/browse/LU-8028</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This is on current master, CentOS 7.&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;$ sh autogen.sh &amp;amp;&amp;amp; ./configure --disable-modules
...
$ make
...
gcc -DHAVE_CONFIG_H -I. -I../..  -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /work/lustre-release/undef.h -include /work/lustre-release/config.h -I/work/lustre-release/libcfs/include -I/work/lustre-release/lnet/include -I/work/lustre-release/lustre/include  -fPIC -g -O2 -Wall -Werror -MT libcfsutil_a-parser.o -MD -MP -MF .deps/libcfsutil_a-parser.Tpo -c -o libcfsutil_a-parser.o `test -f &apos;util/parser.c&apos; || echo &apos;./&apos;`util/parser.c
In file included from &amp;lt;command-line&amp;gt;:0:0:
/usr/include/stdc-predef.h:40:1: fatal error: /work/lustre-release/undef.h: No such file or directory
 #endif
 ^
compilation terminated.make[4]: *** [libcfsutil_a-parser.o] Error 1
make[4]: Leaving directory `/work/lustre-release/libcfs/libcfs&apos;
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/work/lustre-release/libcfs/libcfs&apos;
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/work/lustre-release/libcfs&apos;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/work/lustre-release&apos;
make: *** [all] Error 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The workaround is to do &lt;tt&gt;make undef.h&lt;/tt&gt;. &lt;/p&gt;</description>
                <environment></environment>
        <key id="36171">LU-8028</key>
            <summary>build fails after configure --disable-modules</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="dmiter">Dmitry Eremin</assignee>
                                    <reporter username="rread">Robert Read</reporter>
                        <labels>
                    </labels>
                <created>Fri, 15 Apr 2016 05:24:08 +0000</created>
                <updated>Tue, 6 Feb 2018 05:20:54 +0000</updated>
                            <resolved>Tue, 6 Feb 2018 05:20:54 +0000</resolved>
                                                    <fixVersion>Lustre 2.11.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="149061" author="dmiter" created="Fri, 15 Apr 2016 10:13:24 +0000"  >&lt;p&gt;The dependency from undef.h is specified for modules and dist-hook only. So, just need to add it to all-am. Will push patch soon.&lt;/p&gt;</comment>
                            <comment id="218789" author="gerrit" created="Mon, 22 Jan 2018 09:49:25 +0000"  >&lt;p&gt;Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30965&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30965&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8028&quot; title=&quot;build fails after configure --disable-modules&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8028&quot;&gt;&lt;del&gt;LU-8028&lt;/del&gt;&lt;/a&gt; build: fix make dependencies for --disable-modules&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 17d50a8be07a1ef280fd07267e8ded951157c4be&lt;/p&gt;</comment>
                            <comment id="218953" author="simmonsja" created="Wed, 24 Jan 2018 01:24:54 +0000"  >&lt;p&gt;Its really that easy to fix? This is a good step to getting the lustre utils with the upstream tree.&lt;/p&gt;</comment>
                            <comment id="218985" author="dmiter" created="Wed, 24 Jan 2018 11:21:35 +0000"  >&lt;p&gt;yes, this is easy fix for this issue. &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&#160;You can check that it helps.&lt;/p&gt;</comment>
                            <comment id="220068" author="gerrit" created="Tue, 6 Feb 2018 04:28:51 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30965/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30965/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8028&quot; title=&quot;build fails after configure --disable-modules&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8028&quot;&gt;&lt;del&gt;LU-8028&lt;/del&gt;&lt;/a&gt; build: fix make dependencies for --disable-modules&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: be77f4b1a5d064a4eb5c96008598c1912fe81bef&lt;/p&gt;</comment>
                            <comment id="220095" author="pjones" created="Tue, 6 Feb 2018 05:20:54 +0000"  >&lt;p&gt;Landed for 2.11&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|hzy86n:</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>