Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.6.3
-
None
-
yocto nanbield
-
-
d316ceaab (6.6.3)
Description
On meta-qt6 tag v6.6.3, the sha for the pyside6 recipe has this commit
https://github.com/qtproject/pyside-pyside-setup/commit/afbd87359bc5e959bac28cc0318794aa2231a91c
instead of the tagged v6.6.3?
https://github.com/qtproject/pyside-pyside-setup/commit/d95105731cdca5726faac015f227334c090897e6
This leads to build failures:
| In file included from /BUILDDIR/tmp/work/x86_64-linux/python3-shiboken6-native/6.6.3/git/sources/shiboken6/ApiExtractor/apiextractorresult.h:8, | from /BUILDDIR/tmp/work/x86_64-linux/python3-shiboken6-native/6.6.3/git/sources/shiboken6/ApiExtractor/apiextractorresult.cpp:4: | /BUILDDIR/tmp/work/x86_64-linux/python3-shiboken6-native/6.6.3/git/sources/shiboken6/ApiExtractor/abstractmetatype.h:261:5: error: ISO C++ forbids declaration of ‘Q_DECLARE_EQUALITY_COMPARABLE’ with no type [-fpermissive]| 261 | Q_DECLARE_EQUALITY_COMPARABLE(AbstractMetaType) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /BUILDDIR/tmp/work/x86_64-linux/python3-shiboken6-native/6.6.3/git/sources/shiboken6/ApiExtractor/abstractmetatype.h:261:51: error: expected ‘;’ at end of member declaration | 261 | Q_DECLARE_EQUALITY_COMPARABLE(AbstractMetaType) | | ^ | | ; | In file included from /BUILDDIR/tmp/work/x86_64-linux/python3-shiboken6-native/6.6.3/git/sources/shiboken6/ApiExtractor/typesystem.h:7, | from /BUILDDIR/tmp/work/x86_64-linux/python3-shiboken6-native/6.6.3/git/sources/shiboken6/ApiExtractor/configurabletypeentry.h:7, | from /BUILDDIR/tmp/work/x86_64-linux/python3-shiboken6-native/6.6.3/git/sources/shiboken6/ApiExtractor/enumtypeentry.h:7, | from /BUILDDIR/tmp/work/x86_64-linux/python3-shiboken6-native/6.6.3/git/sources/shiboken6/ApiExtractor/apiextractorresult.cpp:8: | /BUILDDIR/tmp/work/x86_64-linux/python3-shiboken6-native/6.6.3/git/sources/shiboken6/ApiExtractor/include.h:58:16: error: ‘strong_ordering’ in namespace ‘Qt’ does not name a type | 58 | friend Qt::strong_ordering compareThreeWay(const Include &lhs,