cloudberry
cloudberry copied to clipboard
[Bug] --disable-faultinjector option causes compilation failure
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
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?
- [ ] Yes, I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct.