Your message dated Thu, 24 Sep 2020 19:19:34 +0000
with message-id <e1klwme-0009kd...@fasolo.debian.org>
and subject line Bug#964619: fixed in valentina 0.6.1+20200406~dfsg-1
has caused the Debian Bug report #964619,
regarding valentina: FTBFS: qshareddata.h:93:49: error: invalid use of 
incomplete type ‘class VAbstractFloatItemDataPrivate’
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
964619: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964619
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: valentina
Version: 0.6.1~dfsg-10
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200709 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> g++ -c -pipe -isystem /<<PKGBUILDDIR>>/src/libs/ifc/moc -isystem 
> /<<PKGBUILDDIR>>/src/libs/ifc/rcc -O0 -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/QtXml -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtXmlPatterns -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtTest -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -gdwarf-3 -Wall -Wextra -pedantic 
> -Weffc++ -Woverloaded-virtual -Wctor-dtor-privacy -Wnon-virtual-dtor 
> -Wold-style-cast -Wconversion -Winit-self -Wunreachable-code -Wcast-align 
> -Wcast-qual -Wdisabled-optimization -Wfloat-equal -Wformat=2 -Wimport 
> -Wmissing-include-dirs -Wpacked -Wredundant-decls -Winvalid-pch 
> -Wmissing-format-attribute -Wswitch-default -Wuninitialized -Wvariadic-macros 
> -Wlogical-op -Wnoexcept -Wmissing-noreturn -Wpointer-arith 
> -Wstrict-null-sentinel -Wstrict-overflow=5 -Wno-error=strict-overflow -Wundef 
> -Wno-unused -ftrapv -Wzero-as-null-pointer-constant -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 
> -Wall -Wextra -D_REENTRANT -DQT_NO_FOREACH -DQT_DEPRECATED_WARNINGS 
> -DQT_MESSAGELOGCONTEXT -DV_NO_ASSERT -DQT_NO_DEBUG -DQT_XML_LIB 
> -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB 
> -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../vtools -I../vwidgets 
> -I../vformat -I../vpatterndb -I../fervor -I../vmisc -I../vgeometry -I. 
> -I../vlayout -I../qmuparser -I../vpropertyexplorer -I../vtest -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtXmlPatterns -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/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -Imoc 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o obj/vexceptionwrongid.o 
> exception/vexceptionwrongid.cpp
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = 
> VAbstractFloatItemDataPrivate]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = 
> QSharedDataPointer<VAbstractFloatItemDataPrivate>; typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/floatItemData/vabstractfloatitemdata.h:51:26:   
> required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VAbstractFloatItemDataPrivate’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from 
> ../vlayout/../vpatterndb/floatItemData/vpatternlabeldata.h:34,
>                  from ../vlayout/vlayoutpiece.h:45,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/floatItemData/vabstractfloatitemdata.h:35:7: note: 
> forward declaration of ‘class VAbstractFloatItemDataPrivate’
>    35 | class VAbstractFloatItemDataPrivate;
>       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = 
> VPatternLabelDataPrivate]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = 
> QSharedDataPointer<VPatternLabelDataPrivate>; typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/floatItemData/vpatternlabeldata.h:55:62:   required 
> from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VPatternLabelDataPrivate’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/vlayoutpiece.h:45,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/floatItemData/vpatternlabeldata.h:36:7: note: 
> forward declaration of ‘class VPatternLabelDataPrivate’
>    36 | class VPatternLabelDataPrivate;
>       |       ^~~~~~~~~~~~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = 
> VPieceLabelDataPrivate]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VPieceLabelDataPrivate>; 
> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/floatItemData/vpiecelabeldata.h:58:57:   required 
> from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VPieceLabelDataPrivate’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/vlayoutpiece.h:46,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/floatItemData/vpiecelabeldata.h:37:7: note: forward 
> declaration of ‘class VPieceLabelDataPrivate’
>    37 | class VPieceLabelDataPrivate;
>       |       ^~~~~~~~~~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VGObjectData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VGObjectData>; typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/../vgeometry/vgobject.h:66:25:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VGObjectData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from 
> ../vlayout/../vpatterndb/../vgeometry/vabstractcurve.h:43,
>                  from 
> ../vlayout/../vpatterndb/../vgeometry/vabstractbezier.h:34,
>                  from 
> ../vlayout/../vpatterndb/../vgeometry/vabstractcubicbezierpath.h:39,
>                  from ../vlayout/../vpatterndb/vcontainer.h:50,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/../vgeometry/vgobject.h:45:7: note: forward 
> declaration of ‘class VGObjectData’
>    45 | class VGObjectData;
>       |       ^~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VAbstractCurveData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VAbstractCurveData>; 
> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/../vgeometry/vabstractcurve.h:64:50:   required from 
> here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VAbstractCurveData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from 
> ../vlayout/../vpatterndb/../vgeometry/vabstractbezier.h:34,
>                  from 
> ../vlayout/../vpatterndb/../vgeometry/vabstractcubicbezierpath.h:39,
>                  from ../vlayout/../vpatterndb/vcontainer.h:50,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/../vgeometry/vabstractcurve.h:48:7: note: forward 
> declaration of ‘class VAbstractCurveData’
>    48 | class VAbstractCurveData;
>       |       ^~~~~~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = 
> VInternalVariableData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VInternalVariableData>; 
> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/variables/vinternalvariable.h:55:25:   required from 
> here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VInternalVariableData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/../vpatterndb/variables.h:32,
>                  from ../vlayout/../vpatterndb/vcontainer.h:54,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/variables/vinternalvariable.h:39:7: note: forward 
> declaration of ‘class VInternalVariableData’
>    39 | class VInternalVariableData;
>       |       ^~~~~~~~~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VVariableData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VVariableData>; typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/variables/vvariable.h:59:55:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VVariableData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/../vpatterndb/variables/vmeasurement.h:42,
>                  from ../vlayout/../vpatterndb/variables.h:33,
>                  from ../vlayout/../vpatterndb/vcontainer.h:54,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/variables/vvariable.h:42:7: note: forward 
> declaration of ‘class VVariableData’
>    42 | class VVariableData;
>       |       ^~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VMeasurementData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VMeasurementData>; 
> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/variables/vmeasurement.h:69:43:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VMeasurementData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/../vpatterndb/variables.h:33,
>                  from ../vlayout/../vpatterndb/vcontainer.h:54,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/variables/vmeasurement.h:45:7: note: forward 
> declaration of ‘class VMeasurementData’
>    45 | class VMeasurementData;
>       |       ^~~~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VIncrementData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VIncrementData>; 
> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/variables/vincrement.h:62:49:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VIncrementData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/../vpatterndb/variables.h:34,
>                  from ../vlayout/../vpatterndb/vcontainer.h:54,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/variables/vincrement.h:40:7: note: forward 
> declaration of ‘class VIncrementData’
>    40 | class VIncrementData;
>       |       ^~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VCurveVariableData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VCurveVariableData>; 
> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/variables/vcurvevariable.h:56:55:   required from 
> here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VCurveVariableData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/../vpatterndb/variables/vcurvelength.h:38,
>                  from ../vlayout/../vpatterndb/variables.h:35,
>                  from ../vlayout/../vpatterndb/vcontainer.h:54,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/variables/vcurvevariable.h:39:7: note: forward 
> declaration of ‘class VCurveVariableData’
>    39 | class VCurveVariableData;
>       |       ^~~~~~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VLengthLineData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VLengthLineData>; 
> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/variables/vlinelength.h:59:55:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VLengthLineData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/../vpatterndb/variables.h:36,
>                  from ../vlayout/../vpatterndb/vcontainer.h:54,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/variables/vlinelength.h:41:7: note: forward 
> declaration of ‘class VLengthLineData’
>    41 | class VLengthLineData;
>       |       ^~~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VLineAngleData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VLineAngleData>; 
> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/variables/vlineangle.h:57:55:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VLineAngleData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/../vpatterndb/variables.h:37,
>                  from ../vlayout/../vpatterndb/vcontainer.h:54,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/variables/vlineangle.h:39:7: note: forward 
> declaration of ‘class VLineAngleData’
>    39 | class VLineAngleData;
>       |       ^~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VAbstractPieceData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VAbstractPieceData>; 
> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/../vlayout/vabstractpiece.h:161:27:   required from 
> here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VAbstractPieceData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/../vpatterndb/vpiece.h:35,
>                  from ../vlayout/../vpatterndb/vcontainer.h:56,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/../vlayout/vabstractpiece.h:43:7: note: forward 
> declaration of ‘class VAbstractPieceData’
>    43 | class VAbstractPieceData;
>       |       ^~~~~~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VPieceData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VPieceData>; typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/vpiece.h:91:56:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VPieceData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/../vpatterndb/vcontainer.h:56,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/vpiece.h:38:7: note: forward declaration of ‘class 
> VPieceData’
>    38 | class VPieceData;
>       |       ^~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VPiecePathData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VPiecePathData>; 
> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/../vpatterndb/vpiecepath.h:61:26:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VPiecePathData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from ../vlayout/../vpatterndb/vcontainer.h:57,
>                  from ../vlayout/vlayoutpiece.h:47,
>                  from vdxfengine.cpp:53:
> ../vlayout/../vpatterndb/vpiecepath.h:38:7: note: forward declaration of 
> ‘class VPiecePathData’
>    38 | class VPiecePathData;
>       |       ^~~~~~~~~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPaintEngine:1,
>                  from vdxfengine.h:34,
>                  from vdxfengine.cpp:29:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h: In instantiation of 
> ‘QSharedDataPointer<T>::~QSharedDataPointer() [with T = VLayoutPieceData]’:
> /usr/include/c++/9/bits/move.h:193:11:   required from ‘typename 
> std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> std::swap(_Tp&, _Tp&) [with _Tp = QSharedDataPointer<VLayoutPieceData>; 
> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, 
> std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type 
> = void]’
> ../vlayout/vlayoutpiece.h:72:58:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:93:49: error: invalid 
> use of incomplete type ‘class VLayoutPieceData’
>    93 |     inline ~QSharedDataPointer() { if (d && !d->ref.deref()) delete 
> d; }
>       |                                              ~~~^~~
> In file included from vdxfengine.cpp:53:
> ../vlayout/vlayoutpiece.h:51:7: note: forward declaration of ‘class 
> VLayoutPieceData’
>    51 | class VLayoutPieceData;
>       |       ^~~~~~~~~~~~~~~~
> make[4]: *** [Makefile:493: obj/vdxfengine.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/07/09/valentina_0.6.1~dfsg-10_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.

--- End Message ---
--- Begin Message ---
Source: valentina
Source-Version: 0.6.1+20200406~dfsg-1
Done: Jonas Smedegaard <d...@jones.dk>

We believe that the bug you reported is fixed in the latest version of
valentina, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 964...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated valentina package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 24 Sep 2020 20:18:25 +0200
Source: valentina
Architecture: source
Version: 0.6.1+20200406~dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <d...@jones.dk>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 960092 964619
Changes:
 valentina (0.6.1+20200406~dfsg-1) unstable; urgency=medium
 .
   [ upstream ]
   * git snapshot
     closes: bug#964619, thanks to Lucas Nussbaum
 .
   [ Jonas Smedegaard ]
   * fix typo in changelog
   * fix avoid quoting placeholder in mailcap file
   * copyright:
     + exclude more files when repackaging upstream source
     + copyright: update coverage
   * drop patches cherry-picked upstream now applied
   * disable ccache trickery in configure target; drop patch 2002
   * unfuzz patches
   * simplify source script copyright-check
   * fix respect DEB_BUILD_OPTIONS=nocheck;
     closes: bug#960092, thanks to Helmut Grohne
   * stop installing pixmap files no longer shipped upstream
Checksums-Sha1:
 2b34152e2ef392c9f5fe8dec9c78132bd17f21a0 2242 
valentina_0.6.1+20200406~dfsg-1.dsc
 eea5f9e86919c66db1d44dbd870ce6290a81d02b 10298428 
valentina_0.6.1+20200406~dfsg.orig.tar.xz
 dbafcb92340d94c461b6ae2b549018bc25ca17ae 21808 
valentina_0.6.1+20200406~dfsg-1.debian.tar.xz
 5e9ea0a8e316f054d764fdb6bb883343e7041869 12126 
valentina_0.6.1+20200406~dfsg-1_amd64.buildinfo
Checksums-Sha256:
 2d3f25d2381fe3b93d1ca38abf24927f4912578c600e6642e63387f06cb6f35d 2242 
valentina_0.6.1+20200406~dfsg-1.dsc
 d81e4fb21f4b701a75a623ee5bd812de81bb17eb0500b3d7d961d8fe9e599e4c 10298428 
valentina_0.6.1+20200406~dfsg.orig.tar.xz
 1e5488978333debf91135ad1a7d0a0884c6d5e58dbacb900c718a436ba0b5091 21808 
valentina_0.6.1+20200406~dfsg-1.debian.tar.xz
 8250597139e33e9fd7439338f47d6f8273e0ce5eb3fed383923a908f97ffed25 12126 
valentina_0.6.1+20200406~dfsg-1_amd64.buildinfo
Files:
 9b3a2b0ea2400fc2c9f3a25b9dbe6971 2242 graphics optional 
valentina_0.6.1+20200406~dfsg-1.dsc
 1210dcd7f13666c6644630e08dcec430 10298428 graphics optional 
valentina_0.6.1+20200406~dfsg.orig.tar.xz
 ff769e4128665d86a4642010b69f2607 21808 graphics optional 
valentina_0.6.1+20200406~dfsg-1.debian.tar.xz
 3f7ae24becce33eae04113c8eb3dfba7 12126 graphics optional 
valentina_0.6.1+20200406~dfsg-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAl9s7qoACgkQLHwxRsGg
ASGX3RAApFStwwwmmQpgLERBKAX0heeQD/y7Bqvrg7PzRbcDkYblAVR+jXXiAmUY
4jTEUHc6zhd3cGWSFTAdcsgXMG9MMgWqYmXDHClUuIV0+jHDhp3RWffDP6T9H+u2
SBuz82gas0M39NS6+Jgcp4Gza2KsGMoSoE+pHUZr6beMTvwd36nauH5fqWDeh7kD
sjz2eoMRbMWPEPAtWzItPF+VXCBTvT1rRcZgbJcItIy+HlDJaBL3/n7BkegXOt0w
XPeKGjziip9vuoPR9ujS9opDOq9iX++aCekAzamqxHWsNaXaH2vV6fceU00WcVbH
IEbiKmshtyxrMXMTSk0wX5JC0X68cnRe856MvUDUuqiWviR8sm72+UqP2w7XeoM3
tTxS18udoewXZCJxIlzNKA7WFVOx8bc8OhSzlLYtlj8ZjWoPckwhPu+C0gxSfFaG
XTv2wFSZigBqbfeyQ4Hls0NrkGv0pPviA24nUoGof+BDlWP8OvmwmNjEheb768hv
eywU/i0dMZwW0A1mnni/Kz85lVEjZsKZfyO+LSdbUF1kICYTEQkst37FiE17xyDv
XM4ZLm+O0CD9ebNian5yNcbzRS7Jl4ip2wv6wj+2bSELFsiZzFFiVCUcdF78g9+s
urnS/yj3n7PUvZNvo8YfnD8puRt1nvB7bkBkzZPR8xS9a180alM=
=wqAa
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to