[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#963709: pyside2: FTBFS with Qt 5.14: 'PySide2.QtCore.QDate' called with wrong argument types: PySide2.QtCore.QDate(date)



Hi Kurt!

On Thu, Jun 25, 2020 at 02:37:43PM -0500, Kurt Kremitzki wrote:
> Hello,
>
> Yes, it can be uploaded, I meant to get to it last weekend but wasn't able
> to; I'll see if I can do it this evening.

Thanks for the upload!

Unfortunately, it FTBFS on armel and arm64.

The armel failure is caused by my change that dropped ARMv4 support from
qtbase:

https://salsa.debian.org/qt-kde-team/qt/qtbase/commit/4d28e91e32f57e1e

I tested on a porter box (abel.d.o), and found out that while GCC reports
ARM version as 5, clang reports it as 4 (and pyside2 uses clang):

$ gcc -dM -E - < /dev/null
[...]
#define __ARM_ARCH_5TE__ 1
#define __ARM_ARCH 5
[...]

$ clang -dM -E - < /dev/null
[...]
#define __ARM_ARCH 4
#define __ARM_ARCH_4T__ 1
[...]

So I will re-add that patch to qtbase, which should fix it.

Have not looked at the arm64 failure yet.

--
Dmitry Shachnev

Attachment: signature.asc
Description: PGP signature


Reply to: