I'm attempting to get zfs acls to work on Freebsd8.0 rc1. As far as I can tell zfs acls support is available. However, building samba 3.3.8 last night kicked this out during make: The following command failed: cc -I. -I/usr/ports/net/samba33/work/samba-3.3.8/source -I/usr/ports/net/samba33/work/samba-3.3.8/source/iniparser/src -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H -I/usr/local/include -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt -I/usr/local/include -DLDAP_DEPRECATED -O2 -pipe -DLDAP_DEPRECATED -fno-strict-aliasing -O -D_SAMBA_BUILD_=3 -I/usr/ports/net/samba33/work/samba-3.3.8/source/lib -D_SAMBA_BUILD_=3 -fPIC -DPIC -c modules/vfs_zfsacl.c -o modules/vfs_zfsacl.o gmake: *** [modules/vfs_zfsacl.o] Error 1 *** Error code 1 My guess is I'm missing something in my build. But I was too tired to debug it last night. Anyone familiar with this build point me at a clue. TIA