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
3077
April 26, 2019 09:34AM
974
April 26, 2019 12:10PM
1173
April 26, 2019 07:28PM
1098
April 28, 2019 09:34PM
943
July 07, 2019 07:59PM
1654
May 16, 2019 03:44PM
Re: building mysql-8.0.15 buf0buf.cc: SYS_gettid error
985
July 08, 2019 02:22AM
1131
July 19, 2019 12:24AM
905
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.