Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671838 - www-client/chromium-70.0.3538.110 - ../../third_party/blink/renderer/core/streams/transform_stream.cc:31:23: error: ‘blink::TransformStream::TransformAlgorithm::TransformAlgorithm(...)’ is protected within this context
Summary: www-client/chromium-70.0.3538.110 - ../../third_party/blink/renderer/core/str...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-25 02:49 UTC by Daiajo Tibdixious
Modified: 2020-04-15 16:07 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
compressed build log (build.log.xz,638.95 KB, application/x-xz)
2018-11-25 02:49 UTC, Daiajo Tibdixious
Details
emerge --info for chromium (emerge.info,5.88 KB, application/x-info)
2018-11-25 02:50 UTC, Daiajo Tibdixious
Details
transform_stream.cc source giving errors (transform_stream.cc,6.78 KB, text/x-c++src)
2018-11-25 02:50 UTC, Daiajo Tibdixious
Details
transform_stream.h (transform_stream.h,2.30 KB, text/x-chdr)
2018-11-25 02:51 UTC, Daiajo Tibdixious
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daiajo Tibdixious 2018-11-25 02:49:13 UTC
Created attachment 556148 [details]
compressed build log

In the chromium-70.0.3538.110 log:

../../third_party/blink/renderer/core/streams/transform_stream.cc:31:23: error: ���blink::TransformStream::TransformAlgorithm::TransformAlgorithm(blink::TransformStreamTransformer*, blink::ScriptState*, blink::ExceptionState&)��� is protected within this context

../../third_party/blink/renderer/core/streams/transform_stream.cc:31:23: error: ���blink::TransformStream::FlushAlgorithm::FlushAlgorithm(blink::TransformStreamTransformer*, blink::ScriptState*, blink::ExceptionState&)��� is protected within this context

These kill the chromium install.

I have enclosed:
build.log.xz - compressed full build log
emerge.info - output of emerge --info ...chromium...
transform_stream.cc - the source giving error (since its small)
transform_stream.h - its include file
Comment 1 Daiajo Tibdixious 2018-11-25 02:50:03 UTC
Created attachment 556150 [details]
emerge --info for chromium
Comment 2 Daiajo Tibdixious 2018-11-25 02:50:42 UTC
Created attachment 556152 [details]
transform_stream.cc source giving errors
Comment 3 Daiajo Tibdixious 2018-11-25 02:51:13 UTC
Created attachment 556154 [details]
transform_stream.h
Comment 4 Erik Jensen 2018-11-29 15:34:23 UTC
I am also getting this error.
Comment 5 Valentin Sysoev 2018-12-08 21:04:42 UTC
I had exactly the same problem, but sucseed to emerge chromium after switching from gcc-6.4.0 to gcc-7.3.0. So may be this is the problem of gcc, not the chromium. I am not sure that GCC-6.4.0 is supported by chromium team.
Comment 6 Daiajo Tibdixious 2018-12-10 11:31:37 UTC
Confirm upgrading to GCC 7.3.0 allows chromium to install without errors.