Re: git: 39dbb2a182af - main - devel/abseil: update Abseil C++ to LTS version 20250127.0
- Reply: Vladimir Druzenko : "Re: git: 39dbb2a182af - main - devel/abseil: update Abseil C++ to LTS version 20250127.0"
- In reply to: Vladimir Druzenko : "Re: git: 39dbb2a182af - main - devel/abseil: update Abseil C++ to LTS version 20250127.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Feb 2025 12:58:43 UTC
On Sun, Feb 23, 2025 at 7:52 AM Vladimir Druzenko <vvd@freebsd.org> wrote: > > 23.02.2025 15:03, Alexey Dokuchaev пишет: > > On Sun, Feb 23, 2025 at 06:50:20AM -0500, Jason E. Hale wrote: > >> On Sun, Feb 23, 2025 at 5:23???AM Vladimir Druzenko wrote: > >>> ... > >>> Version in soname changed from 2407.0.0 to 2501.0.0 - consumers need bump. > >>> ... > >>> 23.02.2025 07:45, Alexey Dokuchaev пишет: > >>>> commit 39dbb2a182afa2b14b64c1e1b818e6f921817d2d > >>>> > >>>> devel/abseil: update Abseil C++ to LTS version 20250127.0 > >> Yes, you are quite right! Consumers need a bump. I badly misdiagnosed > >> my situation. Just rebuilding devel/protobuf solved the issue. > >> > >> ld-elf.so.1: Shared object "libabsl_die_if_null.so.2407.0.0" not > >> found, required by "protoc" > > Ah shit, here we go again. :( I suck at bumping port revisions, I'll try > > to do that but if you guys feel it's urgent and you can do it fast please > > feel free to beat me on that, thanks! > > > > ./danfe > > My ports: > audio/mumble > audio/mumble-server > audio/murmur > > Not my: > sysutils/bsdsensors (I know this port) > multimedia/libgav1 > devel/protobuf > devel/re2 > multimedia/vlc > devel/grpc > > Not affected: > net/libilbc > editors/libreoffice > www/qt6-webengine > > There are other > > -- > Best regards, > Vladimir Druzenko > I just bumped everything that depends on abseil. https://cgit.freebsd.org/ports/commit/?id=cbef78abfce5346f71e824247d75c88c04c084c0 -Jason