Hardware: AIX OS 7.1.4.4 C-compiler xlc ver 13.1.3.0 config option: ./buildtools/bin/waf configure -j1 --prefix=/opt/DSV/samba --exec-prefix=/opt/DSV/samba --check-c-compiler=xlc --without-ldap --without-ads --without-ad-dc --bundled-libraries=ALL [2533/3388] Compiling source3/rpc_server/rpc_sock_helper.c "../source3/modules/vfs_aixacl2.c", line 479.63: 1506-045 (S) Undeclared identifier name. Waf: Leaving directory `/build/sw/samba/samba-4.7.0rc4/bin' source code: +470 int aixjfs2_sys_acl_set_file(vfs_handle_struct *handle, +471 const struct smb_filename *smb_fname, +472 SMB_ACL_TYPE_T type, +473 SMB_ACL_T theacl) +474 { +475 struct acl *acl_aixc; +476 acl_type_t acl_type_info; +477 int rc; +478 +479 DEBUG(10, ("aixjfs2_sys_acl_set_file invoked for %s", name)); +480 +481 rc = aixjfs2_query_acl_support((char *)smb_fname->base_name, +482 ACL_AIXC, &acl_type_info); +483 if (rc) { +484 DEBUG(8, ("jfs2_set_nt_acl: AIXC support not found\n")); +485 return -1; +486 }
*** This bug has been marked as a duplicate of bug 13345 ***