Details
-
Bug
-
Resolution: Not a Bug
-
Minor
-
None
-
None
-
None
-
The currrent Git tree MASTER and RHEL 6.3 build environment.
-
3
-
7067
Description
My git tree is presently failing to configure.
./configure --with-linux=/home/build/kernel/rpmbuild/BUILD/kernel-2.6.32.mar_10_debug_1/
This is at the end
checking whether to enable zfs... yes checking for location of zfs library headers... /usr/include checking zfs source directory... /home/build/zfs checking zfs object directory... /home/build/zfs checking zfs module symbols... Module.symvers checking zfs source release... unknown configure: error: Could not locate zfs_config.h or META to check release.
It the PAST as have built with ZFS and /home/build/zfs was a spot where zfs was. In THIS build I don't care about ZFS nor do I attempt to configure it.
Enable ZFS should be a NO. It seems like it is retaining an old configure call.
Checking out a new git master didn't fix the issue. I am sure it is some non-committed file that is being persistent.
I didn't want to atomic reset this tree to preserve any debug state so I pulled down a separate git clone on my build box and that build worked as expected.