<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:33:23 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-3377] Cannot build with zfs if development headers are not in standard directories</title>
                <link>https://jira.whamcloud.com/browse/LU-3377</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When building with zfs, ./configure lets us define specific paths for spl and zfs headers, in addition to spl and zfs object directories:&lt;br/&gt;
--with-spl=path&lt;br/&gt;
--with-spl-obj&lt;br/&gt;
--with-zfs=path&lt;br/&gt;
--with-zfs-obj&lt;/p&gt;

&lt;p&gt;The problem is there is no equivalent for zfs development headers. In config/lustre-build-zfs.m4, the &apos;LB_ZFS_USER&apos; configure check looks at /usr/include/libzfs and /usr/include/libspl, and there is no way to specify alternate directories.&lt;/p&gt;

&lt;p&gt;It seems a configure option like --with-zfs-devel is missing.&lt;/p&gt;</description>
                <environment></environment>
        <key id="19099">LU-3377</key>
            <summary>Cannot build with zfs if development headers are not in standard directories</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="sebastien.buisson">Sebastien Buisson</reporter>
                        <labels>
                            <label>zfs</label>
                    </labels>
                <created>Wed, 22 May 2013 11:55:14 +0000</created>
                <updated>Thu, 18 Dec 2014 18:21:09 +0000</updated>
                            <resolved>Thu, 18 Dec 2014 18:20:57 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                    <fixVersion>Lustre 2.5.0</fixVersion>
                    <fixVersion>Lustre 2.4.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="59051" author="pjones" created="Wed, 22 May 2013 14:04:01 +0000"  >&lt;p&gt;Nathaniel&lt;/p&gt;

&lt;p&gt;Could you please comment on this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="59197" author="nedbass" created="Thu, 23 May 2013 21:13:57 +0000"  >&lt;p&gt;Brian may be able to comment as well, since he added those configure checks (added him to watchers).&lt;/p&gt;</comment>
                            <comment id="59347" author="bzzz" created="Mon, 27 May 2013 04:55:24 +0000"  >&lt;p&gt;yes, same problem here.. it&apos;d be very nice if we don&apos;t need to install spl/zfs on a build system (os/x in my case).&lt;/p&gt;</comment>
                            <comment id="59816" author="behlendorf" created="Fri, 31 May 2013 22:23:37 +0000"  >&lt;p&gt;Right, a --with-zfs-user option for the user space libraries was accidentally omitted.  I&apos;m all for adding one, and updating the default behavior such that it automatically disables the zfs user builds if the libraries don&apos;t exist AND --with-zfs wasn&apos;t passed.  For now you should be able to pass the --without-zfs option to disable the checks.&lt;/p&gt;</comment>
                            <comment id="60010" author="bzzz" created="Wed, 5 Jun 2013 05:30:15 +0000"  >&lt;p&gt;Brian, would it be possible to build with in-tree headers?&lt;/p&gt;</comment>
                            <comment id="60038" author="behlendorf" created="Wed, 5 Jun 2013 16:19:59 +0000"  >&lt;p&gt;Adding an option to specify the libzfs and libspl include path should allow you to build using the in-tree zfs headers.  Then you would then also need to add lib/libzfs and lib/libspl directories to your library path so dlopen(3) can find them at run time.  Wouldn&apos;t it be easier just to install the devel headers and libraries?  Unless your actively working on the ZFS tree I&apos;m not sure building in-tree is worth the hassle.&lt;/p&gt;</comment>
                            <comment id="60077" author="bzzz" created="Thu, 6 Jun 2013 05:29:02 +0000"  >&lt;p&gt;well, I do all the builds on the host (OS/X) and then run in a virtual machine.&lt;/p&gt;</comment>
                            <comment id="101970" author="utopiabound" created="Thu, 18 Dec 2014 18:20:57 +0000"  >&lt;p&gt;This functionality was included in patch on &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3497&quot; title=&quot;Lustre build system hardcoded to using ZFS development headers in /usr/include only. &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3497&quot;&gt;&lt;del&gt;LU-3497&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;http://review.whamcloud.com/6750&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/6750&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="19525">LU-3497</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|hzvrkf:</customfieldvalue>

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