Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 671740

Summary: www-client/chromium-70.0.3538.67 - ../../device/fido/hid/fido_hid_device.cc:43:25: error: no viable overloaded '='
Product: Gentoo Linux Reporter: skaumo <skaumo>
Component: Current packagesAssignee: Chromium Project <chromium>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
build.log.gz

Description skaumo 2018-11-23 08:38:25 UTC
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.
Comment 1 skaumo 2018-11-23 08:42:39 UTC
Created attachment 556022 [details]
build.log.gz
Comment 2 Jonas Stein gentoo-dev 2020-05-31 22:59:43 UTC
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.