HomeFreeBSD

Mk/Scripts/qa.sh: Bogus 'xx doesn't have a SONAME' messages are printed by…

Description

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)

Details

Provenance
yuriAuthored on Jul 9 2022, 2:50 PM
Parents
R11:b43d535264ba: cad/qucs-s: Add option for Xyce dependency
Branches
Unknown
Tags
Unknown