=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for superkaramba-15.08.3nb16 Scanning dependencies of target plasma_scriptengine_superkaramba_automoc Scanning dependencies of target plasma_package_superkaramba_automoc Scanning dependencies of target superkaramba-bin_automoc Generating skappletscript.moc Generating skpackage.moc Generating themesdlg.moc Scanning dependencies of target superkaramba_automoc Generating sensorparams.moc [ 0%] Built target plasma_package_superkaramba_automoc Generating themewidget.moc Generating mem.moc Generating kwidgetlistbox.moc Generating clickmap.moc Generating karambaapp.moc [ 0%] Built target plasma_scriptengine_superkaramba_automoc Generating graph.moc Generating taskmanager.moc [ 0%] Built target superkaramba-bin_automoc Generating meter.moc Generating disk.moc Generating karamba.moc Generating textlabel.moc Generating bar.moc Generating karambainterface.moc Generating program.moc Generating imagelabel.moc Generating textfile.moc Generating sensor.moc Generating cpu.moc Generating karambamanager.moc Generating lmsensor.moc Generating richtextlabel.moc Generating plasmaengine.moc Generating input.moc Generating date.moc Generating clickarea.moc Generating network.moc Generating showdesktop.moc Generating rss.moc [ 0%] Built target superkaramba_automoc [ 1%] Generating superkarambasettings.h, superkarambasettings.cpp Scanning dependencies of target superkaramba [ 2%] Building CXX object src/CMakeFiles/superkaramba.dir/themefile.o [ 4%] Building CXX object src/CMakeFiles/superkaramba.dir/mainwidget.o [ 5%] Building CXX object src/CMakeFiles/superkaramba.dir/showdesktop.o [ 6%] Building CXX object src/CMakeFiles/superkaramba.dir/taskmanager.o [ 8%] Building CXX object src/CMakeFiles/superkaramba.dir/superkaramba_automoc.o [ 9%] Building CXX object src/CMakeFiles/superkaramba.dir/karambainterface.o [ 10%] Building CXX object src/CMakeFiles/superkaramba.dir/themelocale.o [ 12%] Building CXX object src/CMakeFiles/superkaramba.dir/lineparser.o [ 13%] Building CXX object src/CMakeFiles/superkaramba.dir/karambamanager.o /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/taskmanager.cpp:46:8: warning: 'K3StaticDeleter' is deprecated [-Wdeprecated-declarations] static K3StaticDeleter staticTaskManagerDeleter; ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3staticdeleter.h:115:28: note: 'K3StaticDeleter' has been explicitly marked deprecated here template class KDE_DEPRECATED K3StaticDeleter : public K3StaticDeleterBase { ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/taskmanager.cpp:911:27: error: ordered comparison between pointer and zero ('const void *' and 'int') if (id1.contains(id2) > 0) ~~~~~~~~~~~~~~~~~ ^ ~ /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/taskmanager.cpp:914:27: error: ordered comparison between pointer and zero ('const void *' and 'int') if (id2.contains(id1) > 0) ~~~~~~~~~~~~~~~~~ ^ ~ /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/themelocale.cpp:408:28: warning: cast from 'char *' to 'struct string_desc *' increases required alignment from 1 to 4 [-Wcast-align] domain->orig_tab = (struct string_desc *) ^~~~~~~~~~~~~~~~~~~~~~ /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/themelocale.cpp:411:29: warning: cast from 'char *' to 'struct string_desc *' increases required alignment from 1 to 4 [-Wcast-align] domain->trans_tab = (struct string_desc *) ^~~~~~~~~~~~~~~~~~~~~~ /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/themelocale.cpp:415:28: warning: cast from 'char *' to 'nls_uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] domain->hash_tab = (nls_uint32 *) ^~~~~~~~~~~~~~ In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/taskmanager.cpp:24: /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/_KDE_build/src/../../src/taskmanager.h:494:25: warning: private field 'm_frameId' is not used [-Wunused-private-field] WId m_frameId; ^ 2 warnings and 2 errors generated. --- src/CMakeFiles/superkaramba.dir/taskmanager.o --- *** [src/CMakeFiles/superkaramba.dir/taskmanager.o] Error code 1 make[2]: stopped in /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/_KDE_build In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:21: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.h:40: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/meters/clickarea.h:27: In file included from /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/K3Process:1: /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:847:40: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] Q_DECLARE_OPERATORS_FOR_FLAGS(K3Process::Communication) ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:21: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.h:40: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/meters/clickarea.h:27: In file included from /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/K3Process:1: /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:847:40: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] Q_DECLARE_OPERATORS_FOR_FLAGS(K3Process::Communication) ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:21: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.h:40: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/meters/clickarea.h:27: In file included from /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/K3Process:1: /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:847:40: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] Q_DECLARE_OPERATORS_FOR_FLAGS(K3Process::Communication) ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:21: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.h:40: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/meters/clickarea.h:27: In file included from /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/K3Process:1: /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:847:40: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] Q_DECLARE_OPERATORS_FOR_FLAGS(K3Process::Communication) ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:21: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.h:40: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/meters/clickarea.h:27: In file included from /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/K3Process:1: /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:847:40: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] Q_DECLARE_OPERATORS_FOR_FLAGS(K3Process::Communication) ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:21: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.h:40: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/meters/clickarea.h:27: In file included from /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/K3Process:1: /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:847:40: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] Q_DECLARE_OPERATORS_FOR_FLAGS(K3Process::Communication) ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:21: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.h:40: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/meters/clickarea.h:27: In file included from /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/K3Process:1: /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:847:40: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] Q_DECLARE_OPERATORS_FOR_FLAGS(K3Process::Communication) ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:21: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.h:40: In file included from /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/meters/clickarea.h:27: In file included from /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/K3Process:1: /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:847:40: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] Q_DECLARE_OPERATORS_FOR_FLAGS(K3Process::Communication) ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ 3 warnings generated. /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:3672:5: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] K3Process *process = new K3Process; ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:3672:30: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] K3Process *process = new K3Process; ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:3686:29: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] process->start(K3Process::NotifyOnExit, K3Process::Stdout); ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/src/karambainterface.cpp:3686:54: warning: 'K3Process' is deprecated [-Wdeprecated-declarations] process->start(K3Process::NotifyOnExit, K3Process::Stdout); ^ /data/scratch/misc/superkaramba/work/.buildlink/include/KDE/../k3process.h:127:7: note: 'K3Process' has been explicitly marked deprecated here class KDE3SUPPORT_EXPORT_DEPRECATED K3Process : public QObject ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kde3support_export.h:40:41: note: expanded from macro 'KDE3SUPPORT_EXPORT_DEPRECATED' # define KDE3SUPPORT_EXPORT_DEPRECATED KDE_DEPRECATED KDE3SUPPORT_EXPORT ^ /data/scratch/misc/superkaramba/work/.buildlink/include/kdemacros.h:165:27: note: expanded from macro 'KDE_DEPRECATED' # define KDE_DEPRECATED Q_DECL_DEPRECATED ^ /data/scratch/misc/superkaramba/work/.buildlink/qt4/include/QtCore/qglobal.h:1165:45: note: expanded from macro 'Q_DECL_DEPRECATED' # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) ^ 12 warnings generated. 1 error make[2]: stopped in /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/_KDE_build --- src/CMakeFiles/superkaramba.dir/all --- *** [src/CMakeFiles/superkaramba.dir/all] Error code 2 make[1]: stopped in /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/_KDE_build 1 error make[1]: stopped in /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/_KDE_build *** [all] Error code 2 make: stopped in /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/_KDE_build 1 error make: stopped in /data/scratch/misc/superkaramba/work/superkaramba-15.08.3/_KDE_build *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/misc/superkaramba *** Error code 1 Stop. make: stopped in /data/pkgsrc/misc/superkaramba