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
3637
April 26, 2019 09:34AM
1210
April 26, 2019 12:10PM
1393
April 26, 2019 07:28PM
1374
April 28, 2019 09:34PM
1163
July 07, 2019 07:59PM
1900
May 16, 2019 03:44PM
Re: building mysql-8.0.15 buf0buf.cc: SYS_gettid error
1222
July 08, 2019 02:22AM
1349
July 19, 2019 12:24AM
1126
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.