Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 426270 Details for
Bug 575414
sys-devel/gcc: gcc segfaulted compiling iconv in sys-libs/glibc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
glibc-gawk_fix_gensub_usage.patch
glibc-gawk_fix_gensub_usage.patch (text/plain), 986 bytes, created by
Bob Wya
on 2016-02-22 23:26:01 UTC
(
hide
)
Description:
glibc-gawk_fix_gensub_usage.patch
Filename:
MIME Type:
Creator:
Bob Wya
Created:
2016-02-22 23:26:01 UTC
Size:
986 bytes
patch
obsolete
> nptl/tst-cancel-wrappers.sh | 2 +- > scripts/sysd-rules.awk | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/nptl/tst-cancel-wrappers.sh b/nptl/tst-cancel-wrappers.sh >index b2d8302..d492a54 100644 >--- a/nptl/tst-cancel-wrappers.sh >+++ b/nptl/tst-cancel-wrappers.sh >@@ -74,7 +74,7 @@ C["__xpg_sigpause"]=1 > seen="" > seen_enable="" > seen_disable="" >- object=gensub(/^.*\[(.*)\]:$/,"\\1","",$0) >+ object=gensub(/^.*\[(.*)\]:$/, "\\1", 1, $0) > next > } > { >diff --git a/scripts/sysd-rules.awk b/scripts/sysd-rules.awk >index cc14334..cebc9d3 100644 >--- a/scripts/sysd-rules.awk >+++ b/scripts/sysd-rules.awk >@@ -53,7 +53,7 @@ BEGIN { > if (target_pattern == "%") { > command_suffix = ""; > } else { >- prefix = gensub(/%/, "", "", target_pattern); >+ prefix = gensub(/%/, "", 1, target_pattern); > command_suffix = " $(" prefix "CPPFLAGS)"; > } > target = "$(objpfx)" target_pattern o ":"; >--
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 575414
: 426270 |
426286
|
426338