fvj commented on PR #16687:
URL: https://github.com/apache/datafusion/pull/16687#issuecomment-3038925425

   latest patch should include the missing files:
   
   ```
   $ docker build . -t datafusion-devcontainer:latest &>/dev/null && docker run 
--rm -it datafusion-devcontainer:latest bash -c "ls 
/usr/include/google/protobuf/*.proto"
   /usr/include/google/protobuf/any.proto             
/usr/include/google/protobuf/empty.proto           
/usr/include/google/protobuf/timestamp.proto
   /usr/include/google/protobuf/api.proto             
/usr/include/google/protobuf/field_mask.proto      
/usr/include/google/protobuf/type.proto
   /usr/include/google/protobuf/descriptor.proto  
/usr/include/google/protobuf/source_context.proto  
/usr/include/google/protobuf/wrappers.proto
   /usr/include/google/protobuf/duration.proto    
/usr/include/google/protobuf/struct.proto
   ```
   
   the bookworm package `protobuf-compiler`, in contrast to ubuntu's, does not 
include google's common protobuf files. I've added `libprotobuf-dev`, which 
contains them (in addition to prebuilt header files?) as a dependency.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to