Source: ukui-control-center
Version: 2.0.4-1
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++ -Wl,-z,relro -Wl,-z,now -shared -o libdefaultapp.so defaultapp.o
> addappdialog.o moc_defaultapp.o moc_addappdialog.o -lgio-2.0 -lgobject-2.0
> -lglib-2.0 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so
> /usr/lib/x86_64-linux-gnu/libQt5Gui.so
> /usr/lib/x86_64-linux-gnu/libQt5Core.so -lGL -lpthread
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
> from /usr/include/x86_64-linux-gnu/qt5/QtCore/QObject:1,
> from shortcut.h:23,
> from shortcut.cpp:20:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of
> ‘static void* QtMetaTypePrivate::QMetaTypeFunctionHelper<T,
> Accepted>::Construct(void*, const void*) [with T = _KeyEntry; bool Accepted =
> true]’:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1832:53: required from
> ‘int qRegisterNormalizedMetaType(const QByteArray&, T*, typename
> QtPrivate::MetaTypeDefinedHelper<T, (QMetaTypeId2<T>::Defined && (!
> QMetaTypeId2<T>::IsBuiltIn))>::DefinedType) [with T = _KeyEntry; typename
> QtPrivate::MetaTypeDefinedHelper<T, (QMetaTypeId2<T>::Defined && (!
> QMetaTypeId2<T>::IsBuiltIn))>::DefinedType =
> QtPrivate::MetaTypeDefinedHelper<_KeyEntry, true>::DefinedType]’
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1862:42: required from
> ‘int qRegisterMetaType(const char*, T*, typename
> QtPrivate::MetaTypeDefinedHelper<T, (QMetaTypeId2<T>::Defined && (!
> QMetaTypeId2<T>::IsBuiltIn))>::DefinedType) [with T = _KeyEntry; typename
> QtPrivate::MetaTypeDefinedHelper<T, (QMetaTypeId2<T>::Defined && (!
> QMetaTypeId2<T>::IsBuiltIn))>::DefinedType =
> QtPrivate::MetaTypeDefinedHelper<_KeyEntry, true>::DefinedType]’
> shortcut.h:55:1: required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:812:20: error: use of
> deleted function ‘_KeyEntry::_KeyEntry(const _KeyEntry&)’
> 812 | return new (where) T(*static_cast<const T*>(t));
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from shortcut.cpp:20:
> shortcut.h:42:8: note: ‘_KeyEntry::_KeyEntry(const _KeyEntry&)’ is implicitly
> deleted because the default definition would be ill-formed:
> 42 | struct _KeyEntry : QObjectUserData{
> | ^~~~~~~~~
> shortcut.h:42:8: error: use of deleted function
> ‘QObjectUserData::QObjectUserData(const QObjectUserData&)’
> In file included from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:43,
> from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:48,
> from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:46,
> from /usr/include/x86_64-linux-gnu/qt5/QtCore/QObject:1,
> from shortcut.h:23,
> from shortcut.cpp:20:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:490:5: note: declared here
> 490 | Q_DISABLE_COPY(QObjectUserData)
> | ^~~~~~~~~~~~~~
> g++ -c -pipe -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -std=gnu++11 -pthread -pthread -Wall -Wextra -D_REENTRANT
> -fPIC -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB
> -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../../ukui-control-center-2.0.4
> -isystem /usr/include/dconf -isystem /usr/include/libmount -isystem
> /usr/include/blkid -isystem /usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem
> /usr/include/gio-unix-2.0 -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 -I. -I.
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_addshortcutdialog.o
> moc_addshortcutdialog.cpp
> make[3]: *** [Makefile:568: shortcut.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/07/09/ukui-control-center_2.0.4-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.