The stable chromium-69.0.3497.81 is failed to build on my box with the following error:
Code: Select all
[3682/16894] touch obj/third_party/adobe/flash/flapper_version_h.stamp
...skipping...
../../device/fido/fido_hid_device.cc:43:25: error: no viable overloaded '='
pending_transactions_ = {};
~~~~~~~~~~~~~~~~~~~~~ ^ ~~
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/stl_queue.h:96:11: note: candidate function (the implicit move assignment operator) not viable: cannot convert initializer list argument to 'std::queue<std::pair<std::vector<unsigned char, std::allocator<unsigned char> >, base::OnceCallback<void (base::Optional<std::vector<unsigned char, std::allocator<unsigned char> > >)> >, base::circular_deque<std::pair<std::vector<unsigned char, std::allocator<unsigned char> >, base::OnceCallback<void (base::Optional<std::vector<unsigned char, std::allocator<unsigned char> > >)> > > >'
class queue
^
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/stl_queue.h:96:11: note: candidate function (the implicit copy assignment operator) not viable: cannot convert initializer list argument to 'const std::queue<std::pair<std::vector<unsigned char, std::allocator<unsigned char> >, base::OnceCallback<void (base::Optional<std::vector<unsigned char, std::allocator<unsigned char> > >)> >, base::circular_deque<std::pair<std::vector<unsigned char, std::allocator<unsigned char> >, base::OnceCallback<void (base::Optional<std::vector<unsigned char, std::allocator<unsigned char> > >)> > > >'
4 warnings and 1 error generated.

