tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Can we stop revbumping the world please?



Am Mon, 11 Nov 2024 13:15:17 +0100
schrieb Thomas Klausner <wiz%NetBSD.org@localhost>:

> If a package provides a buildlink3.mk file, and that file includes
> icu's buildlink3.mk file, then we have to assume that packages
> including that file have access to icu's ABI and thus need to be
> bumped.

Ah, with the bl3 system, there are no indirect dependencies. Does the
wrapper/buildlink system prevent linking to libfoo (buidlinked) when it
dynamically depends on libbar (not linked)?

It sounds to me like we'd need something akin to pkgsrc --libs without
--static here (Libs.private logic). And you'd need to know for each
package if it only links dynamically and hence indirect linking will
work.

With bl3 as-is, I see that you need to revbump all to be safe. Thanks
for pointing that out.


Alrighty then,

Thomas

-- 
Dr. Thomas Orgis
HPC @ Universität Hamburg


Home | Main Index | Thread Index | Old Index