Masatake Iwasaki created BIGTOP-4531:
----------------------------------------
Summary: Fix build failure of Airflow on rockylinux-9 and
openeuler-22.03
Key: BIGTOP-4531
URL: https://issues.apache.org/jira/browse/BIGTOP-4531
Project: Bigtop
Issue Type: Bug
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
{noformat}
g++ -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1
-DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
-fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic
-fasynchronous-unwind-ta\
bles -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2
-fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64
-march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstac\
k-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions
-g -grecord-gcc-switches -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64
-march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-pro\
tection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-I/bigtop-home/build/airflow/rpm/BUILD/apache_airflow-2.10.5/build/include
-I/usr/include/python3.9 -c _re2.cc -o
build/temp.linux-x86_64-cpython-39/_re2.o -fvisibility=hidden
_re2.cc:15:10: fatal error: absl/strings/string_view.h: No such file or
directory
15 | #include "absl/strings/string_view.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/g++' failed with exit code 1
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)