$ kextutil -verbose 3 -no-load /System/Library/Extensions/zfs.kext
No kernel file specified; using running kernel for linking.
/System/Library/Extensions/zfs.kext - no dependency found for
net.lundman.kernel.dependecies.
/System/Library/Extensions/zfs.kext - no dependency found for
net.lundman.kernel.dependecies.
/System/Library/Extensions/zfs.kext has problems:
Dependency Resolution Failures:
No kexts found for these libraries:
net.lundman.kernel.dependecies
./configure CC=clang CXX=clang++
or
# ./configure CC=llvm-gcc CXX=llvm-g++checking kernel module prefix... /System/Library/Extensions
checking kernel header directory... Not found
Darwin Jasons-iMac-3.local 13.0.0 Darwin Kernel Version 13.0.0: Tue Jul 2 15:57:48 PDT 2013; root:xnu-2422.1.35~2/RELEASE_X86_64 x86_64
Xcode 5.0
autoconf (GNU Autoconf) 2.69
grep -e '^C[CX]\+ = ' Makefile
grep: Makefile: No such file or directory
./configure CC=clang CXX=clang++ --with-spl=module/splsudo kextload -r /tmp/ -v /tmp/spl.kext
Requesting load of /tmp/spl.kext.
/tmp/spl.kext failed to load - (libkern/kext) different version/uuid already loaded; check the system/kernel logs for errors or try kextutil(8).
Jasons-iMac-3:spl developer$ kextstat | grep spl
140 1 0xffffff7f825d9000 0xc000 0xc000 net.lundman.spl (1.0.0) <7 5 4 3 1>
Jasons-iMac-3:spl developer$ kextstat | grep zfs
122 0 0xffffff7f824ec000 0x69000 0x69000 org.maczfs.zfs.fs (74.3.0) <7 5 4 1>
142 0 0xffffff7f825e5000 0x1ee000 0x1ee000 net.lundman.zfs (1.0.0) <141 140 15 7 5 4 3 1>
…
Jasons-iMac-3:spl developer$ kextstat | grep zfs
122 0 0xffffff7f824ec000 0x69000 0x69000 org.maczfs.zfs.fs (74.3.0) <7 5 4 1>
142 0 0xffffff7f825e5000 0x1ee000 0x1ee000 net.lundman.zfs (1.0.0) <141 140 15 7 5 4 3 1>