You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
CMake Error at CMakeLists.txt:24 (find_package):
Found package configuration file:
/usr/lib/x86_64-linux-gnu/cmake/Arrow/ArrowConfig.cmake
but it set Arrow_FOUND to FALSE so package "Arrow" is considered to be NOT
FOUND. Reason given by package:
Arrow could not be found because dependency ProtobufAlt could not be found.
-- Configuring incomplete, errors occurred!
Component(s)
Packaging
The text was updated successfully, but these errors were encountered:
…inux bookworm
libprotobuf-dev on Debian GNU/Linux bookworm is now 3.21.11:
https://packages.debian.org/search?keywords=libprotobuf-dev
We can use it for our package.
This fixes the following package test failure:
https://github.com/ursacomputing/crossbow/actions/runs/3719263437/jobs/6308012451
-- Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
CMake Error at CMakeLists.txt:24 (find_package):
Found package configuration file:
/usr/lib/x86_64-linux-gnu/cmake/Arrow/ArrowConfig.cmake
but it set Arrow_FOUND to FALSE so package "Arrow" is considered to be NOT
FOUND. Reason given by package:
Arrow could not be found because dependency ProtobufAlt could not be found.
-- Configuring incomplete, errors occurred!
…ookworm (#15013)
libprotobuf-dev on Debian GNU/Linux bookworm is now 3.21.11:
https://packages.debian.org/search?keywords=libprotobuf-dev
We can use it for our package.
This fixes the following package test failure:
https://github.com/ursacomputing/crossbow/actions/runs/3719263437/jobs/6308012451
-- Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
CMake Error at CMakeLists.txt:24 (find_package):
Found package configuration file:
/usr/lib/x86_64-linux-gnu/cmake/Arrow/ArrowConfig.cmake
but it set Arrow_FOUND to FALSE so package "Arrow" is considered to be NOT
FOUND. Reason given by package:
Arrow could not be found because dependency ProtobufAlt could not be found.
-- Configuring incomplete, errors occurred!
* Closes: #15012
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the enhancement requested
https://packages.debian.org/search?keywords=libprotobuf-dev
Flight requires Protobuf 3.15.0 or later. We can use system Protobuf for Flight now.
We need to add
libprotobuf-dev
dependency tolibarrow-dev
. BecauseArrowConfig.cmake
finds Protobuf.debian-bookworm-amd64 is failing by this:
https://github.com/ursacomputing/crossbow/actions/runs/3719263437/jobs/6308012451
Component(s)
Packaging
The text was updated successfully, but these errors were encountered: