apache / cloudberry

One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.
https://cloudberry.apache.org
Apache License 2.0
433 stars 104 forks source link

[Bug] --disable-faultinjector option causes compilation failure #555

Open smartyhero opened 3 months ago

smartyhero commented 3 months ago

Cloudberry Database version

main

What happened

When compiling the database, the --disable-faultinjector option was added to the compilation parameters. It failed in the make stage and the error message was as follows image

What you think should happen instead

No response

How to reproduce

./configure --prefix=/usr/local/cloudberry-db-devel --enable-gpcloud --enable-ic-proxy --enable-mapreduce --enable-openssl-redirect --enable-debug-extensions --enable-orca --with-gssapi --with-ldap --with-libxml --with-lz4 --with-openssl --with-pam --with-perl --with-pgport=5432 --with-python PYTHON=python3 --with-pythonsrc-ext --with-quicklz --with-ssl=openssl --with-ossp-uuid --with-libraries=/usr/local/cloudberry-db-devel/lib PYTHON=python3 PKG_CONFIG_PATH=/usr/local/cloudberry-db-devel/lib/pkgconfig --enable-datalake --enable-gophermeta --enable-vectorization --enable-pax --enable-perfmon --enable-orafce --disable-faultinjector
make

Operating System

centos7

Anything else

No response

Are you willing to submit PR?

Code of Conduct