- Package:
- libprotobuf-dev
- Source:
- libprotobuf-dev
- Description:
- protocol buffers C++ library (development files) and proto files
- Submitter:
- André Apitzsch
- Date:
- 2024-02-11 18:27:03 UTC
- Severity:
- normal
CMake has difficulties to keep up compatibility with the CMake files provided by Protobuf, therefore it is considered to deprecate FindProtobuf in CMake [1] in favor of CMake files provided by Protobuf. One way to add the CMake files could be to switch from Autotools to CMake or Bazel. These tools are recommended to build Protobuf from source [2]. The instructions to build Protobuf with Autotools have been removed [3]. [1] https://gitlab.kitware.com/cmake/cmake/-/issues/23037#note_1288748 [2] https://github.com/protocolbuffers/protobuf/blob/main/src/README.md [3] https://github.com/protocolbuffers/protobuf/pull/10132/files#diff-e1d5879ce3e222eb0cdd43051fb8c34c00796467acb091d0b3fa939ee3355cb5
I'm also hitting a wall here as the cmake files are not present.
Thanks for the previous work on this. Yup, that's true and the new Protobuf package, currently in 'experimental' is now built with CMake. Please check if it meets your requirements. It will take a while to make it to Sid, but please report back if you find any issues. Regards, Laszlo/GCS
Am Sonntag, dem 14.01.2024 um 13:48 +0100 schrieb László Böszörményi (GCS): Works here, thanks for the update.