Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Firefox and Thunderbird compile issue
Date: Sun, 18 Nov 2018 07:35:57
Message-Id: 5990a450-3ff9-d264-8a74-0a379f93434c@gmail.com
1 It looks like sometime in the last few days Firefox and Thunderbird
2 versions were bumped.
3
4 I've unfortunately got a problem (oddly enough, the same or very similar
5 problems) with both:
6
7 1:09.75 In file included from
8 /var/tmp/portage/www-client/firefox-60.3.0-r1/work/firefox-60.3.0/ff/media/libav/Unified_c_media_libav0.c:29:0:
9 Exception in thread ProcessReader:
10 Traceback (most recent call last):
11 File "/usr/lib64/python2.7/threading.py", line 801, in __bootstrap_inner
12 self.run()
13 File "/usr/lib64/python2.7/threading.py", line 754, in run
14 self.__target(*self.__args, **self.__kwargs)
15 File
16 "/var/tmp/portage/www-client/firefox-60.3.0-r1/work/firefox-60.3.0/testing/mozbase/mozprocess/mozprocess/processhandler.py",
17 line 1028, in _read
18 callback(line.rstrip())
19 File
20 "/var/tmp/portage/www-client/firefox-60.3.0-r1/work/firefox-60.3.0/testing/mozbase/mozprocess/mozprocess/processhandler.py",
21 line 944, in __call__
22 e(*args, **kwargs)
23 File
24 "/var/tmp/portage/www-client/firefox-60.3.0-r1/work/firefox-60.3.0/python/mach/mach/mixin/process.py",
25 line 86, in handleLine
26 line_handler(line)
27 File
28 "/var/tmp/portage/www-client/firefox-60.3.0-r1/work/firefox-60.3.0/python/mozbuild/mozbuild/controller/building.py",
29 line 672, in on_line
30 self.log(logging.INFO, 'build_output', {'line': line}, '{line}')
31 File
32 "/var/tmp/portage/www-client/firefox-60.3.0-r1/work/firefox-60.3.0/python/mach/mach/mixin/logging.py",
33 line 54, in log
34 extra={'action': action, 'params': params})
35 File "/usr/lib64/python2.7/logging/__init__.py", line 1238, in log
36 self._log(level, msg, args, **kwargs)
37 File "/usr/lib64/python2.7/logging/__init__.py", line 1293, in _log
38 self.handle(record)
39 File "/usr/lib64/python2.7/logging/__init__.py", line 1303, in handle
40 self.callHandlers(record)
41 File "/usr/lib64/python2.7/logging/__init__.py", line 1343, in
42 callHandlers
43 hdlr.handle(record)
44 File "/usr/lib64/python2.7/logging/__init__.py", line 766, in handle
45 self.emit(record)
46 File
47 "/var/tmp/portage/www-client/firefox-60.3.0-r1/work/firefox-60.3.0/python/mozbuild/mozbuild/controller/building.py",
48 line 555, in emit
49 self.fh.write(msg)
50 UnicodeEncodeError: 'ascii' codec can't encode characters in position
51 146-148: ordinal not in range(128)
52
53
54 Has anyone run into this?
55
56 I checked my locale, it's set correctly as utf8. This machine has also
57 been kept up to date (it's not the same machine that I posted about a
58 python issue earlier.)
59
60 I don't know if Thunderbird is stopping at exactly the same place, but
61 it was the same "ordinal not in range" error.
62
63 Dan

Replies

Subject Author
Re: [gentoo-user] Firefox and Thunderbird compile issue Alarig Le Lay <alarig@××××××××××.fr>