John David Anglin wrote: > The following error occurs building coreutils-8.24 on hppa2.0w-hp-hpux11.11 with gcc-5: > > CC lib/set-permissions.o../lib/set-permissions.c: In function 'context_acl_from_mode': > ../lib/set-permissions.c:288:27: error: 'mode' undeclared (first use in this function) > ctx->entries[0].mode = (mode >> 6) & 7; ... Thanks for reporting that. There are some obvious typos in the recent ACL-related patches when compiled on HP-UX. I installed the attached patch into gnulib; can you please give it a try on coreutils 8.24? I don't have access to an HP-UX box to test it myself. I'll CC: this to Andreas Gruenbacher, the author of the recent patches, to give him a heads-up.