cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

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

Open smartyhero opened this issue 1 year ago • 0 comments

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?

  • [ ] Yes, I am willing to submit a PR!

Code of Conduct

smartyhero avatar Aug 05 '24 06:08 smartyhero