Source: antimony
Version: 0.9.3-1.2
Severity: serious
Tags: ftbfs bullseye sid

Hi Maintainer

As per reproducible builds [1], antimony recently started failing to
build in testing and unstable.

I've copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://tests.reproducible-builds.org/debian/rb-pkg/antimony.html


[ 96%] Building CXX object
app/CMakeFiles/antimony.dir/viewport/control/point.cpp.o
cd /build/1st/antimony-0.9.3/obj-x86_64-linux-gnu/app && /usr/bin/c++
-DBOOST_ALL_NO_LIB -DBOOST_PYTHON_DYN_LINK -DQT_CONCURRENT_LIB
-DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG
-DQT_OPENGL_LIB -DQT_WIDGETS_LIB
-I/build/1st/antimony-0.9.3/obj-x86_64-linux-gnu/app
-I/build/1st/antimony-0.9.3/app
-I/build/1st/antimony-0.9.3/obj-x86_64-linux-gnu/app/antimony_autogen/include
-I/build/1st/antimony-0.9.3/lib/graph/inc
-I/build/1st/antimony-0.9.3/lib/fab/inc -isystem
/usr/include/python3.8 -isystem /usr/include/x86_64-linux-gnu/qt5
-isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtGui -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/QtOpenGL -isystem
/usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem
/usr/include/x86_64-linux-gnu/qt5/QtConcurrent -Wall -Wextra -g
-Werror=switch -O3 -DRELEASE   -D'GITREV="+ "' -D'GITTAG=""'
-D'GITBRANCH=""' -fPIC -std=gnu++11 -o
CMakeFiles/antimony.dir/viewport/control/point.cpp.o -c
/build/1st/antimony-0.9.3/app/viewport/control/point.cpp
/build/1st/antimony-0.9.3/app/viewport/control/point.cpp:37:48: error:
return type 'class QPainterPath' is incomplete
   37 | QPainterPath PointControl::shape(QMatrix4x4 m) const
      |                                                ^~~~~
/build/1st/antimony-0.9.3/app/viewport/control/point.cpp: In member
function 'virtual void PointControl::shape(QMatrix4x4) const':
/build/1st/antimony-0.9.3/app/viewport/control/point.cpp:39:18: error:
aggregate 'QPainterPath path' has incomplete type and cannot be
defined
   39 |     QPainterPath path;
      |                  ^~~~
/build/1st/antimony-0.9.3/app/viewport/control/point.cpp: In member
function 'virtual void PointControl::paint(QMatrix4x4, bool,
QPainter*)':
/build/1st/antimony-0.9.3/app/viewport/control/point.cpp:49:10: error:
'void s' has incomplete type
   49 |     auto s = shape(m);
      |          ^

Reply via email to