<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:35:58 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-10536] building with --disable-shared fails when ZFS is enabled</title>
                <link>https://jira.whamcloud.com/browse/LU-10536</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Building with &lt;tt&gt;--disable-shared&lt;/tt&gt; fails when ZFS is enabled due to a missing dependency:&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;# git clean -fxd &amp;amp;&amp;amp; mcs &amp;amp;&amp;amp; sh autogen.sh &amp;amp;&amp;amp; ./configure --disable-shared &amp;amp;&amp;amp; make
...
mv -f .deps/mount_lustre-mount_utils.Tpo .deps/mount_lustre-mount_utils.Po
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_B\
ITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -lzfs   -o mount.lustre mount_lustre-mount_lustre.o mount_lustre-\
mount_utils.o  ../../libcfs/libcfs/libcfs.la   libmount_utils_zfs.a libmount_utils_ldiskfs.a
libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 \
-Wall -Werror -o mount.lustre mount_lustre-mount_lustre.o mount_lustre-mount_utils.o  -lzfs ../../libcfs/libcf\
s/.libs/libcfs.a libmount_utils_zfs.a libmount_utils_ldiskfs.a
/usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libzfs.so: undefined reference to symbol\
 &apos;nvpair_name&apos;
/usr/lib64/libnvpair.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[4]: *** [mount.lustre] Error 1
make[4]: Leaving directory `/root/lustre-release/lustre/utils&apos;
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/lustre-release/lustre/utils&apos;
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/lustre-release/lustre&apos;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/lustre-release&apos;
make: *** [all] Error 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="50324">LU-10536</key>
            <summary>building with --disable-shared fails when ZFS is enabled</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="simmonsja">James A Simmons</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                    </labels>
                <created>Fri, 19 Jan 2018 18:35:53 +0000</created>
                <updated>Fri, 9 Feb 2018 13:09:41 +0000</updated>
                            <resolved>Fri, 9 Feb 2018 13:09:41 +0000</resolved>
                                                    <fixVersion>Lustre 2.11.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="218682" author="simmonsja" created="Fri, 19 Jan 2018 19:31:23 +0000"  >&lt;p&gt;I can take a look. Sound like we just need to link to libnvpair.so&lt;/p&gt;</comment>
                            <comment id="218690" author="jhammond" created="Fri, 19 Jan 2018 20:41:30 +0000"  >&lt;p&gt;Hi James, &lt;/p&gt;

&lt;p&gt;I have a patch just haven&apos;t pushed it yet.&lt;/p&gt;</comment>
                            <comment id="218702" author="gerrit" created="Fri, 19 Jan 2018 21:39:48 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30947&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30947&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10536&quot; title=&quot;building with --disable-shared fails when ZFS is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10536&quot;&gt;&lt;del&gt;LU-10536&lt;/del&gt;&lt;/a&gt; build: add -lnvpair to ZFS LDFLAGS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8685925396b1d5e79f7b61bef614839681480340&lt;/p&gt;</comment>
                            <comment id="219506" author="gerrit" created="Wed, 31 Jan 2018 05:52:47 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30947/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30947/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10536&quot; title=&quot;building with --disable-shared fails when ZFS is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10536&quot;&gt;&lt;del&gt;LU-10536&lt;/del&gt;&lt;/a&gt; build: add -lnvpair to ZFS LDFLAGS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: eabd5d7d7ee450698f1ff6ae20bf1072cae9c89c&lt;/p&gt;</comment>
                            <comment id="219533" author="pjones" created="Wed, 31 Jan 2018 14:03:25 +0000"  >&lt;p&gt;Landed for 2.11&lt;/p&gt;</comment>
                            <comment id="219752" author="gerrit" created="Thu, 1 Feb 2018 19:40:58 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31128&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31128&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10536&quot; title=&quot;building with --disable-shared fails when ZFS is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10536&quot;&gt;&lt;del&gt;LU-10536&lt;/del&gt;&lt;/a&gt; build: add path for libnvpair to zfslib&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ea7bd8cc35347787768aede9452dadcc844a6c35&lt;/p&gt;</comment>
                            <comment id="220538" author="gerrit" created="Fri, 9 Feb 2018 05:58:38 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31128/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31128/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10536&quot; title=&quot;building with --disable-shared fails when ZFS is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10536&quot;&gt;&lt;del&gt;LU-10536&lt;/del&gt;&lt;/a&gt; build: add path for libnvpair to zfslib&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 45ad1a73829763f9a0ebe0f2c6f25d254697f0e6&lt;/p&gt;</comment>
                            <comment id="220565" author="pjones" created="Fri, 9 Feb 2018 13:09:41 +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|hzzren:</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>