Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 303447 Details for
Bug 405979
In prefix branch, typo in data.py results in trace when UNIX group owner of prefix does not exist
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix typo
portage.prefix.diff (text/plain), 741 bytes, created by
Lucian Poston
on 2012-02-27 04:51:00 UTC
(
hide
)
Description:
patch to fix typo
Filename:
MIME Type:
Creator:
Lucian Poston
Created:
2012-02-27 04:51:00 UTC
Size:
741 bytes
patch
obsolete
>diff --git a/pym/portage/data.py b/pym/portage/data.py >index be0c853..23734f4 100644 >--- a/pym/portage/data.py >+++ b/pym/portage/data.py >@@ -115,7 +115,7 @@ def _get_global(k): > portage_gid = 0 > # PREFIX LOCAL: we need to fix this one day to distinguish prefix vs non-prefix > writemsg(colorize("BAD", >- _("portage: '%s' user or '%s' group missing." % (_get_global('_portage_uname'), _get_global('_portage_grpname')))) + "\n", noiselevel=-1) >+ _("portage: '%s' user or '%s' group missing." % (_get_global('_portage_username'), _get_global('_portage_grpname')))) + "\n", noiselevel=-1) > writemsg(colorize("BAD", > _(" In Prefix Portage this is quite dramatic")) + "\n", noiselevel=-1) > writemsg(colorize("BAD",
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 405979
: 303447