Skip to content

Instantly share code, notes, and snippets.

@zigmoo
Created June 25, 2014 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zigmoo/8e0832e48a0a5e9fac3f to your computer and use it in GitHub Desktop.
Save zigmoo/8e0832e48a0a5e9fac3f to your computer and use it in GitHub Desktop.
openzfsonosx make install error
Making install in zfs
/usr/local/bin/gmkdir -p '/usr/bin'
rm -rf /Users/moo/Library/Extensions/zfs.kext
mkdir -p /Users/moo/Library/Extensions/zfs.kext
rsync -r zfs.kext/ /Users/moo/Library/Extensions/zfs.kext
chown -R root:wheel /Users/moo/Library/Extensions/zfs.kext
To load module: kextload -v /Users/moo/Library/Extensions/zfs.kext
To uninstall module: rm -rf /Users/moo/Library/Extensions/zfs.kext
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in dracut
Making install in 90zfs
make[3]: Nothing to be done for `install-exec-am'.
/usr/local/bin/gmkdir -p '/usr/lib/dracut/modules.d/90zfs'
/usr/local/bin/ginstall -c ../../dracut/90zfs/module-setup.sh ../../dracut/90zfs/mount-zfs.sh ../../dracut/90zfs/parse-zfs.sh '/usr/lib/dracut/modules.d/90zfs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in udev
Making install in rules.d
make[3]: Nothing to be done for `install-exec-am'.
/usr/local/bin/gmkdir -p '/usr/lib/udev/rules.d'
/usr/local/bin/ginstall -c -m 644 ../../udev/rules.d/69-vdev.rules ../../udev/rules.d/60-zvol.rules ../../udev/rules.d/90-zfs.rules '/usr/lib/udev/rules.d'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in etc
Making install in zfs
make[3]: Nothing to be done for `install-exec-am'.
/usr/local/bin/gmkdir -p '/etc/zfs'
/usr/local/bin/ginstall -c -m 644 vdev_id.conf.alias.example vdev_id.conf.sas_direct.example vdev_id.conf.sas_switch.example vdev_id.conf.multipath.example '/etc/zfs'
Making install in launchd
Making install in daemons
make[4]: Nothing to be done for `install-exec-am'.
/usr/local/bin/gmkdir -p '/Library/LaunchDaemons'
/usr/local/bin/ginstall -c -m 644 ../../../etc/launchd/daemons/org.openzfsonosx.zed.service.plist ../../../etc/launchd/daemons/org.openzfsonosx.zpool-autoimport.plist '/Library/LaunchDaemons'
Making install in launchd.d
make[4]: Nothing to be done for `install-exec-am'.
/usr/local/bin/gmkdir -p '/usr/libexec/zfs/launchd.d'
/usr/local/bin/gmkdir: cannot create directory ‘/usr/libexec/zfs’: File exists
make[4]: *** [install-launchdscriptSCRIPTS] Error 1
make[3]: *** [install-am] Error 2
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment