Closed
Bug 1188817
Opened 9 years ago
Closed 9 years ago
Unicode error building m-c with mach
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: frsela, Unassigned)
Details
Attachments
(3 files)
When building m-c with match build I've the following error [1]
Is with the Unicode character é.
I dropped *pyc but doesn't fixed the issue.
Looking into the last commits, I saw this Unicode char in the following commit [2]
[1] https://pastebin.mozilla.org/8840934
[2] https://github.com/mozilla/gecko-dev/commit/ea227eb1c4bdf8cc568533b90317efb1adf17beb
Updated•9 years ago
|
Severity: normal → major
Component: Build Config → mach
Reporter | ||
Comment 1•9 years ago
|
||
Sorry, bad pastebin, this is the correct one:
https://pastebin.mozilla.org/8840935
the error is:
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 3: ordinal not in range(128)
Comment 2•9 years ago
|
||
Similar to bug 1184030. Attaching the pastebin as an attachment for safekeeping.
Comment 3•9 years ago
|
||
I thought we fixed this over a year ago.
Please attach output for the following:
$ cd <objdir>
$ make install-tests
Flags: needinfo?(frsela)
Reporter | ||
Comment 4•9 years ago
|
||
Flags: needinfo?(frsela)
Comment 5•9 years ago
|
||
make by itself works! That's an interesting result.
What about `mach build -v install-tests`?
Updated•9 years ago
|
Flags: needinfo?(frsela)
Reporter | ||
Comment 6•9 years ago
|
||
Flags: needinfo?(frsela)
Attachment #8645555 -
Flags: feedback?(gps)
Updated•9 years ago
|
Summary: Unicode error building m-c with match → Unicode error building m-c with mach
Updated•9 years ago
|
Attachment #8645555 -
Flags: feedback?(gps)
Reporter | ||
Comment 8•9 years ago
|
||
(In reply to Gregory Szorc [:gps] from comment #7)
> Is this still a problem?
Hi Gregory,
I just successfully compiled it \o/
Thank you
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(frsela)
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•