<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:33:55 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-10311] YAML development librairies are not installed on the build infrastructure</title>
                <link>https://jira.whamcloud.com/browse/LU-10311</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Since this commit:&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;commit ccafcc7116411c7d276c5b8523b0effb4c4dd796
Author: James Simmons &amp;lt;uja.ornl@yahoo.com&amp;gt;
Date:   Tue Nov 21 21:43:14 2017 -0500

    LU-9897 utils: make liblnetconfig a hard requirment
    
    With the recent changes to LNet lnetctl is now really a hard
    requirment. This patch makes lustre require libyaml libraries
    in order to build. In turn liblnetconfig and lnetctl are now
    always built.
    
    Test-Parameters: trivial
    
    Change-Id: I26ff9397f3d5ba11da5ab4e76658ffd8c27ed035
    Signed-off-by: James Simmons &amp;lt;uja.ornl@yahoo.com&amp;gt;
    Reviewed-on: https://review.whamcloud.com/30204
    Tested-by: Jenkins
    Tested-by: Maloo &amp;lt;hpdd-maloo@intel.com&amp;gt;
    Reviewed-by: Andreas Dilger &amp;lt;andreas.dilger@intel.com&amp;gt;
    Reviewed-by: Sonia Sharma &amp;lt;sonia.sharma@intel.com&amp;gt;
    Reviewed-by: Olaf Weber &amp;lt;olaf.weber@hpe.com&amp;gt;
    Reviewed-by: Oleg Drokin &amp;lt;oleg.drokin@intel.com&amp;gt;

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Builds launched from gerrit are failing with the error message:&lt;br/&gt;
 &lt;font color=&quot;#FF0000&quot;&gt;configure: error: YAML development libraries not not installed&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;Example of failing build:&lt;br/&gt;
 &lt;a href=&quot;http://build.lustre.org/builders/CentOS%207.2%20x86_64%20%28TARBALL%29/builds/10936&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.lustre.org/builders/CentOS%207.2%20x86_64%20%28TARBALL%29/builds/10936&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="49515">LU-10311</key>
            <summary>YAML development librairies are not installed on the build infrastructure</summary>
                <type id="9" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/undefined.png">Question/Request</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="6">Not a Bug</resolution>
                                        <assignee username="ofaaland">Olaf Faaland</assignee>
                                    <reporter username="cealustre">CEA</reporter>
                        <labels>
                    </labels>
                <created>Fri, 1 Dec 2017 15:54:13 +0000</created>
                <updated>Wed, 5 Aug 2020 13:50:24 +0000</updated>
                            <resolved>Fri, 1 Dec 2017 20:20:44 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="215135" author="simmonsja" created="Fri, 1 Dec 2017 16:06:31 +0000"  >&lt;p&gt;This is very much needed now. Soon &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9324&quot; title=&quot;sanity-pfl test 10 needs to reset the file system default layout&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9324&quot;&gt;&lt;del&gt;LU-9324&lt;/del&gt;&lt;/a&gt; will land which make needing libYAML even more of a requirement.&lt;/p&gt;</comment>
                            <comment id="215141" author="pjones" created="Fri, 1 Dec 2017 18:05:22 +0000"  >&lt;p&gt;Olaf&lt;/p&gt;

&lt;p&gt;Is anyone from LLNL still maintaining this build farm?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="215147" author="ofaaland" created="Fri, 1 Dec 2017 18:30:13 +0000"  >&lt;p&gt;Peter,&lt;/p&gt;

&lt;p&gt;Yes, Joe Di Natale runs it.&#160; I&apos;ll let him know and will update this ticket when it&apos;s done.&lt;/p&gt;</comment>
                            <comment id="215158" author="dinatale2" created="Fri, 1 Dec 2017 20:08:42 +0000"  >&lt;p&gt;libyaml is being installed on CentOS. On Ubuntu 14.04, from what I can tell, there is no libyaml, but there is libyaml-0-2. libyaml-dev(el) is being installed as well. That appears to resolve the build problems. This can be closed.&lt;/p&gt;

&lt;p&gt;For the future, can you create an issue at &lt;a href=&quot;https://github.com/opensfs/lustre-buildbot-config/issues&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/opensfs/lustre-buildbot-config/issues&lt;/a&gt; as well? I&apos;ll be emailed as soon as the issue is created and I&apos;ll be able to provide a quicker response next time.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</comment>
                            <comment id="215160" author="pjones" created="Fri, 1 Dec 2017 20:20:44 +0000"  >&lt;p&gt;thanks Joe!&lt;/p&gt;</comment>
                            <comment id="215171" author="bougetq" created="Fri, 1 Dec 2017 21:19:02 +0000"  >&lt;p&gt;Got it, thanks!&lt;/p&gt;</comment>
                            <comment id="217244" author="firat.yilmaz" created="Fri, 29 Dec 2017 10:50:34 +0000"  >&lt;p&gt;Thanks a lot&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|hzzokv:</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>