Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2021 19:20:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258972] Mk/Scripts/qa.sh: Reports extraneous dependencies
Message-ID:  <bug-258972-7788-jh7GYx5whN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258972-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258972-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258972

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 commen=
t 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 expec=
ted
behavior for me:

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258972-7788-jh7GYx5whN>