eolivelli opened a new issue #13429: URL: https://github.com/apache/pulsar/issues/13429
**Describe the bug** Building OSX packages is broken, at least in 2.9.1 https://github.com/apache/pulsar/wiki/Release-process **To Reproduce** ``` cd pulsar-client-cpp/python/pkg/osx/ $ ./generate-all-wheel.sh v2.9.1 ``` **Error** > > default: [ 2%] Building CXX object lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/AckGroupingTrackerDisabled.cc.o > default: [ 2%] Building CXX object lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/BatchMessageContainer.cc.o > default: [ 2%] Building CXX object lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/AckGroupingTrackerEnabled.cc.o > default: [ 4%] Building CXX object lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/Backoff.cc.o > default: [ 4%] Building CXX object lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/Authentication.cc.o > default: [ 5%] Building CXX object lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/BatchAcknowledgementTracker.cc.o > default: > default: error > default: : > default: > default: unknown warning option '-Werror=cpp' [-Werror,-Wunknown-warning-option] > default: > default: make[3]: > default: *** [lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/AckGroupingTracker.cc.o] Error 1 > default: make[3]: > default: *** Waiting for unfinished jobs.... > default: error: unknown warning option '-Werror=cpp' [-Werror,-Wunknown-warning-option] > default: make[3]: > default: *** [lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/AckGroupingTrackerDisabled.cc.o] Error 1 > default: error: unknown warning option '-Werror=cpp' [-Werror,-Wunknown-warning-option] > default: make[3]: > default: *** [lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/BatchMessageContainer.cc.o] Error 1 > default: error: unknown warning option '-Werror=cpp' [-Werror,-Wunknown-warning-option] > default: make[3]: > default: *** [lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/BatchAcknowledgementTracker.cc.o] Error 1 > default: error: unknown warning option '-Werror=cpp' [-Werror,-Wunknown-warning-option] > default: make[3]: > default: *** [lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/Backoff.cc.o] Error 1 > default: error: unknown warning option '-Werror=cpp' [-Werror,-Wunknown-warning-option] > default: error: unknown warning option '-Werror=cpp' [-Werror,-Wunknown-warning-option] > default: make[3]: > default: *** [lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/Authentication.cc.o] Error 1 > default: make[3]: *** [lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/AckGroupingTrackerEnabled.cc.o] Error 1 > default: [ 7%] Building CXX object lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/BatchMessageContainerBase.cc.o > default: error: unknown warning option '-Werror=cpp' [-Werror,-Wunknown-warning-option] > default: make[3]: *** [lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/BatchMessageContainerBase.cc.o] Error 1 > default: make[2]: *** [lib/CMakeFiles/PULSAR_OBJECT_LIB.dir/all] Error 2 > default: make[1]: *** [python/CMakeFiles/_pulsar.dir/rule] Error 2 > default: make: *** [_pulsar] Error 2 > The SSH command responded with a non-zero exit status. Vagrant > assumes that this means the command failed. The output for this command > should be in the log above. Please read the output to determine what > went wrong. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
