Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2021 06:01:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259005] Mk/Scripts/qa.sh: Spurious SONAME warnings due to pipefail
Message-ID:  <bug-259005-7788-O9prwH9Ujj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259005-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259005-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=3D259005

--- Comment #6 from Henrik Gulbrandsen <henrik@gulbra.net> ---
Nah, bug 258972 is something else. It only occurs on 14-CURRENT, and the qa=
.sh
script uses ldd for the library list, so if anything I would guess it's rel=
ated
to bug 259069. I don't have a 14-CURRENT system to test on, but the ldd out=
put
must have changed so it's incompatible with the qa.sh awk expression.

"... | grep SONAME > /dev/null" should work, but there is a risk that someo=
ne
will come along and try to optimize it back to "... | grep -q SONAME", whic=
h is
why I used "set +o pipefail" instead. It is a bit more self-documenting.

--=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-259005-7788-O9prwH9Ujj>