[Bug 258972] Mk/Scripts/qa.sh: Reports extraneous dependencies

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 13 Nov 2021 19:20:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258972

Henrik Gulbrandsen <henrik@gulbra.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |henrik@gulbra.net

--- Comment #2 from Henrik Gulbrandsen <henrik@gulbra.net> ---
This bug also affects 13.0-STABLE at 4a36455c4. As I speculated in a comment to
bug 259005, the underlying cause is indeed the same as for bug 259069. That is,
Mk/Scripts/qa.sh expects "ldd -a" to list linked libraries in separate
sections, but this request is sent via an environment variable, which
apparently does not reach rtld anymore. The linked patch restores the expected
behavior for me:

    https://www.gulbra.net/freebsd/patches/patch-PR258972-usr.bin-ldd-ldd.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.