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

Bug#975167: supercollider: FTBFS: ../QtCollider/primitives/prim_QPen.cpp:37:21: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined



Source: supercollider
Version: 1:3.10.4+repack-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201119 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> /usr/bin/c++ -DBOOST_CHRONO_HEADER_ONLY -DBOOST_NO_AUTO_PTR -DBUILDING_SCSYNTH -DHAVE_ALSA=1 -DHAVE_AVAHI=1 -DHAVE_HIDAPI -DHAVE_LID -DHAVE_READLINE -DNOVA_SIMD -DQT_COLLIDER_EXPORTING -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_OPENGL_LIB -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WEBCHANNEL_LIB -DQT_WEBENGINECORE_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_WIDGETS_LIB -DSC_DATA_DIR=\"/usr/share/SuperCollider\" -DSC_HIDAPI -DSC_IDE -DSC_MEMORY_ALIGNMENT=32 -DSC_PLUGIN_DIR=\"/usr/lib/SuperCollider/plugins\" -DSC_QT -DSC_USE_QTWEBENGINE -DUSE_RENDEZVOUS=1 -DYYSTACK_USE_ALLOC -Icommon -I../include/common -I../include/lang -I../include/plugin_interface -I../include/server -I../common -I../external_libraries/boost_sync/include -I../lang/LangSource -I../lang/LangPrimSource -I../external_libraries/nova-tt -I../lang/LangSource/Bison -I../external_libraries/hidapi/hidapi -I../external_libraries/hidapi/hidapi_parser -I../QtCollider -I../lang/X11_INCLUDE_DIR -I../SCDoc -I../external_libraries/TLSF-2.4.6/src -I../external_libraries/yaml-cpp/include -I../external_libraries/boost -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtQmlModels -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineCore -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebChannel -isystem /usr/include/x86_64-linux-gnu/qt5/QtPositioning -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineWidgets -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -fschedule-insns2 -fomit-frame-pointer -Wreturn-type -fno-math-errno -fno-signaling-nans -fsigned-zeros -fno-associative-math -pthread -fvisibility=hidden -fPIC -std=gnu++11 -MD -MT lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_QPen.cpp.o -MF lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_QPen.cpp.o.d -o lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_QPen.cpp.o -c ../QtCollider/primitives/prim_QPen.cpp
> ../QtCollider/primitives/prim_QPen.cpp:37:21: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
>    37 | static QPainterPath path;
>       |                     ^~~~
> ../QtCollider/primitives/prim_QPen.cpp: In function ‘bool QtCollider::beginPainting(QPainter*, QObject*)’:
> ../QtCollider/primitives/prim_QPen.cpp:61:25: error: invalid use of incomplete type ‘class QPainterPath’
>    61 |     path = QPainterPath();
>       |                         ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QImage:1,
>                  from ../QtCollider/primitives/../image.h:24,
>                  from ../QtCollider/primitives/prim_QPen.cpp:25:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> ../QtCollider/primitives/prim_QPen.cpp: In static member function ‘static int QtCollider::LangPrimitive<QtCollider::QPen_Clear>::implementation(PyrSlot*, PyrSlot*, VMGlobals*)’:
> ../QtCollider/primitives/prim_QPen.cpp:135:25: error: invalid use of incomplete type ‘class QPainterPath’
>   135 |     path = QPainterPath();
>       |                         ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QImage:1,
>                  from ../QtCollider/primitives/../image.h:24,
>                  from ../QtCollider/primitives/prim_QPen.cpp:25:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> ../QtCollider/primitives/prim_QPen.cpp: In static member function ‘static int QtCollider::LangPrimitive<QtCollider::QPen_Clip>::implementation(PyrSlot*, PyrSlot*, VMGlobals*)’:
> ../QtCollider/primitives/prim_QPen.cpp:245:25: error: invalid use of incomplete type ‘class QPainterPath’
>   245 |     path = QPainterPath();
>       |                         ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QImage:1,
>                  from ../QtCollider/primitives/../image.h:24,
>                  from ../QtCollider/primitives/prim_QPen.cpp:25:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> ../QtCollider/primitives/prim_QPen.cpp: In static member function ‘static int QtCollider::LangPrimitive<QtCollider::QPen_Draw>::implementation(PyrSlot*, PyrSlot*, VMGlobals*)’:
> ../QtCollider/primitives/prim_QPen.cpp:538:25: error: invalid use of incomplete type ‘class QPainterPath’
>   538 |     path = QPainterPath();
>       |                         ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QImage:1,
>                  from ../QtCollider/primitives/../image.h:24,
>                  from ../QtCollider/primitives/prim_QPen.cpp:25:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> ../QtCollider/primitives/prim_QPen.cpp: In static member function ‘static int QtCollider::LangPrimitive<QtCollider::QPen_FillAxialGradient>::implementation(PyrSlot*, PyrSlot*, VMGlobals*)’:
> ../QtCollider/primitives/prim_QPen.cpp:567:25: error: invalid use of incomplete type ‘class QPainterPath’
>   567 |     path = QPainterPath();
>       |                         ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QImage:1,
>                  from ../QtCollider/primitives/../image.h:24,
>                  from ../QtCollider/primitives/prim_QPen.cpp:25:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> ../QtCollider/primitives/prim_QPen.cpp: In static member function ‘static int QtCollider::LangPrimitive<QtCollider::QPen_FillRadialGradient>::implementation(PyrSlot*, PyrSlot*, VMGlobals*)’:
> ../QtCollider/primitives/prim_QPen.cpp:595:25: error: invalid use of incomplete type ‘class QPainterPath’
>   595 |     path = QPainterPath();
>       |                         ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QImage:1,
>                  from ../QtCollider/primitives/../image.h:24,
>                  from ../QtCollider/primitives/prim_QPen.cpp:25:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> [301/558] /usr/bin/c++ -DBOOST_CHRONO_HEADER_ONLY -DBOOST_NO_AUTO_PTR -DBUILDING_SCSYNTH -DHAVE_ALSA=1 -DHAVE_AVAHI=1 -DHAVE_HIDAPI -DHAVE_LID -DHAVE_READLINE -DNOVA_SIMD -DQT_COLLIDER_EXPORTING -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_OPENGL_LIB -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WEBCHANNEL_LIB -DQT_WEBENGINECORE_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_WIDGETS_LIB -DSC_DATA_DIR=\"/usr/share/SuperCollider\" -DSC_HIDAPI -DSC_IDE -DSC_MEMORY_ALIGNMENT=32 -DSC_PLUGIN_DIR=\"/usr/lib/SuperCollider/plugins\" -DSC_QT -DSC_USE_QTWEBENGINE -DUSE_RENDEZVOUS=1 -DYYSTACK_USE_ALLOC -Icommon -I../include/common -I../include/lang -I../include/plugin_interface -I../include/server -I../common -I../external_libraries/boost_sync/include -I../lang/LangSource -I../lang/LangPrimSource -I../external_libraries/nova-tt -I../lang/LangSource/Bison -I../external_libraries/hidapi/hidapi -I../external_libraries/hidapi/hidapi_parser -I../QtCollider -I../lang/X11_INCLUDE_DIR -I../SCDoc -I../external_libraries/TLSF-2.4.6/src -I../external_libraries/yaml-cpp/include -I../external_libraries/boost -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtQmlModels -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineCore -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebChannel -isystem /usr/include/x86_64-linux-gnu/qt5/QtPositioning -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineWidgets -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -fschedule-insns2 -fomit-frame-pointer -Wreturn-type -fno-math-errno -fno-signaling-nans -fsigned-zeros -fno-associative-math -pthread -fvisibility=hidden -fPIC -std=gnu++11 -MD -MT lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_QObject.cpp.o -MF lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_QObject.cpp.o.d -o lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_QObject.cpp.o -c ../QtCollider/primitives/prim_QObject.cpp
> [302/558] /usr/bin/c++ -DBOOST_CHRONO_HEADER_ONLY -DBOOST_NO_AUTO_PTR -DBUILDING_SCSYNTH -DHAVE_ALSA=1 -DHAVE_AVAHI=1 -DHAVE_HIDAPI -DHAVE_LID -DHAVE_READLINE -DNOVA_SIMD -DQT_COLLIDER_EXPORTING -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_OPENGL_LIB -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WEBCHANNEL_LIB -DQT_WEBENGINECORE_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_WIDGETS_LIB -DSC_DATA_DIR=\"/usr/share/SuperCollider\" -DSC_HIDAPI -DSC_IDE -DSC_MEMORY_ALIGNMENT=32 -DSC_PLUGIN_DIR=\"/usr/lib/SuperCollider/plugins\" -DSC_QT -DSC_USE_QTWEBENGINE -DUSE_RENDEZVOUS=1 -DYYSTACK_USE_ALLOC -Icommon -I../include/common -I../include/lang -I../include/plugin_interface -I../include/server -I../common -I../external_libraries/boost_sync/include -I../lang/LangSource -I../lang/LangPrimSource -I../external_libraries/nova-tt -I../lang/LangSource/Bison -I../external_libraries/hidapi/hidapi -I../external_libraries/hidapi/hidapi_parser -I../QtCollider -I../lang/X11_INCLUDE_DIR -I../SCDoc -I../external_libraries/TLSF-2.4.6/src -I../external_libraries/yaml-cpp/include -I../external_libraries/boost -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtQmlModels -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineCore -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebChannel -isystem /usr/include/x86_64-linux-gnu/qt5/QtPositioning -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineWidgets -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -fschedule-insns2 -fomit-frame-pointer -Wreturn-type -fno-math-errno -fno-signaling-nans -fsigned-zeros -fno-associative-math -pthread -fvisibility=hidden -fPIC -std=gnu++11 -MD -MT lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_misc.cpp.o -MF lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_misc.cpp.o.d -o lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_misc.cpp.o -c ../QtCollider/primitives/prim_misc.cpp
> ../QtCollider/primitives/prim_misc.cpp: In static member function ‘static int QtCollider::LangPrimitive<QtCollider::QWindow_ScreenBounds>::implementation(PyrSlot*, PyrSlot*, VMGlobals*)’:
> ../QtCollider/primitives/prim_misc.cpp:62:68: warning: ‘const QRect QDesktopWidget::screenGeometry(int) const’ is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
>    62 |     QRect screenGeometry = QApplication::desktop()->screenGeometry();
>       |                                                                    ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDesktopWidget:1,
>                  from ../QtCollider/primitives/prim_misc.cpp:42:
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdesktopwidget.h:79:67: note: declared here
>    79 |     QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
>       |                                                                   ^~~~~~~~~~~~~~
> ../QtCollider/primitives/prim_misc.cpp: In static member function ‘static int QtCollider::LangPrimitive<QtCollider::QWindow_AvailableGeometry>::implementation(PyrSlot*, PyrSlot*, VMGlobals*)’:
> ../QtCollider/primitives/prim_misc.cpp:71:61: warning: ‘const QRect QDesktopWidget::availableGeometry(int) const’ is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
>    71 |     QRect rect = QApplication::desktop()->availableGeometry();
>       |                                                             ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDesktopWidget:1,
>                  from ../QtCollider/primitives/prim_misc.cpp:42:
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdesktopwidget.h:88:67: note: declared here
>    88 |     QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect availableGeometry(int screen = -1) const;
>       |                                                                   ^~~~~~~~~~~~~~~~~
> [303/558] /usr/bin/c++ -DBOOST_CHRONO_HEADER_ONLY -DBOOST_NO_AUTO_PTR -DBUILDING_SCSYNTH -DHAVE_ALSA=1 -DHAVE_AVAHI=1 -DHAVE_HIDAPI -DHAVE_LID -DHAVE_READLINE -DNOVA_SIMD -DQT_COLLIDER_EXPORTING -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_OPENGL_LIB -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WEBCHANNEL_LIB -DQT_WEBENGINECORE_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_WIDGETS_LIB -DSC_DATA_DIR=\"/usr/share/SuperCollider\" -DSC_HIDAPI -DSC_IDE -DSC_MEMORY_ALIGNMENT=32 -DSC_PLUGIN_DIR=\"/usr/lib/SuperCollider/plugins\" -DSC_QT -DSC_USE_QTWEBENGINE -DUSE_RENDEZVOUS=1 -DYYSTACK_USE_ALLOC -Icommon -I../include/common -I../include/lang -I../include/plugin_interface -I../include/server -I../common -I../external_libraries/boost_sync/include -I../lang/LangSource -I../lang/LangPrimSource -I../external_libraries/nova-tt -I../lang/LangSource/Bison -I../external_libraries/hidapi/hidapi -I../external_libraries/hidapi/hidapi_parser -I../QtCollider -I../lang/X11_INCLUDE_DIR -I../SCDoc -I../external_libraries/TLSF-2.4.6/src -I../external_libraries/yaml-cpp/include -I../external_libraries/boost -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtQmlModels -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineCore -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebChannel -isystem /usr/include/x86_64-linux-gnu/qt5/QtPositioning -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineWidgets -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -fschedule-insns2 -fomit-frame-pointer -Wreturn-type -fno-math-errno -fno-signaling-nans -fsigned-zeros -fno-associative-math -pthread -fvisibility=hidden -fPIC -std=gnu++11 -MD -MT lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_QWidget.cpp.o -MF lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_QWidget.cpp.o.d -o lang/CMakeFiles/libsclang.dir/__/QtCollider/primitives/prim_QWidget.cpp.o -c ../QtCollider/primitives/prim_QWidget.cpp
> In file included from ../QtCollider/primitives/prim_QWidget.cpp:24:
> ../QtCollider/primitives/../QWidgetProxy.h: In static member function ‘static void QWidgetProxy::setGlobalEventEnabled(QWidgetProxy::GlobalEvent, bool)’:
> ../QtCollider/primitives/../QWidgetProxy.h:44:42: warning: ‘T QBasicAtomicInteger<T>::load() const [with T = int]’ is deprecated: Use loadRelaxed [-Wdeprecated-declarations]
>    44 |         int mask = _globalEventMask.load();
>       |                                          ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic.h:46,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1306,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1,
>                  from ../QtCollider/primitives/primitives.h:26,
>                  from ../QtCollider/primitives/prim_QWidget.cpp:22:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h:103:55: note: declared here
>   103 |     QT_DEPRECATED_VERSION_X_5_14("Use loadRelaxed") T load() const noexcept { return loadRelaxed(); }
>       |                                                       ^~~~
> ninja: build stopped: subcommand failed.
> dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j4 -v returned exit code 1
> make: *** [debian/rules:15: binary] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/11/19/supercollider_3.10.4+repack-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


Reply to: