Open DaveWK opened 1 year ago
Cannot reproduce on:
There I get:
...
checking for protobuf... yes
checking for google/protobuf/compiler/command_line_interface.h... yes
checking for protoc... /home/culpo/PycharmProjects/spack/opt/spack/linux-ubuntu20.04-icelake/gcc-9.4.0/protobuf-3.21.12-lq5q4j7y47rii6kdgbocvbjixd5acuf7/bin/protoc
checking if LD -Wl,--version-script works... yes
...
and I can succesfully build protobuf-c
. The header seems to be correctly installed in the protobuf
dependency.
Steps to reproduce
spack install --add protobuf
installs successfully.When I then try to install
protobuf-c
:Checking this against my system using
dnf provides */google/protobuf/compiler/command_line_interface.h
I can see this is provided by the
protobuf-devel
package on fedora 38, so I expect that the header file just needs to be added as a dep for theprotobuf-c
package. Still learning how to use spack, and not sure if there's some way I can just hot-patch the protobuf header into the protobuf-c install package as a dep.Error message
Information on your system
spack debug report
General information
spack debug report
and reported the version of Spack/Python/Platform