Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 22:16:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248155] graphics/qt5-3d: fails to build with CPUTYPE>=haswell (anything with AVX2 I guess)
Message-ID:  <bug-248155-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248155

            Bug ID: 248155
           Summary: graphics/qt5-3d: fails to build with CPUTYPE>=3Dhaswell
                    (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@FreeBSD.org
          Reporter: greg@unrelenting.technology
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@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 =3D nearPos.unproject(viewMatrix, projectionMatrix, viewport);
                                ^~~~~~~~~~
../../include/Qt3DCore/5.15.0/Qt3DCore/private/../../../../../src/core/tran=
sforms/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/tran=
sforms/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;
                                                                         ^

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248155-7788>