Build is failing with latest abseil-cpp:
Run-time dependency absl_raw_logging_internal found: YES 20250814
Run-time dependency absl_int128 found: YES 20250814
Run-time dependency absl_str_format_internal found: YES 20250814
Run-time dependency absl_strings_internal found: YES 20250814
Run-time dependency absl_strings found: YES 20250814
Run-time dependency absl_hash found: YES 20250814
Run-time dependency absl_city found: YES 20250814
Found CMake: /usr/bin/cmake (4.1.1)
Run-time dependency absl_low_level_hash found: NO (tried pkgconfig and cmake)
meson.build:138:10: ERROR: Dependency "absl_low_level_hash" not found, tried pkgconfig and cmake
Pinned Comments
oi_wtf commented on 2023-02-25 13:46 (UTC) (edited on 2023-02-25 13:49 (UTC) by oi_wtf)
As the upstream Release Notes state, most recent releases were rebuilds of the prebuilt upstream binaries only, so they get updated versions of the staticly linked dependencies. This PKGBUILD does not use those binaries, it builds from source and links the dependencies shared, so it does not need to be updated every time abseil, yaml-cpp or mpdclient or their dependencies get minor updates.
So that's usually the reason for not updating this PKGBUILD to every release done upstream. It's to avoid unnecessary rebuilds. I'll update when actual source changes are done or if someone explicitly flags o-o-d.
Please do feel free to flag (or comment), even if it may be unnecessary, if you want me to update the PKGBUILD anyway or if you think I've overlooked some changes. I've got no problem with that.