#1027876 protobuf: package is missing CMake files

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
#1027876#5
Date:
2023-01-04 10:27:48 UTC
From:
To:
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

#1027876#10
Date:
2024-01-04 20:26:47 UTC
From:
To:
I'm also hitting a wall here as the cmake files are not present.
#1027876#15
Date:
2024-01-14 12:48:28 UTC
From:
To:
 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

#1027876#20
Date:
2024-02-11 17:53:03 UTC
From:
To:
Am Sonntag, dem 14.01.2024 um 13:48 +0100 schrieb László Böszörményi
(GCS):

Works here, thanks for the update.