diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2025-09-23 06:55:08 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2025-09-23 21:05:27 +0000 |
commit | 7ece602e00e85195fc426a2401c49921cd39735e (patch) | |
tree | 548c70e9bf736f4ec3847d8e64742087724cec0b /sys/dev/mlx5/mlx5_en/en_hw_tls_rx.h | |
parent | 155290b23f0b503b9db675d6a45f85b189ee1926 (diff) |
Upgrading from 14.x to 15.x with freebsd-update broke because libc
depends on the new libsys library; freebsd-update installed the new
libc before creating libsys, and every step after that failed because
all the tools (including gunzip and install) are dynamically linked
and need a working libc.
Enforce ordering when installing shared objects: First libsys, then
libc, then libthr, and then all the rest of the shared object files.
This is a candidate for an Errata Notice since the issue this fixes
breaks upgrades.
PR: 289769
Reported by: Graham Perrin
Reviewed by: kib
MFC after: 3 days
Sponsored by: https://www.patreon.com/cperciva
Differential Revision: https://reviews.freebsd.org/D52688
Diffstat (limited to 'sys/dev/mlx5/mlx5_en/en_hw_tls_rx.h')
0 files changed, 0 insertions, 0 deletions