Bugzilla – Bug 1221016
GCC 14: python-qt5-sip package fails
Last modified: 2024-03-13 07:10:12 UTC
Building python-qt5-sip with GCC 14 fails here: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:Gcc7/python-qt5-sip/standard/x86_64 Due to (exhaustive list of errors): siplib.c: In function ‘parsePass1’: siplib.c:3909:20: error: assignment to ‘sipSimpleWrapper *’ {aka ‘struct _sipSimpleWrapper *’} from incompatible pointer type ‘PyObject *’ {aka ‘struct _object *’} [-Wincompatible-pointer-types] 3909 | *selfp = va_arg(va, PyObject *); | ^ error: command '/usr/bin/gcc' failed with exit code 1 See the meta bug#1220571 for more info.
FTR, the corresponding Gentoo bug seems to be: https://bugs.gentoo.org/919000
(In reply to Martin Jambor from comment #1) > FTR, the corresponding Gentoo bug seems to be: > https://bugs.gentoo.org/919000 Which leads to https://github.com/Python-SIP/sip/commit/5a3ef73785cda3d916cf8b7459c44c4555a4d47a - will add a backport.
https://build.opensuse.org/request/show/1155819