Hello, I was trying to compile trinity-2013-06-17 build on s390x with kernel 3.9.4 and have hit the following issue: CC syscalls/fcntl.o syscalls/fcntl.c: In function ‘sanitise_fcntl’: syscalls/fcntl.c:70:2: error: duplicate case value case F_GETLK64: ^ syscalls/fcntl.c:65:2: error: previously used here case F_GETLK: ^ syscalls/fcntl.c:72:2: error: duplicate case value case F_SETLK64: ^ syscalls/fcntl.c:66:2: error: previously used here case F_SETLK: ^ syscalls/fcntl.c:74:2: error: duplicate case value case F_SETLKW64: ^ syscalls/fcntl.c:67:2: error: previously used here case F_SETLKW: ^ make: *** [syscalls/fcntl.o] Error 1 Was this a known issue and I was not able to find anything related to this in archived mails. Thanks! -Sravan. -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html