FreeBSD Bugzilla – Attachment 219642 Details for
Bug 251110
Mk/Scripts/qa.sh: stripped() can fail after pipefail was added; also misses the single file case
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] fix qa.sh:stripped() - possible pipefail + single file issues (v2)
pr-qa.sh-fix-stripped-v2.diff (text/plain), 587 bytes, created by
John Hein
on 2020-11-13 18:27:32 UTC
(
hide
)
Description:
[patch] fix qa.sh:stripped() - possible pipefail + single file issues (v2)
Filename:
MIME Type:
Creator:
John Hein
Created:
2020-11-13 18:27:32 UTC
Size:
587 bytes
patch
obsolete
>Index: qa.sh >=================================================================== >--- qa.sh (revision 555015) >+++ qa.sh (working copy) >@@ -211,7 +211,7 @@ > # files with spaces are kept intact. > # Using readelf -h ... /ELF Header:/ will match on all ELF files. > find ${STAGEDIR} -type f ! -name '*.a' ! -name '*.o' \ >- -exec readelf -S {} + 2>/dev/null | awk ' >+ -exec sh -c 'readelf -S -- /dev/null $* || :' -- {} + 2>/dev/null | awk ' > /File:/ {sub(/File: /, "", $0); file=$0} > /[[:space:]]\.debug_info[[:space:]]*PROGBITS/ {print file}' | > while read -r f; do
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jcfyecrayz
:
maintainer-approval?
(
portmgr
)
Actions:
View
|
Diff
Attachments on
bug 251110
:
219641
| 219642