Gentoo Archives: gentoo-user

From: Alan Grimes <alonzotg@×××××××.net>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] The chromium fail...
Date: Sun, 15 Nov 2020 17:14:17
Message-Id: 7a9a4813-4290-f4a5-48f1-1a104f25e8b5@verizon.net
1 The lines around the apparent fail with chromium look like:
2
3
4
5 [8154/18666] x86_64-pc-linux-gnu-g++ -MMD -MF
6 obj/third_party/crashpad/crashpad/snapshot/snapshot/system_snapshot_minidump.o.d
7 -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1
8 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
9 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND
10 -DDYNAMIC_ANNOTATIONS_ENABLED=0
11 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_40
12 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40
13 -DCRASHPAD_ZLIB_SOURCE_EXTERNAL -DUSE_SYSTEM_ZLIB=1 -I../.. -Igen
14 -I../../third_party/crashpad/crashpad
15 -I../../third_party/perfetto/include
16 -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto
17 -Igen/shim_headers/zlib_shim -Igen/shim_headers/icui18n_shim
18 -I../../third_party/abseil-cpp -I../../third_party/boringssl/src/include
19 -I../../third_party/protobuf/src -Igen/protoc_out
20 -I../../third_party/crashpad/crashpad/compat/non_mac
21 -I../../third_party/crashpad/crashpad/compat/linux
22 -I../../third_party/crashpad/crashpad/compat/non_win
23 -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector
24 -funwind-tables -fPIC -pipe -pthread -Wno-builtin-macro-redefined
25 -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Wno-unused-local-typedefs
26 -Wno-maybe-uninitialized -Wno-deprecated-declarations -Wno-comments
27 -Wno-packed-not-aligned -Wno-missing-field-initializers
28 -Wno-unused-parameter -fno-omit-frame-pointer -fvisibility=hidden
29 -I/usr/lib64/libffi/include -I/usr/include/glib-2.0
30 -I/usr/lib64/glib-2.0/include -std=gnu++14 -Wno-narrowing
31 -Wno-class-memaccess -fno-exceptions -fno-rtti
32 -fvisibility-inlines-hidden -march=native -pipe -O2 -c
33 ../../third_party/crashpad/crashpad/snapshot/minidump/system_snapshot_minidump.cc
34 -o
35 obj/third_party/crashpad/crashpad/snapshot/snapshot/system_snapshot_minidump.o
36 In file included from
37 ../../third_party/crashpad/crashpad/minidump/minidump_extensions.h:25,
38                  from
39 ../../third_party/crashpad/crashpad/snapshot/minidump/system_snapshot_minidump.h:21,
40                  from
41 ../../third_party/crashpad/crashpad/snapshot/minidump/system_snapshot_minidump.cc:15:
42 ../../third_party/crashpad/crashpad/util/misc/pdb_structures.h:44:38:
43 warning: multi-character character constant [-Wmultichar]
44    44 |   static const uint32_t kSignature = '01BN';
45       |                                      ^~~~~~
46 ../../third_party/crashpad/crashpad/util/misc/pdb_structures.h:100:38:
47 warning: multi-character character constant [-Wmultichar]
48   100 |   static const uint32_t kSignature = 'SDSR';
49       |                                      ^~~~~~
50 ../../third_party/crashpad/crashpad/util/misc/pdb_structures.h:134:38:
51 warning: multi-character character constant [-Wmultichar]
52   134 |   static const uint32_t kSignature = 'BpEL';
53       |                                      ^~~~~~
54 [8155/18666] touch obj/third_party/flatbuffers/compiler_files.stamp
55 [8156/18666] touch obj/third_party/hunspell/hunspell.inputdeps.stamp
56 [8157/18666] python ../../tools/protoc_wrapper/protoc_wrapper.py
57 test_sample.proto --protoc ./protoc --proto-in-dir
58 ../../third_party/dom_distiller_js --cc-out-dir
59 gen/third_party/dom_distiller_js --py-out-dir
60 pyproto/third_party/dom_distiller_js --plugin
61 ../../third_party/dom_distiller_js/protoc_plugins/json_values_converter.py
62 --plugin-out-dir gen/third_party/dom_distiller_js --plugin-options
63 output_dir=:
64 FAILED: pyproto/third_party/dom_distiller_js/test_sample_pb2.py
65 gen/third_party/dom_distiller_js/test_sample.pb.h
66 gen/third_party/dom_distiller_js/test_sample.pb.cc
67 gen/third_party/dom_distiller_js/test_sample_json_converter.h
68 python ../../tools/protoc_wrapper/protoc_wrapper.py test_sample.proto
69 --protoc ./protoc --proto-in-dir ../../third_party/dom_distiller_js
70 --cc-out-dir gen/third_party/dom_distiller_js --py-out-dir
71 pyproto/third_party/dom_distiller_js --plugin
72 ../../third_party/dom_distiller_js/protoc_plugins/json_values_converter.py
73 --plugin-out-dir gen/third_party/dom_distiller_js --plugin-options
74 output_dir=:
75 Traceback (most recent call last):
76   File
77 "../../third_party/dom_distiller_js/protoc_plugins/json_values_converter.py",
78 line 14, in <module>
79     from util import plugin_protos, types, writer
80   File
81 "/var/tmp/portage/www-client/chromium-87.0.4280.60/work/chromium-87.0.4280.60/third_party/dom_distiller_js/protoc_plugins/util/plugin_protos.py",
82 line 22, in <module>
83     from google.protobuf.descriptor_pb2 import FieldDescriptorProto
84 ImportError: No module named protobuf.descriptor_pb2
85 --plugin_out: protoc-gen-plugin: Plugin failed with status code 1.
86 Protoc has returned non-zero status: 1
87 [8158/18666] x86_64-pc-linux-gnu-g++ -MMD -MF
88 obj/third_party/crashpad/crashpad/snapshot/snapshot/debug_rendezvous.o.d
89 -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1
90 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
91 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND
92 -DDYNAMIC_ANNOTATIONS_ENABLED=0
93 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_40
94 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40
95 -DCRASHPAD_ZLIB_SOURCE_EXTERNAL -DUSE_SYSTEM_ZLIB=1 -I../.. -Igen
96 -I../../third_party/crashpad/crashpad
97 -I../../third_party/perfetto/include
98 -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto
99 -Igen/shim_headers/zlib_shim -Igen/shim_headers/icui18n_shim
100 -I../../third_party/abseil-cpp -I../../third_party/boringssl/src/include
101 -I../../third_party/protobuf/src -Igen/protoc_out
102 -I../../third_party/crashpad/crashpad/compat/non_mac
103 -I../../third_party/crashpad/crashpad/compat/linux
104 -I../../third_party/crashpad/crashpad/compat/non_win
105 -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector
106 -funwind-tables -fPIC -pipe -pthread -Wno-builtin-macro-redefined
107 -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Wno-unused-local-typedefs
108 -Wno-maybe-uninitialized -Wno-deprecated-declarations -Wno-comments
109 -Wno-packed-not-aligned -Wno-missing-field-initializers
110 -Wno-unused-parameter -fno-omit-frame-pointer -fvisibility=hidden
111 -I/usr/lib64/libffi/include -I/usr/include/glib-2.0
112 -I/usr/lib64/glib-2.0/include -std=gnu++14 -Wno-narrowing
113 -Wno-class-memaccess -fno-exceptions -fno-rtti
114 -fvisibility-inlines-hidden -march=native -pipe -O2 -c
115 ../../third_party/crashpad/crashpad/snapshot/linux/debug_rendezvous.cc
116 -o obj/third_party/crashpad/crashpad/snapshot/snapshot/debug_rendezvous.o
117 [8159/18666] python ../../tools/protoc_wrapper/protoc_wrapper.py
118 dom_distiller.proto --protoc ./protoc --proto-in-dir
119 ../../third_party/dom_distiller_js/dist/proto --cc-out-dir
120 gen/third_party/dom_distiller_js --py-out-dir
121 pyproto/third_party/dom_distiller_js --plugin
122 ../../third_party/dom_distiller_js/protoc_plugins/json_values_converter.py
123 --plugin-out-dir gen/third_party/dom_distiller_js --plugin-options
124 output_dir=:
125 FAILED: pyproto/third_party/dom_distiller_js/dom_distiller_pb2.py
126 gen/third_party/dom_distiller_js/dom_distiller.pb.h
127 gen/third_party/dom_distiller_js/dom_distiller.pb.cc
128 gen/third_party/dom_distiller_js/dom_distiller_json_converter.h
129 python ../../tools/protoc_wrapper/protoc_wrapper.py dom_distiller.proto
130 --protoc ./protoc --proto-in-dir
131 ../../third_party/dom_distiller_js/dist/proto --cc-out-dir
132 gen/third_party/dom_distiller_js --py-out-dir
133 pyproto/third_party/dom_distiller_js --plugin
134 ../../third_party/dom_distiller_js/protoc_plugins/json_values_converter.py
135 --plugin-out-dir gen/third_party/dom_distiller_js --plugin-options
136 output_dir=:
137 Traceback (most recent call last):
138   File
139 "../../third_party/dom_distiller_js/protoc_plugins/json_values_converter.py",
140 line 14, in <module>
141     from util import plugin_protos, types, writer
142   File
143 "/var/tmp/portage/www-client/chromium-87.0.4280.60/work/chromium-87.0.4280.60/third_party/dom_distiller_js/protoc_plugins/util/plugin_protos.py",
144 line 22, in <module>
145     from google.protobuf.descriptor_pb2 import FieldDescriptorProto
146 ImportError: No module named protobuf.descriptor_pb2
147 --plugin_out: protoc-gen-plugin: Plugin failed with status code 1.
148 Protoc has returned non-zero status: 1
149 [8160/18666] x86_64-pc-linux-gnu-g++ -MMD -MF
150 obj/third_party/crashpad/crashpad/snapshot/snapshot/minidump_annotation_reader.o.d
151 -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1
152 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
153 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND
154 -DDYNAMIC_ANNOTATIONS_ENABLED=0
155 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_40
156 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40
157 -DCRASHPAD_ZLIB_SOURCE_EXTERNAL -DUSE_SYSTEM_ZLIB=1 -I../.. -Igen
158 -I../../third_party/crashpad/crashpad
159 -I../../third_party/perfetto/include
160 -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto
161 -Igen/shim_headers/zlib_shim -Igen/shim_headers/icui18n_shim
162 -I../../third_party/abseil-cpp -I../../third_party/boringssl/src/include
163 -I../../third_party/protobuf/src -Igen/protoc_out
164 -I../../third_party/crashpad/crashpad/compat/non_mac
165 -I../../third_party/crashpad/crashpad/compat/linux
166 -I../../third_party/crashpad/crashpad/compat/non_win
167 -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector
168 -funwind-tables -fPIC -pipe -pthread -Wno-builtin-macro-redefined
169 -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Wno-unused-local-typedefs
170 -Wno-maybe-uninitialized -Wno-deprecated-declarations -Wno-comments
171 -Wno-packed-not-aligned -Wno-missing-field-initializers
172 -Wno-unused-parameter -fno-omit-frame-pointer -fvisibility=hidden
173 -I/usr/lib64/libffi/include -I/usr/include/glib-2.0
174 -I/usr/lib64/glib-2.0/include -std=gnu++14 -Wno-narrowing
175 -Wno-class-memaccess -fno-exceptions -fno-rtti
176 -fvisibility-inlines-hidden -march=native -pipe -O2 -c
177 ../../third_party/crashpad/crashpad/snapshot/minidump/minidump_annotation_reader.cc
178 -o
179 obj/third_party/crashpad/crashpad/snapshot/snapshot/minidump_annotation_reader.o
180 In file included from
181 ../../third_party/crashpad/crashpad/minidump/minidump_extensions.h:25,
182                  from
183 ../../third_party/crashpad/crashpad/snapshot/minidump/minidump_annotation_reader.cc:20:
184 ../../third_party/crashpad/crashpad/util/misc/pdb_structures.h:44:38:
185 warning: multi-character character constant [-Wmultichar]
186    44 |   static const uint32_t kSignature = '01BN';
187       |                                      ^~~~~~
188 ../../third_party/crashpad/crashpad/util/misc/pdb_structures.h:100:38:
189 warning: multi-character character constant [-Wmultichar]
190   100 |   static const uint32_t kSignature = 'SDSR';
191       |                                      ^~~~~~
192 ../../third_party/crashpad/crashpad/util/misc/pdb_structures.h:134:38:
193 warning: multi-character character constant [-Wmultichar]
194   134 |   static const uint32_t kSignature = 'BpEL';
195       |                                      ^~~~~~
196
197
198
199 --
200 The vaccine is a LIE.
201 #EggCrisis
202 The Great Reset
203 Powers are not rights.