Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-kde (Nobody) <k...@freebsd.org> for maintainer-feedback: Bug 248155: graphics/qt5-3d: fails to build with CPUTYPE>=haswell (anything with AVX2 I guess) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248155
--- Description --- 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/transfor ms/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/transfor ms/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; ^