Re: building mysql-8.0.15 buf0buf.cc: SYS_gettid error
Try adding this after #include <sys/types.h> in storage/innobase/buf/buf0flu.cc:
#include <sys/syscall.h>
It may be that system header files have been changed in later updates to Red Hat / Centos 6 so that this gets included via other files. In Oracle Linux 6.10 it builds fine without that #include.
Let us know here if this worked.
Subject
Views
Written By
Posted
2904
April 26, 2019 09:34AM
914
April 26, 2019 12:10PM
1107
April 26, 2019 07:28PM
1031
April 28, 2019 09:34PM
863
July 07, 2019 07:59PM
1546
May 16, 2019 03:44PM
Re: building mysql-8.0.15 buf0buf.cc: SYS_gettid error
900
July 08, 2019 02:22AM
1051
July 19, 2019 12:24AM
839
July 20, 2019 05:51AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.