D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/qloud-0.31-8.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2o6tHv + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf qloud-0.31 + /usr/bin/bzip2 -dc /home/pterjan/rpmbuild/SOURCES/qloud-0.31.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd qloud-0.31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fPYFM3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd qloud-0.31 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + rm src/Makefile + qmake + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O -j8 cd src/ && /usr/lib64/qt4/bin/qmake /home/pterjan/rpmbuild/BUILD/qloud-0.31/src/src.pro -o Makefile cd src/ && /usr/bin/make -f Makefile make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt -I/usr/include -I/usr/include/qt4 -I../moc -o ../obj/Capture.o Capture.cpp In file included from Excitation.h:25:0, from Capture.cpp:21: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void check() const throw (QLE); ^~~~~ In file included from Capture.cpp:21:0: Excitation.h:29:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void generate(const QString& dirPath, const ExcitCfg& cfg) throw (QLE); ^~~~~ In file included from Capture.h:24:0, from Capture.cpp:22: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getFormat() throw (QLE); ^~~~~ In file included from Capture.h:25:0, from Capture.cpp:22: JackWrap.h:34:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] JackWrap() throw (QLE); ^~~~~ JackWrap.h:38:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(JackInfo info) throw (QLE); ^~~~~ In file included from Capture.cpp:22:0: Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Capture(QString aDirPath) throw (QLE); ^~~~~ Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void openJack() throw (QLE); ^~~~~ Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void initBuffers() throw (QLE); ^~~~~ Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void doJob(int playDbLevel) throw (QLE); ^~~~~ In file included from Capture.cpp:24:0: WavIn.h:30:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] WavIn(QString aPath) throw (QLE); ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] float* readFloat() throw (QLE); ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double* readDouble() throw (QLE); ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getBitDepth() throw (QLE); ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void read(int size) throw (QLE); ^~~~~ In file included from Capture.cpp:25:0: WavOut.h:33:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void writeFloat(WavInfo info, float* buf) throw (QLE); ^~~~~ WavOut.h:34:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void writeDouble(WavInfo info, double* buf) throw (QLE); ^~~~~ WavOut.h:38:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void write(WavInfo info, int size, char* buf) throw (QLE); ^~~~~ Capture.cpp:27:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Capture::Capture(QString aDirPath) throw (QLE) { ^~~~~ Capture.cpp:45:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Capture::openJack() throw (QLE) { ^~~~~ Capture.cpp:54:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Capture::initBuffers() throw (QLE) { ^~~~~ Capture.cpp:74:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Capture::doJob(int playDbLevel) throw (QLE) { ^~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt -I/usr/include -I/usr/include/qt4 -I../moc -o ../obj/ExcitCfg.o ExcitCfg.cpp In file included from ExcitCfg.cpp:21:0: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void check() const throw (QLE); ^~~~~ ExcitCfg.cpp:48:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ExcitCfg::check() const throw (QLE) { ^~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt -I/usr/include -I/usr/include/qt4 -I../moc -o ../obj/Excitation.o Excitation.cpp In file included from Excitation.h:25:0, from Excitation.cpp:22: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void check() const throw (QLE); ^~~~~ In file included from Excitation.cpp:22:0: Excitation.h:29:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void generate(const QString& dirPath, const ExcitCfg& cfg) throw (QLE); ^~~~~ In file included from Excitation.cpp:23:0: Weights.h:27:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Weights(char const* name, int pointsAmount) throw (QLE); ^~~~~ Weights.h:29:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double getPoint(int pointNum) const throw (QLE); ^~~~~ In file included from Excitation.cpp:24:0: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getFormat() throw (QLE); ^~~~~ In file included from Excitation.cpp:25:0: WavIn.h:30:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] WavIn(QString aPath) throw (QLE); ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] float* readFloat() throw (QLE); ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double* readDouble() throw (QLE); ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getBitDepth() throw (QLE); ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void read(int size) throw (QLE); ^~~~~ In file included from Excitation.cpp:26:0: WavOut.h:33:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void writeFloat(WavInfo info, float* buf) throw (QLE); ^~~~~ WavOut.h:34:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void writeDouble(WavInfo info, double* buf) throw (QLE); ^~~~~ WavOut.h:38:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void write(WavInfo info, int size, char* buf) throw (QLE); ^~~~~ Excitation.cpp:31:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Excitation::generate(const QString& dirPath, const ExcitCfg& cfg) throw (QLE) { ^~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt -I/usr/include -I/usr/include/qt4 -I../moc -o ../obj/ExcitForm.o ExcitForm.cpp In file included from Excitation.h:25:0, from ExcitForm.cpp:20: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void check() const throw (QLE); ^~~~~ In file included from ExcitForm.cpp:20:0: Excitation.h:29:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void generate(const QString& dirPath, const ExcitCfg& cfg) throw (QLE); ^~~~~ In file included from ExcitForm.h:27:0, from ExcitForm.cpp:21: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void appendIr(IRInfo info) throw (QLE); ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void removeIr(QString key) throw (QLE); ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void replaceIr(IRInfo info) throw (QLE); ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QString nextIrKey() throw (QLE); ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] IRInfo getIr(const QString& key) throw (QLE); ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QList getIrs() throw (QLE); ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void setExcit(const ExcitCfg&) throw (QLE); ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ExcitCfg getExcit() throw (QLE); ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void initFile() throw (QLE); ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QDomDocument read() throw (QLE); ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void write(const QDomDocument&) throw (QLE); ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QString irKeyToString(int key) throw (QLE); ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool fileExists() throw (QLE); ^~~~~ In file included from ExcitForm.cpp:21:0: ExcitForm.h:35:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ExcitForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); ^~~~~ ExcitForm.h:76:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QString getInfoString() throw (QLE); ^~~~~ In file included from ExcitForm.cpp:23:0: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void checkFileError(const QFile&) throw (QLE); ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static double* logFreqs(int pointsAmount, double fMin, double fMax) throw (QLE); ^~~~~ QLUtl.h:56:100: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static double* spaceAmpsToFreqs(int pointsAmount, double* freqs, int ampsAmount, double* amps) throw (QLE); ^~~~~ QLUtl.h:57:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); ^~~~~ In file included from Capture.h:24:0, from QLWin.h:26, from ExcitForm.cpp:24: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getFormat() throw (QLE); ^~~~~ In file included from Capture.h:25:0, from QLWin.h:26, from ExcitForm.cpp:24: JackWrap.h:34:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] JackWrap() throw (QLE); ^~~~~ JackWrap.h:38:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(JackInfo info) throw (QLE); ^~~~~ In file included from QLWin.h:26:0, from ExcitForm.cpp:24: Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Capture(QString aDirPath) throw (QLE); ^~~~~ Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void openJack() throw (QLE); ^~~~~ Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void initBuffers() throw (QLE); ^~~~~ Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void doJob(int playDbLevel) throw (QLE); ^~~~~ In file included from Plotter.h:26:0, from PlotWindow.h:28, from IrsModel.h:26, from IrsForm.h:25, from QLWin.h:28, from ExcitForm.cpp:24: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void generate() throw (QLE); ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void trim(double secs) throw (QLE); ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double getMaxTrimLength() throw (QLE); ^~~~~ In file included from PlotWindow.h:28:0, from IrsModel.h:26, from IrsForm.h:25, from QLWin.h:28, from ExcitForm.cpp:24: Plotter.h:39:25: error: 'constexpr' needed for in-class initialization of static data member 'const double Plotter::DEFAULT_SMOOTH' of non-integral type [-fpermissive] static const double DEFAULT_SMOOTH = 6.0; // 1/6 octave ^~~~~~~~~~~~~~ Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Plotter(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); ^~~~~ Plotter.h:43:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double getMaxTrimLength() throw (QLE); // secs ^~~~~ Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void setSmooth(double smoothFactor) throw (QLE); ^~~~~ Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void setWinLength(double secs) throw (QLE); ^~~~~ Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void recalculate() throw (QLE); ^~~~~ In file included from IrsModel.h:26:0, from IrsForm.h:25, from QLWin.h:28, from ExcitForm.cpp:24: PlotWindow.h:37:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] PlotWindow(const QString& dir, const IRInfo& ii, QMap* plots, QWidget *parent = 0) throw (QLE) ; ^~~~~ PlotWindow.h:43:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QWidget* getSplTab(const QString& dir, const IRInfo& ii) throw (QLE); // SPL plotting ^~~~~ PlotWindow.h:44:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QWidget* getIRTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR itself plotting ^~~~~ PlotWindow.h:45:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QWidget* getIRPTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR power plotting ^~~~~ PlotWindow.h:46:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QWidget* getStepTab(const QString& dir, const IRInfo& ii) throw (QLE); // Step Response plotting ^~~~~ PlotWindow.h:47:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QWidget* getHarmTab(const QString& dir, const IRInfo& ii) throw (QLE); // Harmonics plotting ^~~~~ PlotWindow.h:48:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); ^~~~~ In file included from IrsForm.h:25:0, from QLWin.h:28, from ExcitForm.cpp:24: IrsModel.h:33:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] IrsModel(const QString& aWorkDir, QMap* plots, QObject* parent = 0) throw (QLE); ^~~~~ In file included from QLWin.h:28:0, from ExcitForm.cpp:24: IrsForm.h:33:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] IrsForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); ^~~~~ ExcitForm.cpp:26:77: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ExcitForm::ExcitForm(QWidget* aFeedback, QString aWorkDir, QWidget* parent) throw (QLE) : QWidget(parent) { ^~~~~ ExcitForm.cpp: In constructor 'ExcitForm::ExcitForm(QWidget*, QString, QWidget*)': ExcitForm.cpp:97:41: error: no matching function for call to 'QwtCounter::setRange(int, int, int)' this->fMinCnt->setRange(1, 100000, 1); ^ In file included from ExcitForm.h:24:0, from ExcitForm.cpp:21: /usr/include/qwt/qwt_counter.h:105:10: note: candidate: void QwtCounter::setRange(double, double) void setRange( double min, double max ); ^~~~~~~~ /usr/include/qwt/qwt_counter.h:105:10: note: candidate expects 2 arguments, 3 provided ExcitForm.cpp:113:41: error: no matching function for call to 'QwtCounter::setRange(int, int, int)' this->fMaxCnt->setRange(1, 100000, 1); ^ In file included from ExcitForm.h:24:0, from ExcitForm.cpp:21: /usr/include/qwt/qwt_counter.h:105:10: note: candidate: void QwtCounter::setRange(double, double) void setRange( double min, double max ); ^~~~~~~~ /usr/include/qwt/qwt_counter.h:105:10: note: candidate expects 2 arguments, 3 provided ExcitForm.cpp: At global scope: ExcitForm.cpp:249:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QString ExcitForm::getInfoString() throw (QLE) { ^~~~~ make[1]: *** [Makefile:496: ../obj/ExcitForm.o] Error 1 make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' make[1]: *** Waiting for unfinished jobs.... make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt -I/usr/include -I/usr/include/qt4 -I../moc -o ../obj/HarmData.o HarmData.cpp In file included from HarmData.cpp:20:0: HarmData.h:34:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double getValue(double freq) throw (QLE); ^~~~~ HarmData.cpp:37:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double HarmData::getValue(double freq) throw (QLE) { ^~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt -I/usr/include -I/usr/include/qt4 -I../moc -o ../obj/main.o main.cpp In file included from ExcitForm.h:25:0, from QLWin.h:25, from main.cpp:21: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void check() const throw (QLE); ^~~~~ In file included from ExcitForm.h:27:0, from QLWin.h:25, from main.cpp:21: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void appendIr(IRInfo info) throw (QLE); ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void removeIr(QString key) throw (QLE); ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void replaceIr(IRInfo info) throw (QLE); ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QString nextIrKey() throw (QLE); ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] IRInfo getIr(const QString& key) throw (QLE); ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QList getIrs() throw (QLE); ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void setExcit(const ExcitCfg&) throw (QLE); ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ExcitCfg getExcit() throw (QLE); ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void initFile() throw (QLE); ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QDomDocument read() throw (QLE); ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void write(const QDomDocument&) throw (QLE); ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QString irKeyToString(int key) throw (QLE); ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool fileExists() throw (QLE); ^~~~~ In file included from QLWin.h:25:0, from main.cpp:21: ExcitForm.h:35:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ExcitForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); ^~~~~ ExcitForm.h:76:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QString getInfoString() throw (QLE); ^~~~~ In file included from Capture.h:24:0, from QLWin.h:26, from main.cpp:21: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getFormat() throw (QLE); ^~~~~ In file included from Capture.h:25:0, from QLWin.h:26, from main.cpp:21: JackWrap.h:34:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] JackWrap() throw (QLE); ^~~~~ JackWrap.h:38:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(JackInfo info) throw (QLE); ^~~~~ In file included from QLWin.h:26:0, from main.cpp:21: Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Capture(QString aDirPath) throw (QLE); ^~~~~ Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void openJack() throw (QLE); ^~~~~ Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void initBuffers() throw (QLE); ^~~~~ Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void doJob(int playDbLevel) throw (QLE); ^~~~~ In file included from Plotter.h:26:0, from PlotWindow.h:28, from IrsModel.h:26, from IrsForm.h:25, from QLWin.h:28, from main.cpp:21: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void generate() throw (QLE); ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void trim(double secs) throw (QLE); ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double getMaxTrimLength() throw (QLE); ^~~~~ In file included from PlotWindow.h:28:0, from IrsModel.h:26, from IrsForm.h:25, from QLWin.h:28, from main.cpp:21: Plotter.h:39:25: error: 'constexpr' needed for in-class initialization of static data member 'const double Plotter::DEFAULT_SMOOTH' of non-integral type [-fpermissive] static const double DEFAULT_SMOOTH = 6.0; // 1/6 octave ^~~~~~~~~~~~~~ Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Plotter(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); ^~~~~ Plotter.h:43:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double getMaxTrimLength() throw (QLE); // secs ^~~~~ Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void setSmooth(double smoothFactor) throw (QLE); ^~~~~ Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void setWinLength(double secs) throw (QLE); ^~~~~ Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void recalculate() throw (QLE); ^~~~~ In file included from IrsModel.h:26:0, from IrsForm.h:25, from QLWin.h:28, from main.cpp:21: PlotWindow.h:37:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] PlotWindow(const QString& dir, const IRInfo& ii, QMap* plots, QWidget *parent = 0) throw (QLE) ; ^~~~~ PlotWindow.h:43:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QWidget* getSplTab(const QString& dir, const IRInfo& ii) throw (QLE); // SPL plotting ^~~~~ PlotWindow.h:44:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QWidget* getIRTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR itself plotting ^~~~~ PlotWindow.h:45:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QWidget* getIRPTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR power plotting ^~~~~ PlotWindow.h:46:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QWidget* getStepTab(const QString& dir, const IRInfo& ii) throw (QLE); // Step Response plotting ^~~~~ PlotWindow.h:47:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QWidget* getHarmTab(const QString& dir, const IRInfo& ii) throw (QLE); // Harmonics plotting ^~~~~ PlotWindow.h:48:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); ^~~~~ In file included from IrsForm.h:25:0, from QLWin.h:28, from main.cpp:21: IrsModel.h:33:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] IrsModel(const QString& aWorkDir, QMap* plots, QObject* parent = 0) throw (QLE); ^~~~~ In file included from QLWin.h:28:0, from main.cpp:21: IrsForm.h:33:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] IrsForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); ^~~~~ In file included from main.cpp:23:0: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void checkFileError(const QFile&) throw (QLE); ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static double* logFreqs(int pointsAmount, double fMin, double fMax) throw (QLE); ^~~~~ QLUtl.h:56:100: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static double* spaceAmpsToFreqs(int pointsAmount, double* freqs, int ampsAmount, double* amps) throw (QLE); ^~~~~ QLUtl.h:57:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); ^~~~~ make[1]: *** [Makefile:438: ../obj/main.o] Error 1 make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt -I/usr/include -I/usr/include/qt4 -I../moc -o ../obj/ExcitThread.o ExcitThread.cpp In file included from ExcitThread.h:24:0, from ExcitThread.cpp:20: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void check() const throw (QLE); ^~~~~ In file included from ExcitThread.cpp:21:0: Excitation.h:29:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void generate(const QString& dirPath, const ExcitCfg& cfg) throw (QLE); ^~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt -I/usr/include -I/usr/include/qt4 -I../moc -o ../obj/CapThread.o CapThread.cpp In file included from Capture.h:24:0, from CapThread.h:24, from CapThread.cpp:20: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getFormat() throw (QLE); ^~~~~ In file included from Capture.h:25:0, from CapThread.h:24, from CapThread.cpp:20: JackWrap.h:34:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] JackWrap() throw (QLE); ^~~~~ JackWrap.h:38:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(JackInfo info) throw (QLE); ^~~~~ In file included from CapThread.h:24:0, from CapThread.cpp:20: Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Capture(QString aDirPath) throw (QLE); ^~~~~ Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void openJack() throw (QLE); ^~~~~ Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void initBuffers() throw (QLE); ^~~~~ Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void doJob(int playDbLevel) throw (QLE); ^~~~~ In file included from CapThread.cpp:21:0: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void checkFileError(const QFile&) throw (QLE); ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static double* logFreqs(int pointsAmount, double fMin, double fMax) throw (QLE); ^~~~~ QLUtl.h:56:100: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static double* spaceAmpsToFreqs(int pointsAmount, double* freqs, int ampsAmount, double* amps) throw (QLE); ^~~~~ QLUtl.h:57:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); ^~~~~ In file included from IRInfo.h:24:0, from QLCfg.h:27, from CapThread.cpp:22: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void check() const throw (QLE); ^~~~~ In file included from CapThread.cpp:22:0: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void appendIr(IRInfo info) throw (QLE); ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void removeIr(QString key) throw (QLE); ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void replaceIr(IRInfo info) throw (QLE); ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QString nextIrKey() throw (QLE); ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] IRInfo getIr(const QString& key) throw (QLE); ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QList getIrs() throw (QLE); ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void setExcit(const ExcitCfg&) throw (QLE); ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ExcitCfg getExcit() throw (QLE); ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void initFile() throw (QLE); ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QDomDocument read() throw (QLE); ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void write(const QDomDocument&) throw (QLE); ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QString irKeyToString(int key) throw (QLE); ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool fileExists() throw (QLE); ^~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt -I/usr/include -I/usr/include/qt4 -I../moc -o ../obj/FileFft.o FileFft.cpp In file included from FileFft.cpp:21:0: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void checkFileError(const QFile&) throw (QLE); ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static double* logFreqs(int pointsAmount, double fMin, double fMax) throw (QLE); ^~~~~ QLUtl.h:56:100: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static double* spaceAmpsToFreqs(int pointsAmount, double* freqs, int ampsAmount, double* amps) throw (QLE); ^~~~~ QLUtl.h:57:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); ^~~~~ In file included from WavIn.h:26:0, from FileFft.cpp:22: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getFormat() throw (QLE); ^~~~~ In file included from FileFft.cpp:22:0: WavIn.h:30:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] WavIn(QString aPath) throw (QLE); ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] float* readFloat() throw (QLE); ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double* readDouble() throw (QLE); ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getBitDepth() throw (QLE); ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void read(int size) throw (QLE); ^~~~~ In file included from IRInfo.h:24:0, from FileFft.h:27, from FileFft.cpp:23: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void check() const throw (QLE); ^~~~~ In file included from FileFft.cpp:23:0: FileFft.h:34:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] FileFft(const QString& path, const IRInfo& ii) throw (QLE); ^~~~~ FileFft.h:47:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void doFFT(QString path) throw (QLE); ^~~~~ FileFft.cpp:26:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] FileFft::FileFft(const QString& path, const IRInfo& anIi) throw (QLE) { ^~~~~ FileFft.cpp:161:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void FileFft::doFFT(QString path) throw (QLE) { ^~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt -I/usr/include -I/usr/include/qt4 -I../moc -o ../obj/GenThread.o GenThread.cpp In file included from IRInfo.h:24:0, from GenThread.h:24, from GenThread.cpp:20: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void check() const throw (QLE); ^~~~~ In file included from GenThread.cpp:21:0: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void appendIr(IRInfo info) throw (QLE); ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void removeIr(QString key) throw (QLE); ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void replaceIr(IRInfo info) throw (QLE); ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QString nextIrKey() throw (QLE); ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] IRInfo getIr(const QString& key) throw (QLE); ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QList getIrs() throw (QLE); ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void setExcit(const ExcitCfg&) throw (QLE); ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ExcitCfg getExcit() throw (QLE); ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void initFile() throw (QLE); ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QDomDocument read() throw (QLE); ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void write(const QDomDocument&) throw (QLE); ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] QString irKeyToString(int key) throw (QLE); ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool fileExists() throw (QLE); ^~~~~ In file included from GenThread.cpp:22:0: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void generate() throw (QLE); ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void trim(double secs) throw (QLE); ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double getMaxTrimLength() throw (QLE); ^~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt -I/usr/include -I/usr/include/qt4 -I../moc -o ../obj/Harmonics.o Harmonics.cpp In file included from Harmonics.h:24:0, from Harmonics.cpp:21: HarmData.h:34:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double getValue(double freq) throw (QLE); ^~~~~ In file included from IRInfo.h:24:0, from Harmonics.h:25, from Harmonics.cpp:21: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void check() const throw (QLE); ^~~~~ In file included from Harmonics.h:26:0, from Harmonics.cpp:21: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getFormat() throw (QLE); ^~~~~ In file included from Harmonics.cpp:21:0: Harmonics.h:33:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Harmonics(QString aDirPath, IRInfo anInfo) throw (QLE); ^~~~~ Harmonics.h:36:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] HarmData* getHarm(int num) throw (QLE); ^~~~~ Harmonics.h:46:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void init() throw (QLE); ^~~~~ Harmonics.h:47:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double getMaxFreq(int num) throw (QLE); ^~~~~ Harmonics.h:49:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] HarmData* doHarmonicFFT(int num, int leftShift, int rightShift) throw (QLE); ^~~~~ In file included from Harmonics.cpp:22:0: WavIn.h:30:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] WavIn(QString aPath) throw (QLE); ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] float* readFloat() throw (QLE); ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double* readDouble() throw (QLE); ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getBitDepth() throw (QLE); ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void read(int size) throw (QLE); ^~~~~ In file included from Harmonics.cpp:24:0: WavOut.h:33:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void writeFloat(WavInfo info, float* buf) throw (QLE); ^~~~~ WavOut.h:34:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void writeDouble(WavInfo info, double* buf) throw (QLE); ^~~~~ WavOut.h:38:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void write(WavInfo info, int size, char* buf) throw (QLE); ^~~~~ In file included from Harmonics.cpp:25:0: Weights.h:27:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Weights(char const* name, int pointsAmount) throw (QLE); ^~~~~ Weights.h:29:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double getPoint(int pointNum) const throw (QLE); ^~~~~ In file included from Harmonics.cpp:26:0: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void generate() throw (QLE); ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void trim(double secs) throw (QLE); ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double getMaxTrimLength() throw (QLE); ^~~~~ In file included from Harmonics.cpp:27:0: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void checkFileError(const QFile&) throw (QLE); ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static double* logFreqs(int pointsAmount, double fMin, double fMax) throw (QLE); ^~~~~ QLUtl.h:56:100: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static double* spaceAmpsToFreqs(int pointsAmount, double* freqs, int ampsAmount, double* amps) throw (QLE); ^~~~~ QLUtl.h:57:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); ^~~~~ Harmonics.cpp:30:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Harmonics::Harmonics(QString aDirPath, IRInfo anInfo) throw (QLE) { ^~~~~ Harmonics.cpp:49:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Harmonics::init() throw (QLE) { ^~~~~ Harmonics.cpp:80:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] HarmData* Harmonics::getHarm(int num) throw (QLE) { ^~~~~ Harmonics.cpp:181:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] HarmData* Harmonics::doHarmonicFFT(int num, int leftShift, int rightShift) throw (QLE) { ^~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/qloud-0.31/src' make: *** [Makefile:39: sub-src-make_default] Error 2 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.fPYFM3 (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.fPYFM3 (%build) I: [iurt_root_command] ERROR: chroot