[Bug 248155] graphics/qt5-3d: fails to build with CPUTYPE>=haswell (anything with AVX2 I guess)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 21 23:16:08 BST 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248155
Bug ID: 248155
Summary: graphics/qt5-3d: fails to build with CPUTYPE>=haswell
(anything with AVX2 I guess)
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: kde at FreeBSD.org
Reporter: greg at unrelenting.technology
Assignee: kde at FreeBSD.org
Flags: maintainer-feedback?(kde at FreeBSD.org)
With errors like:
jobs/abstractpickingjob.cpp:110:33: error: no viable conversion from 'const
Matrix4x4' (aka 'const Qt3DCore::Matrix4x4_SSE') to incomplete type 'const
Qt3DCore::Matrix4x4_AVX2'
nearPos = nearPos.unproject(viewMatrix, projectionMatrix, viewport);
^~~~~~~~~~
../../include/Qt3DCore/5.15.0/Qt3DCore/private/../../../../../src/core/transforms/vector3d_sse_p.h:68:7:
note: forward declaration of 'Qt3DCore::Matrix4x4_AVX2'
class Matrix4x4_AVX2;
^
../../include/Qt3DCore/5.15.0/Qt3DCore/private/../../../../../src/core/transforms/vector3d_sse_p.h:182:74:
note: passing argument to parameter 'modelView' here
Q_3DCORE_PRIVATE_EXPORT Vector3D_SSE unproject(const Matrix4x4_AVX2
&modelView, const Matrix4x4_AVX2 &projection, const QRect &viewport) const;
^
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list