[LU-2945] Configure ZFS build issue Created: 11/Mar/13 Updated: 09/Jan/20 Resolved: 09/Jan/20 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Keith Mannthey (Inactive) | Assignee: | WC Triage |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
The currrent Git tree MASTER and RHEL 6.3 build environment. |
||
| Severity: | 3 |
| Rank (Obsolete): | 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. |