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
3037
April 26, 2019 09:34AM
969
April 26, 2019 12:10PM
1165
April 26, 2019 07:28PM
1089
April 28, 2019 09:34PM
934
July 07, 2019 07:59PM
1637
May 16, 2019 03:44PM
Re: building mysql-8.0.15 buf0buf.cc: SYS_gettid error
976
July 08, 2019 02:22AM
1121
July 19, 2019 12:24AM
898
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.