There is an updated pull request by ahesford against master on the void-packages repository https://github.com/ahesford/void-packages the_goog https://github.com/void-linux/void-packages/pull/48772 Google (abseil-cpp/protobuf/grpc) update I don't really use Protobuf or gRPC anymore, but noticed the packages are a bit outdated, so I'll let this sit for a bit and merge if nobody raises any issues for awhile. This PR includes a few GCC 13 fixes necessary to build some packages (generally including ``) even with the old versions of Googleware. Also, in VLC, I'm dropping `libplacebo` to allow https://github.com/void-linux/void-packages/pull/47361 to proceed. That change has nothing to do with the Googleware updates, but saves us from another needless revbump of VLC. @leahneukirchen: if you have any insight on getting `justbuild` to work, please let me know. The bootstrap pulls in old gRPC and abseil, and then the linker panics when it looks for old abseil symbols in the new abseil libraries. #### Testing the changes - I tested the changes in this PR: **in process** #### Local build testing Except for `justbuild`, everything builds on: - [x] x86_64 - [x] x86_64-musl - [x] i686 - [ ] aarch64 - [ ] aarch64-musl - [ ] armv6l - [ ] armv6l-musl - [ ] armv7l - [ ] armv7l-musl [ci skip] A patch file from https://github.com/void-linux/void-packages/pull/48772.patch is attached