Package: src:suil; Maintainer for src:suil is Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>;
Reported by: Chris Lamb <lamby@debian.org>
Date: Sat, 12 Nov 2016 14:27:02 UTC
Severity: serious
Tags: patch
Found in version suil/0.8.4~dfsg0-1
Fixed in version suil/0.8.4~dfsg0-2
Done: Jaromír Mikeš <mira.mikes@seznam.cz>
Bug is archived. No further changes may be made.
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded
to debian-bugs-dist@lists.debian.org, reproducible-builds@lists.alioth.debian.org, Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>:
Bug#844101; Package src:suil.
(Sat, 12 Nov 2016 14:27:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Chris Lamb <lamby@debian.org>:
New Bug report received and forwarded. Copy sent to reproducible-builds@lists.alioth.debian.org, Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>.
(Sat, 12 Nov 2016 14:27:04 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Source: suil
Version: 0.8.4~dfsg0-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org
Dear Maintainer,
suil fails to build from source in unstable/amd64:
[…]
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h: In member function 'X* QBasicAtomicPointer<X>::fetchAndSubRelaxed(qptrdiff)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h:290:14: error: 'Ops' has not been declared
{ return Ops::fetchAndSubRelaxed(_q_value, valueToAdd); }
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h: In member function 'X* QBasicAtomicPointer<X>::fetchAndSubAcquire(qptrdiff)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h:292:14: error: 'Ops' has not been declared
{ return Ops::fetchAndSubAcquire(_q_value, valueToAdd); }
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h: In member function 'X* QBasicAtomicPointer<X>::fetchAndSubRelease(qptrdiff)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h:294:14: error: 'Ops' has not been declared
{ return Ops::fetchAndSubRelease(_q_value, valueToAdd); }
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h: In member function 'X* QBasicAtomicPointer<X>::fetchAndSubOrdered(qptrdiff)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h:296:14: error: 'Ops' has not been declared
{ return Ops::fetchAndSubOrdered(_q_value, valueToAdd); }
^~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:50:0,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qwindowdefs.h:44,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from ../src/x11_in_qt5.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:69:23: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <typename...> struct List {};
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:70:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <typename Head, typename... Tail> struct List<Head, Tail...> { typedef Head Car; typedef List<Tail...> Cdr; };
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:72:23: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <typename... L1, typename...L2> struct List_Append<List<L1...>, List<L2...>> { typedef List<L1..., L2...> Value; };
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:72:39: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <typename... L1, typename...L2> struct List_Append<List<L1...>, List<L2...>> { typedef List<L1..., L2...> Value; };
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:72:88: error: '>>' should be '> >' within a nested template argument list
template <typename... L1, typename...L2> struct List_Append<List<L1...>, List<L2...>> { typedef List<L1..., L2...> Value; };
^~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:50:0,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qwindowdefs.h:44,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from ../src/x11_in_qt5.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:98:22: error: expected ',' or '...' before '&&' token
void operator,(T &&value, const ApplyReturnValue<U> &container) {
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:98:67: error: 'void QtPrivate::operator,(T)' must take exactly two arguments
void operator,(T &&value, const ApplyReturnValue<U> &container) {
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:122:18: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <int...> struct IndexesList {};
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:124:22: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <int... Left, int Right> struct IndexesAppend<IndexesList<Left...>, Right>
^~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:132:22: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <int... II, typename... SignalArgs, typename R, typename Function>
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:132:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <int... II, typename... SignalArgs, typename R, typename Function>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:138:22: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <int... II, typename... SignalArgs, typename R, typename... SlotArgs, typename SlotRet, class Obj>
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:138:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <int... II, typename... SignalArgs, typename R, typename... SlotArgs, typename SlotRet, class Obj>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:138:70: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <int... II, typename... SignalArgs, typename R, typename... SlotArgs, typename SlotRet, class Obj>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:139:93: warning: variadic templates only available with -std=c++11 or -std=gnu++11
struct FunctorCall<IndexesList<II...>, List<SignalArgs...>, R, SlotRet (Obj::*)(SlotArgs...)> {
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:140:52: warning: variadic templates only available with -std=c++11 or -std=gnu++11
static void call(SlotRet (Obj::*f)(SlotArgs...), Obj *o, void **arg) {
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:144:22: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <int... II, typename... SignalArgs, typename R, typename... SlotArgs, typename SlotRet, class Obj>
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:144:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <int... II, typename... SignalArgs, typename R, typename... SlotArgs, typename SlotRet, class Obj>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:144:70: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <int... II, typename... SignalArgs, typename R, typename... SlotArgs, typename SlotRet, class Obj>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:145:93: warning: variadic templates only available with -std=c++11 or -std=gnu++11
struct FunctorCall<IndexesList<II...>, List<SignalArgs...>, R, SlotRet (Obj::*)(SlotArgs...) const> {
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:146:52: warning: variadic templates only available with -std=c++11 or -std=gnu++11
static void call(SlotRet (Obj::*f)(SlotArgs...) const, Obj *o, void **arg) {
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:151:47: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template<class Obj, typename Ret, typename... Args> struct FunctionPointer<Ret (Obj::*) (Args...)>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:151:98: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template<class Obj, typename Ret, typename... Args> struct FunctionPointer<Ret (Obj::*) (Args...)>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:156:43: warning: variadic templates only available with -std=c++11 or -std=gnu++11
typedef Ret (Obj::*Function) (Args...);
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:157:37: warning: variadic templates only available with -std=c++11 or -std=gnu++11
enum {ArgumentCount = sizeof...(Args), IsPointerToMemberFunction = true};
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:163:47: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template<class Obj, typename Ret, typename... Args> struct FunctionPointer<Ret (Obj::*) (Args...) const>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:163:98: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template<class Obj, typename Ret, typename... Args> struct FunctionPointer<Ret (Obj::*) (Args...) const>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:168:43: warning: variadic templates only available with -std=c++11 or -std=gnu++11
typedef Ret (Obj::*Function) (Args...) const;
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:169:37: warning: variadic templates only available with -std=c++11 or -std=gnu++11
enum {ArgumentCount = sizeof...(Args), IsPointerToMemberFunction = true};
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:176:36: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template<typename Ret, typename... Args> struct FunctionPointer<Ret (*) (Args...)>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:176:82: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template<typename Ret, typename... Args> struct FunctionPointer<Ret (*) (Args...)>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:180:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11
typedef Ret (*Function) (Args...);
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:181:37: warning: variadic templates only available with -std=c++11 or -std=gnu++11
enum {ArgumentCount = sizeof...(Args), IsPointerToMemberFunction = false};
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:215:62: error: '>>' should be '> >' within a nested template argument list
template <> struct CheckCompatibleArguments<List<>, List<>> { enum { value = true }; };
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:216:75: error: '>>' should be '> >' within a nested template argument list
template <typename List1> struct CheckCompatibleArguments<List1, List<>> { enum { value = true }; };
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:217:53: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <typename Arg1, typename Arg2, typename... Tail1, typename... Tail2>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:217:72: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <typename Arg1, typename Arg2, typename... Tail1, typename... Tail2>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:218:78: error: '>>' should be '> >' within a nested template argument list
struct CheckCompatibleArguments<List<Arg1, Tail1...>, List<Arg2, Tail2...>>
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:221:78: error: '>>' should be '> >' within a nested template argument list
&& CheckCompatibleArguments<List<Tail1...>, List<Tail2...>>::value };
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:233:57: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <typename Functor, typename First, typename... ArgList>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:236:63: warning: variadic templates only available with -std=c++11 or -std=gnu++11
typename List_Left<List<First, ArgList...>, sizeof...(ArgList)>::Value> {};
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:238:41: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <typename Functor, typename... ArgList> struct ComputeFunctorArgumentCount<Functor, List<ArgList...>>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:238:113: error: '>>' should be '> >' within a nested template argument list
template <typename Functor, typename... ArgList> struct ComputeFunctorArgumentCount<Functor, List<ArgList...>>
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:241:38: warning: 'auto' changes meaning in C++11; please remove it [-Wc++11-compat]
template <typename F> static auto test(F f) -> decltype(((f.operator()((dummy<ArgList>())...)), int()));
^~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:241:56: error: expected type-specifier before 'decltype'
template <typename F> static auto test(F f) -> decltype(((f.operator()((dummy<ArgList>())...)), int()));
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:241:56: error: expected initializer before 'decltype'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:245:36: warning: variadic templates only available with -std=c++11 or -std=gnu++11
Value = Ok ? int(sizeof...(ArgList)) : int(ComputeFunctorArgumentCountHelper<Functor, List<ArgList...>, Ok>::Value)
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:251:42: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <typename Functor, typename ... ArgList> struct FunctorReturnType<Functor, List<ArgList...>> {
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:251:104: error: '>>' should be '> >' within a nested template argument list
template <typename Functor, typename ... ArgList> struct FunctorReturnType<Functor, List<ArgList...>> {
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:26: error: expected identifier
typedef decltype(dummy<Functor>().operator()((dummy<ArgList>())...)) Value;
^~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:40: error: expected unqualified-id before '(' token
typedef decltype(dummy<Functor>().operator()((dummy<ArgList>())...)) Value;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:40: error: expected ')' before '(' token
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:41: error: ISO C++ forbids declaration of 'decltype' with no type [-fpermissive]
typedef decltype(dummy<Functor>().operator()((dummy<ArgList>())...)) Value;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:41: error: 'decltype' declared as function returning a function
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:41: error: expected ';' at end of member declaration
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:253:42: error: expected unqualified-id before '.' token
typedef decltype(dummy<Functor>().operator()((dummy<ArgList>())...)) Value;
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:56:0,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:44,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from ../src/x11_in_qt5.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:66:54: error: '>>' should be '> >' within a nested template argument list
template <> struct TypesAreDeclaredMetaType<List<>> { enum { Value = true }; };
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:67:37: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <typename Arg, typename... Tail> struct TypesAreDeclaredMetaType<List<Arg, Tail...> >
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:68:89: error: '>>' should be '> >' within a nested template argument list
{ enum { Value = QMetaTypeId2<Arg>::Defined && TypesAreDeclaredMetaType<List<Tail...>>::Value }; };
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:74:23: warning: variadic templates only available with -std=c++11 or -std=gnu++11
template <typename... Args> struct ConnectionTypes<List<Args...>, true>
^~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h: In static member function 'static const int* QtPrivate::ConnectionTypes<QtPrivate::List<L1 ...>, true>::types()':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:75:60: warning: variadic templates only available with -std=c++11 or -std=gnu++11
{ static const int *types() { static const int t[sizeof...(Args) + 1] = { (QtPrivate::QMetaTypeIdHelper<Args>::qt_metatype_id())..., 0 }; return t; } };
^~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:44:0,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h:48,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:47,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from ../src/x11_in_qt5.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtGui/qregion.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtGui/qregion.h:71:21: error: expected ',' or '...' before '&&' token
QRegion(QRegion &&other) Q_DECL_NOTHROW
^~
/usr/include/x86_64-linux-gnu/qt5/QtGui/qregion.h:71:28: error: invalid constructor; you probably meant 'QRegion (const QRegion&)'
QRegion(QRegion &&other) Q_DECL_NOTHROW
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h:48:0,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:47,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from ../src/x11_in_qt5.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:66:32: error: expected ',' or '...' before '&&' token
QMatrix &operator=(QMatrix &&other) Q_DECL_NOTHROW // = default
^~
/usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:69:21: error: expected ',' or '...' before '&&' token
QMatrix(QMatrix &&other) Q_DECL_NOTHROW // = default
^~
/usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:69:28: error: invalid constructor; you probably meant 'QMatrix (const QMatrix&)'
QMatrix(QMatrix &&other) Q_DECL_NOTHROW // = default
^
/usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h: In member function 'QMatrix& QMatrix::operator=(QMatrix)':
/usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:67:21: error: 'other' was not declared in this scope
{ memcpy(this, &other, sizeof(QMatrix)); return *this; }
^~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h:49:0,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:47,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from ../src/x11_in_qt5.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:79:38: error: expected ',' or '...' before '&&' token
QTransform &operator=(QTransform &&other) Q_DECL_NOTHROW // = default
^~
/usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:82:27: error: expected ',' or '...' before '&&' token
QTransform(QTransform &&other) Q_DECL_NOTHROW // = default
^~
/usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:82:34: error: invalid constructor; you probably meant 'QTransform (const QTransform&)'
QTransform(QTransform &&other) Q_DECL_NOTHROW // = default
^
/usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h: In member function 'QTransform& QTransform::operator=(QTransform)':
/usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:80:21: error: 'other' was not declared in this scope
{ memcpy(this, &other, sizeof(QTransform)); return *this; }
^~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:46:0,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:47,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h:51,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:47,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from ../src/x11_in_qt5.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h: In member function 'QPair<QHash<K, V>::iterator, QHash<K, V>::iterator> QHash<K, V>::equal_range(const Key&)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:957:5: warning: 'auto' changes meaning in C++11; please remove it [-Wc++11-compat]
auto pair = qAsConst(*this).equal_range(akey);
^~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:957:10: error: 'pair' does not name a type
auto pair = qAsConst(*this).equal_range(akey);
^~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:958:31: error: 'pair' was not declared in this scope
return qMakePair(iterator(pair.first.i), iterator(pair.second.i));
^~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:958:31: note: suggested alternative:
In file included from /usr/include/c++/6/utility:70:0,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qcompilerdetection.h:1001,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:83,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qwindowdefs.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from ../src/x11_in_qt5.cpp:18:
/usr/include/c++/6/bits/stl_pair.h:190:12: note: 'std::pair'
struct pair
^~~~
Waf: Leaving directory `/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0/build'
Build failed
-> task in 'suil_gtk2_in_qt5' failed (exit status 1):
{task 140385136788688: cxx gtk2_in_qt5.cpp -> gtk2_in_qt5.cpp.4.o}
['/usr/bin/g++', '-I/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0', '-g', '-O2', '-fdebug-prefix-map=/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0=.', '-fstack-protector-strong', '-Wformat', '-Werror=format-security', '-DNDEBUG', '-ansi', '-Wnon-virtual-dtor', '-Woverloaded-virtual', '-Wall', '-Wcast-align', '-Wextra', '-Wmissing-declarations', '-Wno-unused-parameter', '-Wstrict-overflow', '-Wundef', '-Wwrite-strings', '-fstrict-overflow', '-Wlogical-op', '-Wsuggest-attribute=noreturn', '-Wunsafe-loop-optimizations', '-fshow-column', '-fPIC', '-pthread', '-Wdate-time', '-D_FORTIFY_SOURCE=2', '-I/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0/build', '-I/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0', '-I/usr/include/gtk-2.0', '-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include', '-I/usr/include/gio-unix-2.0', '-I/usr/include/cairo', '-I/usr/include/pango-1.0', '-I/usr/include/atk-1.0', '-I/usr/include/pixman-1', '-I/usr/include/libpng16', '-I/usr/include/gdk-pixbuf-2.0', '-I/usr/include/harfbuzz', '-I/usr/include/glib-2.0', '-I/usr/lib/x86_64-linux-gnu/glib-2.0/include', '-I/usr/include/freetype2', '-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets', '-I/usr/include/x86_64-linux-gnu/qt5', '-I/usr/include/x86_64-linux-gnu/qt5/QtGui', '-I/usr/include/x86_64-linux-gnu/qt5/QtCore', '-I/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0/build', '-DHAVE_LIBDL=1', '-DSUIL_VERSION="0.8.4"', '-DSUIL_MODULE_DIR="/usr/lib/x86_64-linux-gnu/suil-0"', '-DSUIL_DIR_SEP="/"', '-DSUIL_GTK2_LIB_NAME="libgtk-x11-2.0.so.0"', '-DSUIL_WITH_GTK2_IN_QT4=1', '-DSUIL_WITH_QT4_IN_GTK2=1', '-DSUIL_WITH_GTK2_IN_QT5=1', '-DSUIL_WITH_X11_IN_GTK2=1', '-DSUIL_WITH_X11_IN_QT4=1', '-DSUIL_WITH_X11_IN_QT5=1', '-DSUIL_MODULE_PREFIX="lib"', '-DSUIL_MODULE_EXT=".so"', '-DSUIL_SHARED', '-DSUIL_INTERNAL', '-DHAVE_GTK2=1', '-DHAVE_QT5=1', '-DHAVE_LV2=1', '../src/gtk2_in_qt5.cpp', '-c', '-o', '/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0/build/src/gtk2_in_qt5.cpp.4.o']
-> task in 'suil_x11_in_qt5' failed (exit status 1):
{task 140385136790608: cxx x11_in_qt5.cpp -> x11_in_qt5.cpp.8.o}
['/usr/bin/g++', '-I/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0', '-g', '-O2', '-fdebug-prefix-map=/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0=.', '-fstack-protector-strong', '-Wformat', '-Werror=format-security', '-DNDEBUG', '-ansi', '-Wnon-virtual-dtor', '-Woverloaded-virtual', '-Wall', '-Wcast-align', '-Wextra', '-Wmissing-declarations', '-Wno-unused-parameter', '-Wstrict-overflow', '-Wundef', '-Wwrite-strings', '-fstrict-overflow', '-Wlogical-op', '-Wsuggest-attribute=noreturn', '-Wunsafe-loop-optimizations', '-fshow-column', '-fPIC', '-Wdate-time', '-D_FORTIFY_SOURCE=2', '-I/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0/build', '-I/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0', '-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets', '-I/usr/include/x86_64-linux-gnu/qt5', '-I/usr/include/x86_64-linux-gnu/qt5/QtGui', '-I/usr/include/x86_64-linux-gnu/qt5/QtCore', '-I/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0/build', '-DHAVE_LIBDL=1', '-DSUIL_VERSION="0.8.4"', '-DSUIL_MODULE_DIR="/usr/lib/x86_64-linux-gnu/suil-0"', '-DSUIL_DIR_SEP="/"', '-DSUIL_GTK2_LIB_NAME="libgtk-x11-2.0.so.0"', '-DSUIL_WITH_GTK2_IN_QT4=1', '-DSUIL_WITH_QT4_IN_GTK2=1', '-DSUIL_WITH_GTK2_IN_QT5=1', '-DSUIL_WITH_X11_IN_GTK2=1', '-DSUIL_WITH_X11_IN_QT4=1', '-DSUIL_WITH_X11_IN_QT5=1', '-DSUIL_MODULE_PREFIX="lib"', '-DSUIL_MODULE_EXT=".so"', '-DSUIL_SHARED', '-DSUIL_INTERNAL', '-DHAVE_QT5=1', '-DHAVE_LV2=1', '../src/x11_in_qt5.cpp', '-c', '-o', '/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0/build/src/x11_in_qt5.cpp.8.o']
debian/rules:28: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory '/home/lamby/temp/cdt.20161112142403.p5otEpq8AV.db.suil/suil-0.8.4~dfsg0'
debian/rules:14: recipe for target 'build' failed
make: *** [build] Error 2
[…]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby@debian.org / chris-lamb.co.uk
`-
[suil.0.8.4~dfsg0-1.unstable.amd64.log.txt.gz (application/octet-stream, attachment)]
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>:
Bug#844101; Package src:suil.
(Sat, 12 Nov 2016 16:15:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Adrian Bunk <bunk@stusta.de>:
Extra info received and forwarded to list. Copy sent to Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>.
(Sat, 12 Nov 2016 16:15:03 GMT) (full text, mbox, link).
Message #10 received at 844101@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Control: tags -1 patch
A fix for the suil FTBFS is attached.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
[no-ansi.patch (text/x-diff, attachment)]
Added tag(s) patch.
Request was from Adrian Bunk <bunk@stusta.de>
to 844101-submit@bugs.debian.org.
(Sat, 12 Nov 2016 16:15:03 GMT) (full text, mbox, link).
Added tag(s) pending.
Request was from Jaromír Mikeš <mira.mikes@seznam.cz>
to control@bugs.debian.org.
(Sat, 12 Nov 2016 16:57:05 GMT) (full text, mbox, link).
Message sent on
to Chris Lamb <lamby@debian.org>:
Bug#844101.
(Sat, 12 Nov 2016 16:57:08 GMT) (full text, mbox, link).
Message #17 received at 844101-submitter@bugs.debian.org (full text, mbox, reply):
tag 844101 pending
thanks
Hello,
Bug #844101 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
http://git.debian.org/?p=pkg-multimedia/suil.git;a=commitdiff;h=146ea5d
---
commit 146ea5dfa9ac690e8ad29d79cc178cfeb8e6bf7f
Author: Jaromír Mikeš <mira.mikes@seznam.cz>
Date: Sat Nov 12 17:50:26 2016 +0100
Finalize changelog.
diff --git a/debian/changelog b/debian/changelog
index 4676743..96b3a50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
-suil (0.8.4~dfsg0-2) UNRELEASED; urgency=medium
+suil (0.8.4~dfsg0-2) unstable; urgency=medium
- * Start new upload
+ * Add patch to fix FTBFS with Qt 5.7. (Closes: #844101)
+ * Set dh/compat 10.
+ * Set dh/compat 10.
+ * Drop dbg package in favour of dbgsym.
-- Jaromír Mikeš <mira.mikes@seznam.cz> Sat, 12 Nov 2016 17:27:52 +0100
Reply sent
to Jaromír Mikeš <mira.mikes@seznam.cz>:
You have taken responsibility.
(Sat, 12 Nov 2016 17:12:13 GMT) (full text, mbox, link).
Notification sent
to Chris Lamb <lamby@debian.org>:
Bug acknowledged by developer.
(Sat, 12 Nov 2016 17:12:13 GMT) (full text, mbox, link).
Message #22 received at 844101-close@bugs.debian.org (full text, mbox, reply):
Source: suil Source-Version: 0.8.4~dfsg0-2 We believe that the bug you reported is fixed in the latest version of suil, 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 844101@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jaromír Mikeš <mira.mikes@seznam.cz> (supplier of updated suil 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 12 Nov 2016 17:27:52 +0100 Source: suil Binary: libsuil-dev libsuil-0-0 Architecture: source amd64 Version: 0.8.4~dfsg0-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org> Changed-By: Jaromír Mikeš <mira.mikes@seznam.cz> Description: libsuil-0-0 - library for loading and wrapping LV2 plugin UIs libsuil-dev - Development files for suil Closes: 844101 Changes: suil (0.8.4~dfsg0-2) unstable; urgency=medium . * Add patch to fix FTBFS with Qt 5.7. (Closes: #844101) * Set dh/compat 10. * Set dh/compat 10. * Drop dbg package in favour of dbgsym. Checksums-Sha1: ea9bab6eff6651dd7a5a5e985e2f3389338a8a41 2157 suil_0.8.4~dfsg0-2.dsc d5578e2d30c4463fd1e566eb59cc3c7f336b5799 5584 suil_0.8.4~dfsg0-2.debian.tar.xz 25c6512e9b98474f6c8b807be7a4f2b51a9b1686 226238 libsuil-0-0-dbgsym_0.8.4~dfsg0-2_amd64.deb 23e21ea6ef8eb1d53b5011cd5e5eb8898f85a036 23048 libsuil-0-0_0.8.4~dfsg0-2_amd64.deb efb8d70b699cc3b71056e79f3c4a364b948db2ee 8690 libsuil-dev_0.8.4~dfsg0-2_amd64.deb 553e6b96c7d4118e2779deee2c645aaa0407be8f 13458 suil_0.8.4~dfsg0-2_20161112T165227z-4f4d0bdb.buildinfo Checksums-Sha256: 5b8838bd3a4b031a87c376078c88b11ee84f53237bfa4d41428f8fbeed431f7b 2157 suil_0.8.4~dfsg0-2.dsc 27de96fd3171637841a060e766ab769bc2239da233b87f0f0cbd327be8d49adb 5584 suil_0.8.4~dfsg0-2.debian.tar.xz f9083092c9f987c1c6b24c0bb77e0aafbe0f7fc4be7aacb450c8224d71a4048a 226238 libsuil-0-0-dbgsym_0.8.4~dfsg0-2_amd64.deb c80a0e33a99cbe8402ce0ad5fde7057313cc97551c0cfa40134f1fefd0e90c2d 23048 libsuil-0-0_0.8.4~dfsg0-2_amd64.deb 9e94ce507e2c16767eb3d29675750ff04aec07d6872dfffa163abef60558f33a 8690 libsuil-dev_0.8.4~dfsg0-2_amd64.deb 56c1d8b3e3accd9e576a336692592c25f66379fee6596566bacd4c8aab8da0d8 13458 suil_0.8.4~dfsg0-2_20161112T165227z-4f4d0bdb.buildinfo Files: 649b924f90c6caebba9eae198a0d2590 2157 libs optional suil_0.8.4~dfsg0-2.dsc 66b67a249a5f01f999cad036b210e62f 5584 libs optional suil_0.8.4~dfsg0-2.debian.tar.xz c4abc3f23b5b7b3219d3ef840aa3ba09 226238 debug extra libsuil-0-0-dbgsym_0.8.4~dfsg0-2_amd64.deb 7489c85054a77e58b33f1a18106957ce 23048 libs optional libsuil-0-0_0.8.4~dfsg0-2_amd64.deb 8c18084420211506989a86c6f5d38534 8690 libdevel optional libsuil-dev_0.8.4~dfsg0-2_amd64.deb 4f4d0bdb89fa7b05cb51538387d6f4b5 13458 libs optional suil_0.8.4~dfsg0-2_20161112T165227z-4f4d0bdb.buildinfo -----BEGIN PGP SIGNATURE----- iQIyBAEBCAAcBQJYJ0j+FRxtaXJhLm1pa2VzQHNlem5hbS5jegAKCRBbAZRV4rhP pcN7EACBgudgcoF8Du46w5o0wO3jNO90w3jJB/rrZYRSjsICVPTZj17KobEdQ98Q 6amq8uI5i2esFF669pKJS+JDMNbhGifmkKmZ9VETxVHchQwol+4US3P4gfceOgLM 8Qan+4iP+jtRsSQ8eoOKwkmXxE/drGEblUiYbIwXSSG3spHRZspk1x5A2+KqXwdp RRoV2/7aWVn0SOKStB40vsFLx1I9twYDIn95az6Cc3SQIUWZIp27aocVltBaF4yd CePYWrqMJuDURnLR5lvT7GJ0q5ImZX/FMwpZ7S5Jz4BCO7hacd6BqUmdxLPf9Jys cZVAWLbDVqHRTwWgvTCUKMVDxNazoYSs7uFXPB5doQpkXfQ09s3ANq5YfecOZpxd 9iShxyC+YqHusEZHoiPU2wuPWrx7BwWDZgB5sZ0YQ7gUEcuJULMfb5nGa8h46U5H kMkEZLQUkgXxeHjBp/1uLid6ryFcvOxMXP1gn+YJ3ZxFC9Q8s/9XlJsu+9oh8+hU 4RHnVqlpMjurbp0OHCWCi1mbZrootpRc7ECvro6i3HrBgONsenCmTD6xn0fSv7Oi kDPjcYWbkK7G2H8HlpKYx0F7QbD6AaqPl+v21YhIHr+rmYqUd41AJ1tJZaYpSP4j 4LJk86I9LHIvbmRRRzcQ1KxOroUSuVdh9xN4gS/y2f6TPxCvig== =bvs8 -----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Thu, 29 Dec 2016 07:27:48 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.