Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 577340 Details for
Bug 686356
QA check for respection of LDFLAGS reports misformatted false positives for *.o files with __gentoo_check_ldflags__ symbol
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
portage.patch (text/plain), 1.27 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2019-05-20 01:35:38 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2019-05-20 01:35:38 UTC
Size:
1.27 KB
patch
obsolete
>From 66329c30a6532637f9d515f3869550ca41bea930 Mon Sep 17 00:00:00 2001 >From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >Date: Mon, 20 May 2019 03:32:25 +0200 >Subject: [PATCH] bin/install-qa-check.d: 10ignored-flags: Do not report not > respecting LDFLAGS for *.o files with __gentoo_check_ldflags__ symbol. > >Bug: https://bugs.gentoo.org/686356 >Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >--- > bin/install-qa-check.d/10ignored-flags | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/bin/install-qa-check.d/10ignored-flags b/bin/install-qa-check.d/10ignored-flags >index 09bcb57fc..062f51325 100644 >--- a/bin/install-qa-check.d/10ignored-flags >+++ b/bin/install-qa-check.d/10ignored-flags >@@ -66,7 +66,7 @@ ignored_flag_check() { > # Check for files built without respecting LDFLAGS > if [[ "${LDFLAGS}" == *,--defsym=__gentoo_check_ldflags__* ]] && \ > ! has binchecks ${RESTRICT} ; then >- f=$(LC_ALL=C comm -3 <(scanelf -qyRF '#k%p' -k .dynsym "${ED%/}/" | LC_ALL=C sort) \ >+ f=$(LC_ALL=C comm -2 -3 <(scanelf -qyRF '#k%p' -k .dynsym "${ED%/}/" | LC_ALL=C sort) \ > <(scanelf -qyRF '#s%p' -s __gentoo_check_ldflags__ "${ED%/}/" | LC_ALL=C sort)) > if [[ -n ${f} ]] ; then > echo "${f}" > "${T}"/scanelf-ignored-LDFLAGS.log >-- >2.21.0 >
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
Actions:
View
|
Diff
Attachments on
bug 686356
:
577338
| 577340