Сборка валится со следующим выхлопом:
ninja: build stopped: subcommand failed.
* ERROR: www-client/chromium-66.0.3359.139::net-kit failed (compile phase):
* ninja -v -j9 -l0 -C out/Release v8_context_snapshot_generator failed
*
* Call stack:
* ebuild.sh, line 92: Called src_compile
* environment, line 5325: Called eninja '-C' 'out/Release' 'v8_context_snapshot_generator'
* environment, line 1878: Called die
* The specific snippet of code:
* "$@" || die "${nonfatal_args[@]}" "${*} failed"
*
* If you need support, post the output of `emerge --info '=www-client/chromium-66.0.3359.139::net-kit'`,
* the complete build log and the output of `emerge -pqv '=www-client/chromium-66.0.3359.139::net-kit'`.
*
* MemTotal: 16420676 kB
* SwapTotal: 16777212 kB
*
* The complete build log is located at '/var/tmp/portage/www-client/chromium-66.0.3359.139/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/www-client/chromium-66.0.3359.139/temp/environment'.
* Working directory: '/var/tmp/portage/www-client/chromium-66.0.3359.139/work/chromium-66.0.3359.139'
* S: '/var/tmp/portage/www-client/chromium-66.0.3359.139/work/chromium-66.0.3359.139'
>>> Failed to emerge www-client/chromium-66.0.3359.139, Log file:
>>> '/var/tmp/portage/www-client/chromium-66.0.3359.139/temp/build.log'
Прилагаю вывод команды emerge --info '=www-client/chromium-66.0.3359.139::net-kit': https://pastebin.com/sTyh7SMT
Вывод команды emerge -pqv '=www-client/chromium-66.0.3359.139::net-kit':
[ebuild U ] www-client/chromium-66.0.3359.139 [64.0.3282.167] USE="cups gnome-keyring jumbo-build* (pic) proprietary-codecs pulseaudio system-ffmpeg -component-build -custom-cflags -hangouts* -kerberos (-neon) (-selinux) -suid* (-system-icu) (-system-libvpx) (-tcmalloc) -widevine" L10N="ru -am -ar -bg -bn -ca -cs -da -de -el -en-GB -es -es-419 -et -fa -fi -fil -fr -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt-BR -pt-PT -ro -sk -sl -sr -sv -sw -ta -te -th -tr -uk -vi -zh-CN -zh-TW"
В сборочных зависимостях у него теперь Clang. Пробовал принудительно собирать с помощью gcc- падает на том же месте, с тем же сообщением.
cat /var/tmp/portage/www-client/chromium-66.0.3359.139/temp/build.log | grep error
./../gpu/command_buffer/service/texture_manager.cc:134:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:135:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:136:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:137:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:138:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:139:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:140:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:141:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:144:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:145:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:146:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:147:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:148:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:149:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:150:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:151:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:152:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:153:9: error: chosen constructor is explicit in copy-initialization
../../gpu/command_buffer/service/texture_manager.cc:154:9: error: chosen constructor is explicit in copy-initialization
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
Как быть?