Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25752 Details for
Bug 41872
Info dir regeneration produces errors with a non-C locale.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the info dir problem.
emerge.patch (text/plain), 559 bytes, created by
Lars Geiger
on 2004-02-17 02:27:28 UTC
(
hide
)
Description:
Fixes the info dir problem.
Filename:
MIME Type:
Creator:
Lars Geiger
Created:
2004-02-17 02:27:28 UTC
Size:
559 bytes
patch
obsolete
>--- emerge.old 2004-02-17 10:33:16.131720027 +0100 >+++ emerge 2004-02-17 11:22:28.243806989 +0100 >@@ -1919,7 +1919,7 @@ > for x in os.listdir(inforoot): > if (x[0] == ".") or (x in ["dir","dir.old"]): > continue >- myso=commands.getstatusoutput("LANG=C /usr/bin/install-info --dir-file="+inforoot+"/dir "+inforoot+"/"+x)[1] >+ myso=commands.getstatusoutput("LANGUAGE=C /usr/bin/install-info --dir-file="+inforoot+"/dir "+inforoot+"/"+x)[1] > existsstr="already exists, for file `" > if myso!="": > if re.search(existsstr,myso):
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 41872
: 25752