Summary: | dev-qt/qt3d-5.15.2-r10 - /.../abstractpickingjob.cpp: error: cannot convert const Matrix4x4 {aka const Qt3DCore::Matrix4x | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | dirk, telans |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.freebsd.org/bugzilla//show_bug.cgi?id=248155 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-qt:qt3d-5.15.2-r10:20211113-171438.log.bz2 emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
2021-11-13 17:49:39 UTC
Created attachment 750930 [details]
emerge-info.txt
Created attachment 750933 [details]
dev-qt:qt3d-5.15.2-r10:20211113-171438.log.bz2
Created attachment 750936 [details]
emerge-history.txt
Created attachment 750939 [details]
environment
Created attachment 750942 [details]
etc.portage.tar.bz2
Created attachment 750945 [details]
logs.tar.bz2
Created attachment 750948 [details]
temp.tar.bz2
Well never mind, I guess that's already applied. The same problem is discussed on FreeBSD bugzilla. The patch adapted from here: https://bugs.freebsd.org/bugzilla//show_bug.cgi?id=248155 worked for me but there is a warning that it may break things if CPU does not support AVX2. --- a/src/core/configure.json +++ b/src/core/configure.json @@ -96,7 +96,7 @@ "qt3d-simd-avx2": { "label": "Use AVX2 instructions", "purpose": "Use AVX2 SIMD instructions to accelerate matrix operations", - "autoDetect": "subarch.avx2", + "autoDetect": "features.avx2", "enable": "input.qt3d-simd == 'avx2'", "disable": "input.qt3d-simd == 'sse2' || input.qt3d-simd == 'no' || arch.i386", "output": [ "privateFeature" ] |