Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 889042 - dev-qt/qtwebengine-5.15.7_p20221122 fails to compile: common-operator.h:599:34: error: call to non-constexpr function v8::internal::compiler::IrOpcode::Value v8::internal::compiler::Node::opcode() const
Summary: dev-qt/qtwebengine-5.15.7_p20221122 fails to compile: common-operator.h:599:3...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2022-12-31 07:53 UTC by Agostino Sarubbo
Modified: 2023-03-10 12:34 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,490.09 KB, application/x-xz)
2022-12-31 07:53 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-12-31 07:53:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-qt/qtwebengine-5.15.7_p20221122 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-31 07:53:08 UTC
Created attachment 845984 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-12-31 07:53:09 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: obj/v8/v8_base_without_compiler/v8_base_without_compiler_jumbo_56.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_10.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_11.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_12.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_13.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_14.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_1.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_2.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_3.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_4.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_5.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_6.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_7.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_8.o 
FAILED: obj/v8/v8_compiler/v8_compiler_jumbo_9.o 
../../../../qtwebengine-5.15.7_p20221122/src/3rdparty/chromium/v8/src/compiler/common-operator.h:599:34: error: call to non-‘constexpr’ function ‘v8::internal::compiler::IrOpcode::Value v8::internal::compiler::Node::opcode() const’
Comment 3 Agostino Sarubbo gentoo-dev 2022-12-31 07:53:32 UTC
maybe only because of USE=debug
Comment 4 Stephan Hartmann (RETIRED) gentoo-dev 2022-12-31 08:49:52 UTC
Fixed 1.5 years ago upstream:
https://chromium-review.googlesource.com/c/v8/v8/+/2912916