#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)

main.log.zip (974.9 KB) - added by MStraeten (Martin Straeten) 18 months ago.
main.log

Download all attachments as: .zip

Change History (7)

Changed 18 months ago by MStraeten (Martin Straeten)

Attachment: main.log.zip added

main.log

comment:1 Changed 18 months 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 18 months ago by ryandesign (Ryan Carsten Schmidt)

Keywords: qt5-qtwebengine macos13 removed
Owner: set to MarcusCalhoun-Lopez
Port: 5.15.10_1 removed
Status: newassigned
Summary: Failed to build qt5-qtwebengine: command execution failedqt5-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 18 months ago by chrstphrchvz (Christopher Chavez)

This is investigated more thoroughly in #66165

comment:4 Changed 18 months ago by chrstphrchvz (Christopher Chavez)

Cc: chrstphrchvz added

comment:5 Changed 18 months ago by MStraeten (Martin Straeten)

comment:6 Changed 18 months ago by jmroot (Joshua Root)

Resolution: duplicate
Status: assignedclosed
Note: See TracTickets for help on using tickets.