Created attachment 556020 [details] build.log I've been unable to compile Chromium for the last few major versions. Currenlty failing on 70.0.3538.67 Here is an extract of what I get. Happens every time: ../../device/fido/hid/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. ninja: build stopped: subcommand failed.
Created attachment 556022 [details] build.log.gz
should be fixed with www-client/chromium-83.0.4103.61 please test and reopen, if it still fails. Attach latest logs and emerge --info.