[Bug 259992] Mk/Scripts/qa.sh: Bogus 'xx doesn't have a SONAME' messages are printed by stage-qa for some shared libraries

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 09 Jul 2022 14:52:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259992

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=6af95e9e48b065580cbac3f329e73c2b83e7f02d

commit 6af95e9e48b065580cbac3f329e73c2b83e7f02d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-09 14:50:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-09 14:52:33 +0000

    Mk/Scripts/qa.sh: Bogus 'xx doesn't have a SONAME' messages are printed by
stage-qa for some shared libraries

    Reason: 'grep -q SONAME' ends before it drains the pipe, pipe fails
    when the remaining output is too long, and 'set -o pipefail'
    causes the whole command to fail when it is supposed to succeed.

    Remedy: Please apply the attached patch fix-SONAME.patch, or
    alternatively remove 'set -o pipefail' from qa.sh

    PR:             259992
    Approved by:    tcberner@ (as portmgr)

 Mk/Scripts/qa.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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