Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 567680 Details for
Bug 666948
www-client/firefox-62.0.2: build error if distcc used: UnicodeEncodeError: 'ascii' codec can't encode characters in position 166-168: ordinal not in range(128)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-logger.patch
fix-logger.patch (text/plain), 528 bytes, created by
Thomas Deutschmann (RETIRED)
on 2019-03-03 20:23:39 UTC
(
hide
)
Description:
fix-logger.patch
Filename:
MIME Type:
Creator:
Thomas Deutschmann (RETIRED)
Created:
2019-03-03 20:23:39 UTC
Size:
528 bytes
patch
obsolete
>diff --git a/python/mozbuild/mozbuild/controller/building.py b/python/mozbuild/mozbuild/controller/building.py >index 32e3535..34a1c9b 100644 >--- a/python/mozbuild/mozbuild/controller/building.py >+++ b/python/mozbuild/mozbuild/controller/building.py >@@ -571,7 +571,7 @@ class TerminalLoggingHandler(logging.Handler): > if self.footer: > self.footer.clear() > >- self.fh.write(msg) >+ self.fh.write(msg.encode("utf-8")) > self.fh.write('\n') > > if self.footer:
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 666948
:
548022
|
549664
|
552804
| 567680