Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 104460 Details for
Bug 158608
portage 2.1.2_rc3-r7 fails with readonly /usr/portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix broken exception handling syntax for Comment #3
portage_exception.patch (text/plain), 530 bytes, created by
Zac Medico
on 2006-12-20 11:36:24 UTC
(
hide
)
Description:
fix broken exception handling syntax for Comment #3
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2006-12-20 11:36:24 UTC
Size:
530 bytes
patch
obsolete
>Index: bin/emerge >=================================================================== >--- bin/emerge (revision 5334) >+++ bin/emerge (revision 5335) >@@ -750,7 +750,7 @@ > live_metadata = dict(izip(portdb_keys, > portdb.aux_get(cpv, portdb_keys))) > self.dbapi.aux_update(cpv, live_metadata) >- except KeyError, portage_exception.PortageException: >+ except (KeyError, portage_exception.PortageException): > if global_updates is None: > global_updates = \ > grab_global_updates(portdb.porttree_root)
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 158608
: 104460