07:33:47 anybody any luck compiling citus on smartos/illumos? 07:52:19 what errors are you seeing? 07:58:41 commands/multi_copy.c: In function 'CreateLocalColocatedIntermediateFile': 07:58:41 commands/multi_copy.c:2695:24: error: 'S_IRUSR' undeclared (first use in this function) 07:58:41 2695 | const int fileMode = (S_IRUSR | S_IWUSR); 07:59:13 a gnu libc thing 08:00:26 include sys/stat.h 08:03:50 compiles - thank you