On 2025/11/30 16:02, Kirill A. Korinsky wrote:
> WANTLIB needs pthread:
>
> lunasvg $ ldd /build/pobj/lunasvg-3.5.0/fake-amd64/usr/local/lib/*so* | grep pthread
> /build/pobj/lunasvg-3.5.0/fake-amd64/usr/local/lib/liblunasvg.so.0.0: exit status 1
> 00000d8f39e7c000 00000d8f39e89000 rlib 0 1 0 /usr/lib/libpthread.so.28.1
ldd is the wrong tool to check this, it includes things pulled in
via inter-library dependencies. WANTLIB should only list things
pulled in directly by this port, see objdump -p.
Monday, December 01, 2025
Re: sysupgrade -s by mistake
Robert Alessi <alessi@robertalessi.net> writes:
> On Sun, Nov 30, 2025 at 09:26:53PM +0100, Manuel Giraud wrote:
>>
>> If you don't plan to install new packages in the meantime, you could
>> wait as is until 7.9 is out.
>
> The thing is there will be no way to move from -current to 7.9 when
> it's out. Except going to this ill-advised process of -f -R 7.x...
Are you sure about this? Because reading /usr/sbin/sysupgrade, it seems
that the SNAP variable is essentially used to build the correct URL so
once this URL exists it should work, no?
--
Manuel Giraud
> On Sun, Nov 30, 2025 at 09:26:53PM +0100, Manuel Giraud wrote:
>>
>> If you don't plan to install new packages in the meantime, you could
>> wait as is until 7.9 is out.
>
> The thing is there will be no way to move from -current to 7.9 when
> it's out. Except going to this ill-advised process of -f -R 7.x...
Are you sure about this? Because reading /usr/sbin/sysupgrade, it seems
that the SNAP variable is essentially used to build the correct URL so
once this URL exists it should work, no?
--
Manuel Giraud
Subscribe to:
Posts (Atom)