Mageia Bugzilla – Attachment 2983 Details for
Bug 7883
find-provides does not correctly extract symbol versions when locale is not english
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
is that fix enough?
7883.diff (text/plain), 437 bytes, created by
Thierry Vignaud
on 2012-10-23 14:31:22 CEST
(
hide
)
Description:
is that fix enough?
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2012-10-23 14:31:22 CEST
Size:
437 bytes
patch
obsolete
>diff --git a/find-provides.in b/find-provides.in >index d5e266b..876fce5 100755 >--- a/find-provides.in >+++ b/find-provides.in >@@ -30,7 +30,7 @@ for f in $solist; do > if [ "$soname" != "" ]; then > if [ ! -L $f ]; then > echo $soname$lib64 >- objdump -p $f 2>/dev/null | awk ' >+ LC_ALL=C objdump -p $f 2>/dev/null | awk ' > BEGIN { START=0 ; } > /Version definitions:/ { START=1; } > /^[0-9]/ && (START==1) { print $4; }
diff --git a/find-provides.in b/find-provides.in index d5e266b..876fce5 100755 --- a/find-provides.in +++ b/find-provides.in @@ -30,7 +30,7 @@ for f in $solist; do if [ "$soname" != "" ]; then if [ ! -L $f ]; then echo $soname$lib64 - objdump -p $f 2>/dev/null | awk ' + LC_ALL=C objdump -p $f 2>/dev/null | awk ' BEGIN { START=0 ; } /Version definitions:/ { START=1; } /^[0-9]/ && (START==1) { print $4; }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7883
: 2983