Opened 2 years ago
Closed 2 years ago
#66110 closed defect (duplicate)
qt5-qtwebengine @5.15.10_1: error: ambiguous conversion for functional-style cast from 'blink::FloatRect' to 'gfx::RectF'
Reported by: | MStraeten (Martin Straeten) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | ventura | Cc: | chrstphrchvz (Christopher Chavez) |
Port: | qt5-qtwebengine |
Description
build of qt5-qtwebengine fails with Xcode 14.1 RC2 on macos13
Attachments (1)
Change History (7)
Changed 2 years ago by MStraeten (Martin Straeten)
Attachment: | main.log.zip added |
---|
comment:1 Changed 2 years ago by wrohv
I can confirm the same failure on macos13 / arm64. Here's the relevant error, I believe:
:info:build ../../3rdparty/chromium/third_party/blink/renderer/platform/wtf/construct_traits.h:26:36: error: call to constructor of 'gfx::RectF' is ambiguous :info:build return new (NotNull, location) T(std::forward<Args>(args)...); :info:build ^ ~~~~~~~~~~~~~~~~~~~~~~~~
This issue persists even after the recent fix for #65853
comment:2 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | qt5-qtwebengine macos13 removed |
---|---|
Owner: | set to MarcusCalhoun-Lopez |
Port: | 5.15.10_1 removed |
Status: | new → assigned |
Summary: | Failed to build qt5-qtwebengine: command execution failed → qt5-qtwebengine @5.15.10_1: error: ambiguous conversion for functional-style cast from 'blink::FloatRect' to 'gfx::RectF' |
That's the second error in the attached log. The first error is:
:info:build ./../../3rdparty/chromium/third_party/blink/renderer/core/editing/finder/text_finder.cc:632:10: error: ambiguous conversion for functional-style cast from 'blink::FloatRect' to 'gfx::RectF' :info:build return gfx::RectF(FindInPageRectFromRange(EphemeralRange(ActiveMatch()))); :info:build ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
comment:3 Changed 2 years ago by chrstphrchvz (Christopher Chavez)
This is investigated more thoroughly in #66165
comment:4 Changed 2 years ago by chrstphrchvz (Christopher Chavez)
Cc: | chrstphrchvz added |
---|
comment:5 Changed 2 years ago by MStraeten (Martin Straeten)
patch in https://github.com/macports/macports-ports/pull/16605 works fine
comment:6 Changed 2 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
main.log