Anna Levenberg

Results 53 comments of Anna Levenberg

Still getting ``` Step #2: T+86.144s [1049/1185] Linking CXX executable generator/protoc-gen-cpp_codegen Step #2: FAILED: generator/protoc-gen-cpp_codegen Step #2: : && /usr/bin/clang++ generator/CMakeFiles/protoc-gen-cpp_codegen.dir/plugin_main.cc.o -o generator/protoc-gen-cpp_codegen -Wl,-rpath,/usr/local/lib64:/usr/local/lib generator/libgoogle_cloud_cpp_generator.a /usr/local/lib64/libprotoc.so.26.1.0 generator/libgoogle_cloud_cpp_generator_config.a google/cloud/libgoogle_cloud_cpp_rest_internal.a google/cloud/libgoogle_cloud_cpp_common.a /usr/lib64/libcurl.so...

Locally Adding ``` # Build protoc plugin executable add_executable(protoc-gen-cpp_codegen plugin_main.cc) target_link_libraries( protoc-gen-cpp_codegen LINK_PUBLIC google_cloud_cpp_generator protobuf::libprotoc ${Protobuf_LIBRARIES}) google_cloud_cpp_add_common_options(protoc-gen-cpp_codegen) ``` Still returns `FAILED: generator/protoc-gen-cpp_codegen `

> ```diff > +google_cloud_cpp_add_common_options(google-cloud-cpp-codegen) > ``` Maybe my docker cache needed to be cleared. Trying the patch on the CI.

Subscribing for updates. I will try and get to this week if I have time. Or next operator shift.

For the publish-docs build This does not generate docs ``` FAILED: google/cloud/CMakeFiles/cloud-docs /workspace/cmake-out/google/cloud/CMakeFiles/cloud-docs cd /workspace/google/cloud && /usr/bin/cmake -E make_directory /workspace/cmake-out/google/cloud && /usr/bin/doxygen /workspace/cmake-out/google/cloud/Doxyfile.cloud-docs /workspace/google/cloud/doc/error-handling.dox:26: error: unable to resolve reference to...

Closing for the fixit, moved the publish-docs to a separate issue.

https://releases.llvm.org/18.1.0/projects/libcxx/docs/ReleaseNotes.html#build-system-changes This might be relevant ``` When the shared/static library is built with -fno-exceptions, the behavior of operator new was changed to make it standards-conforming. In LLVM 17 and before,...

Running locally, getting things like you can't use try or throw when exceptions are disabled ``` In file included from ./generator/internal/codegen_utils.h:18: ./generator/internal/printer.h:79:5: error: cannot use 'throw' with exceptions disabled 79...

> > Running locally, getting things like you can't use try or throw when exceptions are disabled > > Blegh. Can we skip the generator just to test things? As...

Repro here: https://github.com/alevenberg/google-cloud-cpp/pull/6