Re: pkg upgrade odity

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Tue, 30 Apr 2024 21:11:29 UTC
Le 30 avril 2024 22:51:19 GMT+02:00, Alexander Leidinger <Alexander@Leidinger.net> a écrit :
>Am 2024-04-30 22:21, schrieb Baptiste Daroussin:
>> Le 30 avril 2024 13:18:41 GMT+02:00, Alexander Leidinger <Alexander@Leidinger.net> a écrit :
>
>>> Does this sound like "pkg check -B" would help here?
>>> 
>>> Bye,
>>> Alexander.
>>> 
>> 
>> Not at all! I need the output of pkg info -R --raw-format ucl abseil
>
>Output attached.
>
>> This is a real issue on your system, which usually comes from local building, is it your case?
>
>It is my own build with poudriere-devel on another system, not build form ports on the system where the package was installed. The main differences to the official FreeBSD packages are WITH_PIE, WITH_BIND_NOW and WITH_RELRO (at least for abseil, some other ports may have some options like WITHOUT_X11).
>
>Bye,
>Alexander.
>

So pkg is right your package does not provide anymore the libraries mosh requires!

libabsl_strings is not in the provides.

Bapt