D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/qloud-1.2-3.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oWJF6x + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf qloud-1.2 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/qloud-1.2.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd qloud-1.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2BwcVD + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd qloud-1.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/lib64/qt4/bin/qmake libsuff=64 'QMAKE_CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'QMAKE_CXXFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'QMAKE_LFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' QMAKE_STRIP= + /usr/bin/make -O -j8 cd src/ && /usr/lib64/qt4/bin/qmake /home/iurt/rpmbuild/BUILD/qloud-1.2/src/src.pro libsuff=64 QMAKE_CFLAGS=-O2\ -g\ -pipe\ -Wformat\ -Werror=format-security\ -Wp,-D_FORTIFY_SOURCE=2\ -fstack-protector\ --param=ssp-buffer-size=4\ -fasynchronous-unwind-tables QMAKE_CXXFLAGS=-O2\ -g\ -pipe\ -Wformat\ -Werror=format-security\ -Wp,-D_FORTIFY_SOURCE=2\ -fstack-protector\ --param=ssp-buffer-size=4\ -fasynchronous-unwind-tables QMAKE_LFLAGS=\ -Wl,--as-needed\ -Wl,--no-undefined\ -Wl,-z,relro\ -Wl,-O1\ -Wl,--build-id\ -Wl,--enable-new-dtags QMAKE_STRIP= -o Makefile cd src/ && /usr/bin/make -f Makefile make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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, from Capture.cpp:21: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from Capture.cpp:21: Excitation.h:29:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | static void generate(const QString& dirPath, const ExcitCfg& cfg) throw (QLE); | ^~~~~ In file included from Capture.h:24, from Capture.cpp:22: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from Capture.h:25, from Capture.cpp:22: JackWrap.h:34:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | JackWrap() throw (QLE); | ^~~~~ JackWrap.h:38:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void start(JackInfo info) throw (QLE); | ^~~~~ In file included from Capture.cpp:22: Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | Capture(QString aDirPath) throw (QLE); | ^~~~~ Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | void openJack() throw (QLE); | ^~~~~ Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void initBuffers() throw (QLE); | ^~~~~ Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void doJob(int playDbLevel) throw (QLE); | ^~~~~ In file included from Capture.cpp:24: WavIn.h:30:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | WavIn(QString aPath) throw (QLE); | ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | float* readFloat() throw (QLE); | ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double* readDouble() throw (QLE); | ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | int getBitDepth() throw (QLE); | ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void read(int size) throw (QLE); | ^~~~~ In file included from Capture.cpp:25: WavOut.h:33:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | void writeFloat(WavInfo info, float* buf) throw (QLE); | ^~~~~ WavOut.h:34:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void writeDouble(WavInfo info, double* buf) throw (QLE); | ^~~~~ WavOut.h:38:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void write(WavInfo info, int size, char* buf) throw (QLE); | ^~~~~ Capture.cpp:27:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 27 | Capture::Capture(QString aDirPath) throw (QLE) { | ^~~~~ Capture.cpp:45:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | void Capture::openJack() throw (QLE) { | ^~~~~ Capture.cpp:54:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 54 | void Capture::initBuffers() throw (QLE) { | ^~~~~ Capture.cpp:74:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 74 | void Capture::doJob(int playDbLevel) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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, from Excitation.cpp:22: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from Excitation.cpp:22: Excitation.h:29:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | static void generate(const QString& dirPath, const ExcitCfg& cfg) throw (QLE); | ^~~~~ In file included from Excitation.cpp:23: Weights.h:27:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 27 | Weights(char const* name, int pointsAmount) throw (QLE); | ^~~~~ Weights.h:29:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | double getPoint(int pointNum) const throw (QLE); | ^~~~~ In file included from Excitation.cpp:24: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from Excitation.cpp:25: WavIn.h:30:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | WavIn(QString aPath) throw (QLE); | ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | float* readFloat() throw (QLE); | ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double* readDouble() throw (QLE); | ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | int getBitDepth() throw (QLE); | ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void read(int size) throw (QLE); | ^~~~~ In file included from Excitation.cpp:26: WavOut.h:33:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | void writeFloat(WavInfo info, float* buf) throw (QLE); | ^~~~~ WavOut.h:34:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void writeDouble(WavInfo info, double* buf) throw (QLE); | ^~~~~ WavOut.h:38:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void write(WavInfo info, int size, char* buf) throw (QLE); | ^~~~~ Excitation.cpp:31:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 31 | void Excitation::generate(const QString& dirPath, const ExcitCfg& cfg) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ ExcitCfg.cpp:48:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | void ExcitCfg::check() const throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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, from ExcitThread.cpp:20: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ExcitThread.cpp:21: Excitation.h:29:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | static void generate(const QString& dirPath, const ExcitCfg& cfg) throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from WavIn.h:26, from FileFft.cpp:22: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from FileFft.cpp:22: WavIn.h:30:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | WavIn(QString aPath) throw (QLE); | ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | float* readFloat() throw (QLE); | ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double* readDouble() throw (QLE); | ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | int getBitDepth() throw (QLE); | ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void read(int size) throw (QLE); | ^~~~~ In file included from IRInfo.h:24, from FileFft.h:27, from FileFft.cpp:23: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from FileFft.cpp:23: FileFft.h:34:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | FileFft(const QString& path, const IRInfo& ii) throw (QLE); | ^~~~~ FileFft.h:47:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void doFFT(QString path) throw (QLE); | ^~~~~ FileFft.cpp:26:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 26 | FileFft::FileFft(const QString& path, const IRInfo& anIi) throw (QLE) { | ^~~~~ FileFft.cpp:161:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | void FileFft::doFFT(QString path) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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, from CapThread.h:24, from CapThread.cpp:20: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from Capture.h:25, from CapThread.h:24, from CapThread.cpp:20: JackWrap.h:34:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | JackWrap() throw (QLE); | ^~~~~ JackWrap.h:38:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void start(JackInfo info) throw (QLE); | ^~~~~ In file included from CapThread.h:24, from CapThread.cpp:20: Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | Capture(QString aDirPath) throw (QLE); | ^~~~~ Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | void openJack() throw (QLE); | ^~~~~ Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void initBuffers() throw (QLE); | ^~~~~ Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void doJob(int playDbLevel) throw (QLE); | ^~~~~ In file included from CapThread.cpp:21: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from IRInfo.h:24, from QLCfg.h:27, from CapThread.cpp:22: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from CapThread.cpp:22: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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, from QLWin.h:25, from main.cpp:21: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ExcitForm.h:27, from QLWin.h:25, from main.cpp:21: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ In file included from QLWin.h:25, from main.cpp:21: ExcitForm.h:35:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | ExcitForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ ExcitForm.h:76:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 76 | QString getInfoString() throw (QLE); | ^~~~~ In file included from Capture.h:24, from QLWin.h:26, from main.cpp:21: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from Capture.h:25, from QLWin.h:26, from main.cpp:21: JackWrap.h:34:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | JackWrap() throw (QLE); | ^~~~~ JackWrap.h:38:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void start(JackInfo info) throw (QLE); | ^~~~~ In file included from QLWin.h:26, from main.cpp:21: Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | Capture(QString aDirPath) throw (QLE); | ^~~~~ Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | void openJack() throw (QLE); | ^~~~~ Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void initBuffers() throw (QLE); | ^~~~~ Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void doJob(int playDbLevel) throw (QLE); | ^~~~~ In file included from Plotter.h:26, 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] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from PlotWindow.h:28, from IrsModel.h:26, from IrsForm.h:25, from QLWin.h:28, from main.cpp:21: Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | 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] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ In file included from IrsModel.h:26, 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] 37 | 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] 43 | 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] 44 | 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] 45 | 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] 46 | 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] 47 | 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] 48 | void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); | ^~~~~ In file included from IrsForm.h:25, from QLWin.h:28, from main.cpp:21: IrsModel.h:33:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsModel(const QString& aWorkDir, QMap* plots, QObject* parent = 0) throw (QLE); | ^~~~~ In file included from QLWin.h:28, from main.cpp:21: IrsForm.h:33:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ In file included from main.cpp:23: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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: HarmData.h:34:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double getValue(double freq) throw (QLE); | ^~~~~ HarmData.cpp:37:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | double HarmData::getValue(double freq) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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, from ExcitForm.cpp:20: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ExcitForm.cpp:20: Excitation.h:29:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | static void generate(const QString& dirPath, const ExcitCfg& cfg) throw (QLE); | ^~~~~ In file included from ExcitForm.h:27, from ExcitForm.cpp:21: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ In file included from ExcitForm.cpp:21: ExcitForm.h:35:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | ExcitForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ ExcitForm.h:76:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 76 | QString getInfoString() throw (QLE); | ^~~~~ In file included from ExcitForm.cpp:23: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from Capture.h:24, from QLWin.h:26, from ExcitForm.cpp:24: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from Capture.h:25, from QLWin.h:26, from ExcitForm.cpp:24: JackWrap.h:34:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | JackWrap() throw (QLE); | ^~~~~ JackWrap.h:38:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void start(JackInfo info) throw (QLE); | ^~~~~ In file included from QLWin.h:26, from ExcitForm.cpp:24: Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | Capture(QString aDirPath) throw (QLE); | ^~~~~ Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | void openJack() throw (QLE); | ^~~~~ Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void initBuffers() throw (QLE); | ^~~~~ Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void doJob(int playDbLevel) throw (QLE); | ^~~~~ In file included from Plotter.h:26, 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] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from PlotWindow.h:28, from IrsModel.h:26, from IrsForm.h:25, from QLWin.h:28, from ExcitForm.cpp:24: Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | 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] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ In file included from IrsModel.h:26, 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] 37 | 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] 43 | 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] 44 | 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] 45 | 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] 46 | 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] 47 | 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] 48 | void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); | ^~~~~ In file included from IrsForm.h:25, from QLWin.h:28, from ExcitForm.cpp:24: IrsModel.h:33:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsModel(const QString& aWorkDir, QMap* plots, QObject* parent = 0) throw (QLE); | ^~~~~ In file included from QLWin.h:28, from ExcitForm.cpp:24: IrsForm.h:33:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ ExcitForm.cpp:26:77: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 26 | ExcitForm::ExcitForm(QWidget* aFeedback, QString aWorkDir, QWidget* parent) throw (QLE) : QWidget(parent) { | ^~~~~ ExcitForm.cpp:255:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 255 | QString ExcitForm::getInfoString() throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/IRInfo.o IRInfo.cpp In file included from IRInfo.h:24, from IRInfo.cpp:20: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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, from GenThread.h:24, from GenThread.cpp:20: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from GenThread.cpp:21: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ In file included from GenThread.cpp:22: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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, from Harmonics.cpp:21: HarmData.h:34:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double getValue(double freq) throw (QLE); | ^~~~~ In file included from IRInfo.h:24, from Harmonics.h:25, from Harmonics.cpp:21: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from Harmonics.h:26, from Harmonics.cpp:21: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from Harmonics.cpp:21: Harmonics.h:33:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | Harmonics(QString aDirPath, IRInfo anInfo) throw (QLE); | ^~~~~ Harmonics.h:36:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 36 | HarmData* getHarm(int num) throw (QLE); | ^~~~~ Harmonics.h:46:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void init() throw (QLE); | ^~~~~ Harmonics.h:47:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | double getMaxFreq(int num) throw (QLE); | ^~~~~ Harmonics.h:49:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 49 | HarmData* doHarmonicFFT(int num, int leftShift, int rightShift) throw (QLE); | ^~~~~ In file included from Harmonics.cpp:22: WavIn.h:30:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | WavIn(QString aPath) throw (QLE); | ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | float* readFloat() throw (QLE); | ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double* readDouble() throw (QLE); | ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | int getBitDepth() throw (QLE); | ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void read(int size) throw (QLE); | ^~~~~ In file included from Harmonics.cpp:24: WavOut.h:33:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | void writeFloat(WavInfo info, float* buf) throw (QLE); | ^~~~~ WavOut.h:34:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void writeDouble(WavInfo info, double* buf) throw (QLE); | ^~~~~ WavOut.h:38:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void write(WavInfo info, int size, char* buf) throw (QLE); | ^~~~~ In file included from Harmonics.cpp:25: Weights.h:27:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 27 | Weights(char const* name, int pointsAmount) throw (QLE); | ^~~~~ Weights.h:29:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | double getPoint(int pointNum) const throw (QLE); | ^~~~~ In file included from Harmonics.cpp:26: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from Harmonics.cpp:27: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | 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] 30 | Harmonics::Harmonics(QString aDirPath, IRInfo anInfo) throw (QLE) { | ^~~~~ Harmonics.cpp:49:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 49 | void Harmonics::init() throw (QLE) { | ^~~~~ Harmonics.cpp:80:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | HarmData* Harmonics::getHarm(int num) throw (QLE) { | ^~~~~ Harmonics.cpp:181:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | HarmData* Harmonics::doHarmonicFFT(int num, int leftShift, int rightShift) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/HarmPlot.o HarmPlot.cpp In file included from IRInfo.h:24, from HarmPlot.h:26, from HarmPlot.cpp:26: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from HarmPlot.h:27, from HarmPlot.cpp:26: HarmData.h:34:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double getValue(double freq) throw (QLE); | ^~~~~ In file included from HarmPlot.cpp:26: HarmPlot.h:35:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | HarmPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ HarmPlot.h:43:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void addCurves() throw (QLE); | ^~~~~ In file included from Harmonics.h:26, from HarmPlot.cpp:27: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from HarmPlot.cpp:27: Harmonics.h:33:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | Harmonics(QString aDirPath, IRInfo anInfo) throw (QLE); | ^~~~~ Harmonics.h:36:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 36 | HarmData* getHarm(int num) throw (QLE); | ^~~~~ Harmonics.h:46:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void init() throw (QLE); | ^~~~~ Harmonics.h:47:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | double getMaxFreq(int num) throw (QLE); | ^~~~~ Harmonics.h:49:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 49 | HarmData* doHarmonicFFT(int num, int leftShift, int rightShift) throw (QLE); | ^~~~~ HarmPlot.cpp:39:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | HarmPlot::HarmPlot(const QString& aDir, IRInfo anIi, QWidget *parent) throw (QLE) : QwtPlot(parent) { | ^~~~~ HarmPlot.cpp:86:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | void HarmPlot::addCurves() throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/IRPlot.o IRPlot.cpp In file included from /usr/include/qwt/qwt_text.h:14, from /usr/include/qwt/qwt_plot_item.h:14, from /usr/include/qwt/qwt_plot_grid.h:14, from IRPlot.cpp:20: /usr/include/QtCore/qstring.h: In member function 'int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const': /usr/include/QtCore/qstring.h:1254:33: warning: implicitly-declared 'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated [-Wdeprecated-copy] 1254 | { return QString::compare_helper(constData(), length(), s, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/QtCore/qstring.h:658:27: note: because 'QLatin1String' has user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)' 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/include/QtCore/qstring.h:634:45: note: initializing argument 3 of 'static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)' 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/include/QtCore/qstring.h: In static member function 'static int QStringRef::compare(const QStringRef&, QLatin1String, Qt::CaseSensitivity)': /usr/include/QtCore/qstring.h:1260:33: warning: implicitly-declared 'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated [-Wdeprecated-copy] 1260 | { return QString::compare_helper(s1.constData(), s1.length(), s2, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/QtCore/qstring.h:658:27: note: because 'QLatin1String' has user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)' 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/include/QtCore/qstring.h:634:45: note: initializing argument 3 of 'static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)' 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/include/QtCore/qstring.h: In member function 'QBool QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const': /usr/include/QtCore/qstring.h:1278:23: warning: implicitly-declared 'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated [-Wdeprecated-copy] 1278 | { return QBool(indexOf(s, 0, cs) != -1); } | ~~~~~~~^~~~~~~~~~ /usr/include/QtCore/qstring.h:658:27: note: because 'QLatin1String' has user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)' 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/include/QtCore/qstring.h:1125:31: note: initializing argument 1 of 'int QStringRef::indexOf(QLatin1String, int, Qt::CaseSensitivity) const' 1125 | int indexOf(QLatin1String str, int from = 0, Qt::CaseSensitivity cs = Qt::CaseSensitive) const; | ~~~~~~~~~~~~~~^~~ In file included from IRInfo.h:24, from FileFft.h:27, from IRPlot.cpp:24: ExcitCfg.h: At global scope: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from IRPlot.cpp:24: FileFft.h:34:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | FileFft(const QString& path, const IRInfo& ii) throw (QLE); | ^~~~~ FileFft.h:47:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void doFFT(QString path) throw (QLE); | ^~~~~ In file included from IRPlot.cpp:25: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from IRPlot.cpp:26: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from WavIn.h:26, from IRPlot.cpp:27: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from IRPlot.cpp:27: WavIn.h:30:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | WavIn(QString aPath) throw (QLE); | ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | float* readFloat() throw (QLE); | ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double* readDouble() throw (QLE); | ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | int getBitDepth() throw (QLE); | ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void read(int size) throw (QLE); | ^~~~~ In file included from IRPlot.cpp:29: IRPlot.h:37:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | IRPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ IRPlot.h:47:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | unsigned calculate() throw (QLE); | ^~~~~ IRPlot.cpp:39:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | IRPlot::IRPlot(const QString& aDir, IRInfo anIi, QWidget *parent) throw (QLE) : QwtPlot(parent) { | ^~~~~ IRPlot.cpp:83:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | unsigned IRPlot::calculate() throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/IR.o IR.cpp In file included from IR.cpp:22: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from IRInfo.h:24, from QLCfg.h:27, from IR.cpp:23: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from IR.cpp:23: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ In file included from IR.cpp:24: Excitation.h:29:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | static void generate(const QString& dirPath, const ExcitCfg& cfg) throw (QLE); | ^~~~~ In file included from Capture.h:24, from IR.cpp:25: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from Capture.h:25, from IR.cpp:25: JackWrap.h:34:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | JackWrap() throw (QLE); | ^~~~~ JackWrap.h:38:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void start(JackInfo info) throw (QLE); | ^~~~~ In file included from IR.cpp:25: Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | Capture(QString aDirPath) throw (QLE); | ^~~~~ Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | void openJack() throw (QLE); | ^~~~~ Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void initBuffers() throw (QLE); | ^~~~~ Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void doJob(int playDbLevel) throw (QLE); | ^~~~~ In file included from IR.cpp:27: WavIn.h:30:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | WavIn(QString aPath) throw (QLE); | ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | float* readFloat() throw (QLE); | ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double* readDouble() throw (QLE); | ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | int getBitDepth() throw (QLE); | ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void read(int size) throw (QLE); | ^~~~~ In file included from IR.cpp:28: WavOut.h:33:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | void writeFloat(WavInfo info, float* buf) throw (QLE); | ^~~~~ WavOut.h:34:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void writeDouble(WavInfo info, double* buf) throw (QLE); | ^~~~~ WavOut.h:38:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void write(WavInfo info, int size, char* buf) throw (QLE); | ^~~~~ In file included from IR.cpp:29: Weights.h:27:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 27 | Weights(char const* name, int pointsAmount) throw (QLE); | ^~~~~ Weights.h:29:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | double getPoint(int pointNum) const throw (QLE); | ^~~~~ In file included from IR.cpp:30: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ IR.cpp:41:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | double IR::getMaxTrimLength() throw (QLE) { | ^~~~~ IR.cpp:82:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 82 | void IR::generate() throw (QLE) { | ^~~~~ IR.cpp:198:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | void IR::trim(double secs) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/JackWrap.o JackWrap.cpp In file included from JackWrap.cpp:21: JackWrap.h:34:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | JackWrap() throw (QLE); | ^~~~~ JackWrap.h:38:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void start(JackInfo info) throw (QLE); | ^~~~~ JackWrap.cpp:31:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 31 | JackWrap::JackWrap() throw (QLE) { | ^~~~~ JackWrap.cpp:72:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 72 | void JackWrap::start(JackInfo info) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/IRPPlot.o IRPPlot.cpp In file included from /usr/include/qwt/qwt_text.h:14, from /usr/include/qwt/qwt_plot_item.h:14, from /usr/include/qwt/qwt_plot_grid.h:14, from IRPPlot.cpp:20: /usr/include/QtCore/qstring.h: In member function 'int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const': /usr/include/QtCore/qstring.h:1254:33: warning: implicitly-declared 'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated [-Wdeprecated-copy] 1254 | { return QString::compare_helper(constData(), length(), s, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/QtCore/qstring.h:658:27: note: because 'QLatin1String' has user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)' 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/include/QtCore/qstring.h:634:45: note: initializing argument 3 of 'static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)' 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/include/QtCore/qstring.h: In static member function 'static int QStringRef::compare(const QStringRef&, QLatin1String, Qt::CaseSensitivity)': /usr/include/QtCore/qstring.h:1260:33: warning: implicitly-declared 'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated [-Wdeprecated-copy] 1260 | { return QString::compare_helper(s1.constData(), s1.length(), s2, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/QtCore/qstring.h:658:27: note: because 'QLatin1String' has user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)' 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/include/QtCore/qstring.h:634:45: note: initializing argument 3 of 'static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)' 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/include/QtCore/qstring.h: In member function 'QBool QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const': /usr/include/QtCore/qstring.h:1278:23: warning: implicitly-declared 'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated [-Wdeprecated-copy] 1278 | { return QBool(indexOf(s, 0, cs) != -1); } | ~~~~~~~^~~~~~~~~~ /usr/include/QtCore/qstring.h:658:27: note: because 'QLatin1String' has user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)' 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/include/QtCore/qstring.h:1125:31: note: initializing argument 1 of 'int QStringRef::indexOf(QLatin1String, int, Qt::CaseSensitivity) const' 1125 | int indexOf(QLatin1String str, int from = 0, Qt::CaseSensitivity cs = Qt::CaseSensitive) const; | ~~~~~~~~~~~~~~^~~ In file included from IRInfo.h:24, from FileFft.h:27, from IRPPlot.cpp:24: ExcitCfg.h: At global scope: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from IRPPlot.cpp:24: FileFft.h:34:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | FileFft(const QString& path, const IRInfo& ii) throw (QLE); | ^~~~~ FileFft.h:47:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void doFFT(QString path) throw (QLE); | ^~~~~ In file included from IRPPlot.cpp:25: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from IRPPlot.cpp:26: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from WavIn.h:26, from IRPPlot.cpp:27: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from IRPPlot.cpp:27: WavIn.h:30:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | WavIn(QString aPath) throw (QLE); | ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | float* readFloat() throw (QLE); | ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double* readDouble() throw (QLE); | ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | int getBitDepth() throw (QLE); | ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void read(int size) throw (QLE); | ^~~~~ In file included from IRPPlot.cpp:29: IRPPlot.h:37:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | IRPPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ IRPPlot.h:47:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | unsigned calculate() throw (QLE); | ^~~~~ IRPPlot.cpp:39:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | IRPPlot::IRPPlot(const QString& aDir, IRInfo anIi, QWidget *parent) throw (QLE) : QwtPlot(parent) { | ^~~~~ IRPPlot.cpp:83:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | unsigned IRPPlot::calculate() throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/IrsForm.o IrsForm.cpp In file included from IRInfo.h:24, from IrsModel.h:25, from IrsForm.h:25, from IrsForm.cpp:20: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from Plotter.h:26, from PlotWindow.h:28, from IrsModel.h:26, from IrsForm.h:25, from IrsForm.cpp:20: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from PlotWindow.h:28, from IrsModel.h:26, from IrsForm.h:25, from IrsForm.cpp:20: Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | 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] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ In file included from IrsModel.h:26, from IrsForm.h:25, from IrsForm.cpp:20: PlotWindow.h:37:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | 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] 43 | 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] 44 | 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] 45 | 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] 46 | 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] 47 | 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] 48 | void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); | ^~~~~ In file included from IrsForm.h:25, from IrsForm.cpp:20: IrsModel.h:33:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsModel(const QString& aWorkDir, QMap* plots, QObject* parent = 0) throw (QLE); | ^~~~~ In file included from IrsForm.cpp:20: IrsForm.h:33:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ In file included from ExcitForm.h:27, from QLWin.h:25, from IrsForm.cpp:21: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ In file included from QLWin.h:25, from IrsForm.cpp:21: ExcitForm.h:35:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | ExcitForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ ExcitForm.h:76:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 76 | QString getInfoString() throw (QLE); | ^~~~~ In file included from Capture.h:24, from QLWin.h:26, from IrsForm.cpp:21: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from Capture.h:25, from QLWin.h:26, from IrsForm.cpp:21: JackWrap.h:34:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | JackWrap() throw (QLE); | ^~~~~ JackWrap.h:38:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void start(JackInfo info) throw (QLE); | ^~~~~ In file included from QLWin.h:26, from IrsForm.cpp:21: Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | Capture(QString aDirPath) throw (QLE); | ^~~~~ Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | void openJack() throw (QLE); | ^~~~~ Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void initBuffers() throw (QLE); | ^~~~~ Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void doJob(int playDbLevel) throw (QLE); | ^~~~~ In file included from IrsForm.cpp:22: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ IrsForm.cpp:28:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 28 | IrsForm::IrsForm(QWidget* aFeedback, QString aWorkDir, QWidget* parent) throw (QLE) : QWidget(parent) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/IrsView.o IrsView.cpp In file included from IrsView.cpp:22: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from IRInfo.h:24, from QLCfg.h:27, from IrsView.cpp:24: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from IrsView.cpp:24: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/IrsModel.o IrsModel.cpp In file included from IRInfo.h:24, from QLCfg.h:27, from IrsModel.cpp:20: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from IrsModel.cpp:20: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ In file included from IrsModel.cpp:22: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from Plotter.h:26, from PlotWindow.h:28, from IrsModel.h:26, from IrsModel.cpp:23: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from PlotWindow.h:28, from IrsModel.h:26, from IrsModel.cpp:23: Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | 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] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ In file included from IrsModel.h:26, from IrsModel.cpp:23: PlotWindow.h:37:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | 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] 43 | 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] 44 | 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] 45 | 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] 46 | 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] 47 | 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] 48 | void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); | ^~~~~ In file included from IrsModel.cpp:23: IrsModel.h:33:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsModel(const QString& aWorkDir, QMap* plots, QObject* parent = 0) throw (QLE); | ^~~~~ IrsModel.cpp:27:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 27 | IrsModel::IrsModel(const QString& aWorkDir, QMap* aPlots, QObject* parent) throw (QLE) : QAbstractTableModel(parent) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/LineEditDelegate.o LineEditDelegate.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/PlotWindow.o PlotWindow.cpp In file included from IRInfo.h:24, from PlotWindow.h:27, from PlotWindow.cpp:26: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from Plotter.h:26, from PlotWindow.h:28, from PlotWindow.cpp:26: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from PlotWindow.h:28, from PlotWindow.cpp:26: Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | 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] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ In file included from PlotWindow.cpp:26: PlotWindow.h:37:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | 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] 43 | 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] 44 | 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] 45 | 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] 46 | 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] 47 | 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] 48 | void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); | ^~~~~ In file included from PlotWindow.cpp:28: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from PlotWindow.cpp:29: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ In file included from PlotWindow.cpp:30: IRPlot.h:37:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | IRPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ IRPlot.h:47:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | unsigned calculate() throw (QLE); | ^~~~~ In file included from PlotWindow.cpp:31: IRPPlot.h:37:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | IRPPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ IRPPlot.h:47:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | unsigned calculate() throw (QLE); | ^~~~~ In file included from PlotWindow.cpp:32: StepPlot.h:37:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | StepPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ StepPlot.h:47:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | unsigned calculate() throw (QLE); | ^~~~~ In file included from HarmPlot.h:27, from PlotWindow.cpp:33: HarmData.h:34:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double getValue(double freq) throw (QLE); | ^~~~~ In file included from PlotWindow.cpp:33: HarmPlot.h:35:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | HarmPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ HarmPlot.h:43:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void addCurves() throw (QLE); | ^~~~~ PlotWindow.cpp:37:114: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | PlotWindow::PlotWindow(const QString& dir, const IRInfo& ii, QMap* aPlots, QWidget *parent) throw (QLE): QWidget(parent) { | ^~~~~ PlotWindow.cpp:70:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 70 | QWidget* PlotWindow::getSplTab(const QString& dir, const IRInfo& ii) throw (QLE) { | ^~~~~ PlotWindow.cpp:159:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | QWidget* PlotWindow::getIRTab(const QString& dir, const IRInfo& ii) throw (QLE) { | ^~~~~ PlotWindow.cpp:167:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | QWidget* PlotWindow::getIRPTab(const QString& dir, const IRInfo& ii) throw (QLE) { | ^~~~~ PlotWindow.cpp:175:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 175 | QWidget* PlotWindow::getStepTab(const QString& dir, const IRInfo& ii) throw (QLE) { | ^~~~~ PlotWindow.cpp:183:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 183 | QWidget* PlotWindow::getHarmTab(const QString& dir, const IRInfo& ii) throw (QLE) { | ^~~~~ PlotWindow.cpp:191:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 191 | void PlotWindow::zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/QLUtl.o QLUtl.cpp In file included from QLUtl.cpp:22: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ QLUtl.cpp:67:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 67 | void QLUtl::checkFileError(const QFile& file) throw (QLE) { | ^~~~~ QLUtl.cpp:250:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | double* QLUtl::logFreqs(int pointsAmount, double fMin, double fMax) throw (QLE) { | ^~~~~ QLUtl.cpp:260:96: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 260 | double* QLUtl::spaceAmpsToFreqs(int pointsAmount, double* freqs, int ampsAmount, double* amps) throw (QLE) { | ^~~~~ QLUtl.cpp:275:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 275 | fftw_complex* QLUtl::doFFT(double* inBuf, int inLength, int rate) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/Plotter.o Plotter.cpp In file included from Plotter.cpp:27: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from IRInfo.h:24, from FileFft.h:27, from Plotter.cpp:28: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from Plotter.cpp:28: FileFft.h:34:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | FileFft(const QString& path, const IRInfo& ii) throw (QLE); | ^~~~~ FileFft.h:47:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void doFFT(QString path) throw (QLE); | ^~~~~ In file included from Plotter.cpp:29: Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | 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] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ In file included from Plotter.cpp:30: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from Plotter.cpp:31: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ Plotter.cpp:41:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | Plotter::Plotter(const QString& aDir, IRInfo anIi, QWidget *parent) throw (QLE) : QwtPlot(parent) { | ^~~~~ Plotter.cpp:112:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 112 | double Plotter::getMaxTrimLength() throw (QLE) { | ^~~~~ Plotter.cpp:116:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 116 | void Plotter::setSmooth(double aSmoothFactor) throw (QLE) { | ^~~~~ Plotter.cpp:121:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | void Plotter::setWinLength(double msecs) throw (QLE) { | ^~~~~ Plotter.cpp:139:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | void Plotter::recalculate() throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/QLCfg.o QLCfg.cpp In file included from IRInfo.h:24, from QLCfg.h:27, from QLCfg.cpp:21: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from QLCfg.cpp:21: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ In file included from QLCfg.cpp:22: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ QLCfg.cpp:33:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | void QLCfg::appendIr(IRInfo info) throw (QLE) { | ^~~~~ QLCfg.cpp:65:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void QLCfg::removeIr(QString key) throw (QLE) { | ^~~~~ QLCfg.cpp:92:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | void QLCfg::replaceIr(IRInfo info) throw (QLE) { | ^~~~~ QLCfg.cpp:117:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | QString QLCfg::nextIrKey() throw (QLE) { | ^~~~~ QLCfg.cpp:135:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | QList QLCfg::getIrs() throw (QLE) { | ^~~~~ QLCfg.cpp:168:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | void QLCfg::setExcit(const ExcitCfg& cfg) throw (QLE) { | ^~~~~ QLCfg.cpp:187:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 187 | ExcitCfg QLCfg::getExcit() throw (QLE) { | ^~~~~ QLCfg.cpp:211:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 211 | IRInfo QLCfg::getIr(const QString& key) throw (QLE) { | ^~~~~ QLCfg.cpp:227:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 227 | bool QLCfg::fileExists() throw (QLE) { | ^~~~~ QLCfg.cpp:235:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | void QLCfg::initFile() throw (QLE) { | ^~~~~ QLCfg.cpp:283:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 283 | QDomDocument QLCfg::read() throw (QLE) { | ^~~~~ QLCfg.cpp:305:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | void QLCfg::write(const QDomDocument& doc) throw (QLE) { | ^~~~~ QLCfg.cpp:316:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 316 | QString QLCfg::irKeyToString(int key) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/RoundedZoomer.o RoundedZoomer.cpp In file included from RoundedZoomer.cpp:20: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 CapThread.h -o ../moc/moc_CapThread.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/QLWin.o QLWin.cpp In file included from ExcitForm.h:25, from QLWin.h:25, from QLWin.cpp:21: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ExcitForm.h:27, from QLWin.h:25, from QLWin.cpp:21: QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ In file included from QLWin.h:25, from QLWin.cpp:21: ExcitForm.h:35:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | ExcitForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ ExcitForm.h:76:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 76 | QString getInfoString() throw (QLE); | ^~~~~ In file included from Capture.h:24, from QLWin.h:26, from QLWin.cpp:21: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from Capture.h:25, from QLWin.h:26, from QLWin.cpp:21: JackWrap.h:34:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | JackWrap() throw (QLE); | ^~~~~ JackWrap.h:38:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void start(JackInfo info) throw (QLE); | ^~~~~ In file included from QLWin.h:26, from QLWin.cpp:21: Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | Capture(QString aDirPath) throw (QLE); | ^~~~~ Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | void openJack() throw (QLE); | ^~~~~ Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void initBuffers() throw (QLE); | ^~~~~ Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void doJob(int playDbLevel) throw (QLE); | ^~~~~ In file included from Plotter.h:26, from PlotWindow.h:28, from IrsModel.h:26, from IrsForm.h:25, from QLWin.h:28, from QLWin.cpp:21: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from PlotWindow.h:28, from IrsModel.h:26, from IrsForm.h:25, from QLWin.h:28, from QLWin.cpp:21: Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | 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] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ In file included from IrsModel.h:26, from IrsForm.h:25, from QLWin.h:28, from QLWin.cpp:21: PlotWindow.h:37:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | 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] 43 | 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] 44 | 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] 45 | 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] 46 | 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] 47 | 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] 48 | void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); | ^~~~~ In file included from IrsForm.h:25, from QLWin.h:28, from QLWin.cpp:21: IrsModel.h:33:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsModel(const QString& aWorkDir, QMap* plots, QObject* parent = 0) throw (QLE); | ^~~~~ In file included from QLWin.h:28, from QLWin.cpp:21: IrsForm.h:33:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ In file included from QLWin.cpp:23: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 ExcitForm.h -o ../moc/moc_ExcitForm.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 ExcitThread.h -o ../moc/moc_ExcitThread.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 GenThread.h -o ../moc/moc_GenThread.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 HarmPlot.h -o ../moc/moc_HarmPlot.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 IRPlot.h -o ../moc/moc_IRPlot.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 IRPPlot.h -o ../moc/moc_IRPPlot.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 IrsForm.h -o ../moc/moc_IrsForm.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 IrsModel.h -o ../moc/moc_IrsModel.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 IrsView.h -o ../moc/moc_IrsView.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 LineEditDelegate.h -o ../moc/moc_LineEditDelegate.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 Plotter.h -o ../moc/moc_Plotter.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 PlotWindow.h -o ../moc/moc_PlotWindow.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 QLWin.h -o ../moc/moc_QLWin.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 RoundedZoomer.h -o ../moc/moc_RoundedZoomer.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 StepPlot.h -o ../moc/moc_StepPlot.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' /usr/lib64/qt4/bin/moc -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 TickPoster.h -o ../moc/moc_TickPoster.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/WavIn.o WavIn.cpp In file included from WavIn.h:26, from WavIn.cpp:21: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from WavIn.cpp:21: WavIn.h:30:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | WavIn(QString aPath) throw (QLE); | ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | float* readFloat() throw (QLE); | ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double* readDouble() throw (QLE); | ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | int getBitDepth() throw (QLE); | ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void read(int size) throw (QLE); | ^~~~~ WavIn.cpp:24:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 24 | WavIn::WavIn(QString aPath) throw (QLE) { | ^~~~~ WavIn.cpp:58:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | int WavIn::getBitDepth() throw (QLE) { | ^~~~~ WavIn.cpp:68:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 68 | float* WavIn::readFloat() throw (QLE) { | ^~~~~ WavIn.cpp:73:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | double* WavIn::readDouble() throw (QLE) { | ^~~~~ WavIn.cpp:89:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 89 | void WavIn::read(int size) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/StepPlot.o StepPlot.cpp In file included from /usr/include/qwt/qwt_text.h:14, from /usr/include/qwt/qwt_plot_item.h:14, from /usr/include/qwt/qwt_plot_grid.h:14, from StepPlot.cpp:20: /usr/include/QtCore/qstring.h: In member function 'int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const': /usr/include/QtCore/qstring.h:1254:33: warning: implicitly-declared 'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated [-Wdeprecated-copy] 1254 | { return QString::compare_helper(constData(), length(), s, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/QtCore/qstring.h:658:27: note: because 'QLatin1String' has user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)' 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/include/QtCore/qstring.h:634:45: note: initializing argument 3 of 'static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)' 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/include/QtCore/qstring.h: In static member function 'static int QStringRef::compare(const QStringRef&, QLatin1String, Qt::CaseSensitivity)': /usr/include/QtCore/qstring.h:1260:33: warning: implicitly-declared 'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated [-Wdeprecated-copy] 1260 | { return QString::compare_helper(s1.constData(), s1.length(), s2, cs); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/QtCore/qstring.h:658:27: note: because 'QLatin1String' has user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)' 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/include/QtCore/qstring.h:634:45: note: initializing argument 3 of 'static int QString::compare_helper(const QChar*, int, QLatin1String, Qt::CaseSensitivity)' 634 | QLatin1String s2, | ~~~~~~~~~~~~~~^~ /usr/include/QtCore/qstring.h: In member function 'QBool QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const': /usr/include/QtCore/qstring.h:1278:23: warning: implicitly-declared 'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated [-Wdeprecated-copy] 1278 | { return QBool(indexOf(s, 0, cs) != -1); } | ~~~~~~~^~~~~~~~~~ /usr/include/QtCore/qstring.h:658:27: note: because 'QLatin1String' has user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)' 658 | inline QLatin1String &operator=(const QLatin1String &other) | ^~~~~~~~ /usr/include/QtCore/qstring.h:1125:31: note: initializing argument 1 of 'int QStringRef::indexOf(QLatin1String, int, Qt::CaseSensitivity) const' 1125 | int indexOf(QLatin1String str, int from = 0, Qt::CaseSensitivity cs = Qt::CaseSensitive) const; | ~~~~~~~~~~~~~~^~~ In file included from IRInfo.h:24, from FileFft.h:27, from StepPlot.cpp:24: ExcitCfg.h: At global scope: ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from StepPlot.cpp:24: FileFft.h:34:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | FileFft(const QString& path, const IRInfo& ii) throw (QLE); | ^~~~~ FileFft.h:47:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void doFFT(QString path) throw (QLE); | ^~~~~ In file included from StepPlot.cpp:25: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from StepPlot.cpp:26: IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from WavIn.h:26, from StepPlot.cpp:27: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from StepPlot.cpp:27: WavIn.h:30:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | WavIn(QString aPath) throw (QLE); | ^~~~~ WavIn.h:33:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | float* readFloat() throw (QLE); | ^~~~~ WavIn.h:34:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double* readDouble() throw (QLE); | ^~~~~ WavIn.h:39:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | int getBitDepth() throw (QLE); | ^~~~~ WavIn.h:53:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void read(int size) throw (QLE); | ^~~~~ In file included from StepPlot.cpp:29: StepPlot.h:37:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | StepPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ StepPlot.h:47:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | unsigned calculate() throw (QLE); | ^~~~~ StepPlot.cpp:39:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | StepPlot::StepPlot(const QString& aDir, IRInfo anIi, QWidget *parent) throw (QLE) : QwtPlot(parent) { | ^~~~~ StepPlot.cpp:83:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | unsigned StepPlot::calculate() throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/WavOut.o WavOut.cpp In file included from WavOut.h:24, from WavOut.cpp:21: ./WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from WavOut.cpp:21: WavOut.h:33:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | void writeFloat(WavInfo info, float* buf) throw (QLE); | ^~~~~ WavOut.h:34:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void writeDouble(WavInfo info, double* buf) throw (QLE); | ^~~~~ WavOut.h:38:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void write(WavInfo info, int size, char* buf) throw (QLE); | ^~~~~ WavOut.cpp:29:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | void WavOut::writeFloat(WavInfo info, float* buf) throw (QLE) { | ^~~~~ WavOut.cpp:33:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | void WavOut::writeDouble(WavInfo info, double* buf) throw (QLE) { | ^~~~~ WavOut.cpp:39:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void WavOut::write(WavInfo wavInfo, int size, char* buf) throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/TickPoster.o TickPoster.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/Weights.o Weights.cpp In file included from Weights.cpp:22: Weights.h:27:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 27 | Weights(char const* name, int pointsAmount) throw (QLE); | ^~~~~ Weights.h:29:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | double getPoint(int pointNum) const throw (QLE); | ^~~~~ Weights.cpp:24:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 24 | Weights::Weights(char const* name, int pointsAmount) throw (QLE) { | ^~~~~ Weights.cpp:55:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | double Weights::getPoint(int pointNum) const throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/WavInfo.o WavInfo.cpp In file included from WavInfo.cpp:22: QLUtl.h:44:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void checkFileError(const QFile&) throw (QLE); | ^~~~~ QLUtl.h:55:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | 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] 56 | 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] 57 | static fftw_complex* doFFT(double* inBuf, int inLength, int rate) throw (QLE); | ^~~~~ In file included from WavInfo.cpp:23: WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ WavInfo.cpp:35:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int WavInfo::getFormat() throw (QLE) { | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_IRPlot.o ../moc/moc_IRPlot.cpp In file included from ../moc/../src/IRInfo.h:24, from ../moc/../src/IRPlot.h:26, from ../moc/moc_IRPlot.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ../moc/moc_IRPlot.cpp:9: ../moc/../src/IRPlot.h:37:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | IRPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ ../moc/../src/IRPlot.h:47:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | unsigned calculate() throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_IRPPlot.o ../moc/moc_IRPPlot.cpp In file included from ../moc/../src/IRInfo.h:24, from ../moc/../src/IRPPlot.h:26, from ../moc/moc_IRPPlot.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ../moc/moc_IRPPlot.cpp:9: ../moc/../src/IRPPlot.h:37:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | IRPPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ ../moc/../src/IRPPlot.h:47:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | unsigned calculate() throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_CapThread.o ../moc/moc_CapThread.cpp In file included from ../moc/../src/Capture.h:24, from ../moc/../src/CapThread.h:24, from ../moc/moc_CapThread.cpp:9: ../moc/../src/WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from ../moc/../src/Capture.h:25, from ../moc/../src/CapThread.h:24, from ../moc/moc_CapThread.cpp:9: ../moc/../src/JackWrap.h:34:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | JackWrap() throw (QLE); | ^~~~~ ../moc/../src/JackWrap.h:38:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void start(JackInfo info) throw (QLE); | ^~~~~ In file included from ../moc/../src/CapThread.h:24, from ../moc/moc_CapThread.cpp:9: ../moc/../src/Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | Capture(QString aDirPath) throw (QLE); | ^~~~~ ../moc/../src/Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | void openJack() throw (QLE); | ^~~~~ ../moc/../src/Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void initBuffers() throw (QLE); | ^~~~~ ../moc/../src/Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void doJob(int playDbLevel) throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_ExcitThread.o ../moc/moc_ExcitThread.cpp In file included from ../moc/../src/ExcitThread.h:24, from ../moc/moc_ExcitThread.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_ExcitForm.o ../moc/moc_ExcitForm.cpp In file included from ../moc/../src/ExcitForm.h:25, from ../moc/moc_ExcitForm.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ../moc/../src/ExcitForm.h:27, from ../moc/moc_ExcitForm.cpp:9: ../moc/../src/QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ In file included from ../moc/moc_ExcitForm.cpp:9: ../moc/../src/ExcitForm.h:35:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | ExcitForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ ../moc/../src/ExcitForm.h:76:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 76 | QString getInfoString() throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_GenThread.o ../moc/moc_GenThread.cpp In file included from ../moc/../src/IRInfo.h:24, from ../moc/../src/GenThread.h:24, from ../moc/moc_GenThread.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_HarmPlot.o ../moc/moc_HarmPlot.cpp In file included from ../moc/../src/IRInfo.h:24, from ../moc/../src/HarmPlot.h:26, from ../moc/moc_HarmPlot.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ../moc/../src/HarmPlot.h:27, from ../moc/moc_HarmPlot.cpp:9: ../moc/../src/HarmData.h:34:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | double getValue(double freq) throw (QLE); | ^~~~~ In file included from ../moc/moc_HarmPlot.cpp:9: ../moc/../src/HarmPlot.h:35:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | HarmPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ ../moc/../src/HarmPlot.h:43:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void addCurves() throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_IrsForm.o ../moc/moc_IrsForm.cpp In file included from ../moc/../src/IRInfo.h:24, from ../moc/../src/IrsModel.h:25, from ../moc/../src/IrsForm.h:25, from ../moc/moc_IrsForm.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ../moc/../src/Plotter.h:26, from ../moc/../src/PlotWindow.h:28, from ../moc/../src/IrsModel.h:26, from ../moc/../src/IrsForm.h:25, from ../moc/moc_IrsForm.cpp:9: ../moc/../src/IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ ../moc/../src/IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ ../moc/../src/IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from ../moc/../src/PlotWindow.h:28, from ../moc/../src/IrsModel.h:26, from ../moc/../src/IrsForm.h:25, from ../moc/moc_IrsForm.cpp:9: ../moc/../src/Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | Plotter(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:43:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ ../moc/../src/Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ In file included from ../moc/../src/IrsModel.h:26, from ../moc/../src/IrsForm.h:25, from ../moc/moc_IrsForm.cpp:9: ../moc/../src/PlotWindow.h:37:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | PlotWindow(const QString& dir, const IRInfo& ii, QMap* plots, QWidget *parent = 0) throw (QLE) ; | ^~~~~ ../moc/../src/PlotWindow.h:43:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QWidget* getSplTab(const QString& dir, const IRInfo& ii) throw (QLE); // SPL plotting | ^~~~~ ../moc/../src/PlotWindow.h:44:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | QWidget* getIRTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR itself plotting | ^~~~~ ../moc/../src/PlotWindow.h:45:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QWidget* getIRPTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR power plotting | ^~~~~ ../moc/../src/PlotWindow.h:46:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | QWidget* getStepTab(const QString& dir, const IRInfo& ii) throw (QLE); // Step Response plotting | ^~~~~ ../moc/../src/PlotWindow.h:47:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | QWidget* getHarmTab(const QString& dir, const IRInfo& ii) throw (QLE); // Harmonics plotting | ^~~~~ ../moc/../src/PlotWindow.h:48:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); | ^~~~~ In file included from ../moc/../src/IrsForm.h:25, from ../moc/moc_IrsForm.cpp:9: ../moc/../src/IrsModel.h:33:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsModel(const QString& aWorkDir, QMap* plots, QObject* parent = 0) throw (QLE); | ^~~~~ In file included from ../moc/moc_IrsForm.cpp:9: ../moc/../src/IrsForm.h:33:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_IrsView.o ../moc/moc_IrsView.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_IrsModel.o ../moc/moc_IrsModel.cpp In file included from ../moc/../src/IRInfo.h:24, from ../moc/../src/IrsModel.h:25, from ../moc/moc_IrsModel.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ../moc/../src/Plotter.h:26, from ../moc/../src/PlotWindow.h:28, from ../moc/../src/IrsModel.h:26, from ../moc/moc_IrsModel.cpp:9: ../moc/../src/IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ ../moc/../src/IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ ../moc/../src/IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from ../moc/../src/PlotWindow.h:28, from ../moc/../src/IrsModel.h:26, from ../moc/moc_IrsModel.cpp:9: ../moc/../src/Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | Plotter(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:43:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ ../moc/../src/Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ In file included from ../moc/../src/IrsModel.h:26, from ../moc/moc_IrsModel.cpp:9: ../moc/../src/PlotWindow.h:37:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | PlotWindow(const QString& dir, const IRInfo& ii, QMap* plots, QWidget *parent = 0) throw (QLE) ; | ^~~~~ ../moc/../src/PlotWindow.h:43:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QWidget* getSplTab(const QString& dir, const IRInfo& ii) throw (QLE); // SPL plotting | ^~~~~ ../moc/../src/PlotWindow.h:44:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | QWidget* getIRTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR itself plotting | ^~~~~ ../moc/../src/PlotWindow.h:45:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QWidget* getIRPTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR power plotting | ^~~~~ ../moc/../src/PlotWindow.h:46:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | QWidget* getStepTab(const QString& dir, const IRInfo& ii) throw (QLE); // Step Response plotting | ^~~~~ ../moc/../src/PlotWindow.h:47:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | QWidget* getHarmTab(const QString& dir, const IRInfo& ii) throw (QLE); // Harmonics plotting | ^~~~~ ../moc/../src/PlotWindow.h:48:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); | ^~~~~ In file included from ../moc/moc_IrsModel.cpp:9: ../moc/../src/IrsModel.h:33:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsModel(const QString& aWorkDir, QMap* plots, QObject* parent = 0) throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_LineEditDelegate.o ../moc/moc_LineEditDelegate.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_Plotter.o ../moc/moc_Plotter.cpp In file included from ../moc/../src/Plotter.h:26, from ../moc/moc_Plotter.cpp:9: ../moc/../src/IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ ../moc/../src/IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ ../moc/../src/IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from ../moc/../src/IRInfo.h:24, from ../moc/../src/Plotter.h:27, from ../moc/moc_Plotter.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ../moc/moc_Plotter.cpp:9: ../moc/../src/Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | Plotter(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:43:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ ../moc/../src/Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_QLWin.o ../moc/moc_QLWin.cpp In file included from ../moc/../src/ExcitForm.h:25, from ../moc/../src/QLWin.h:25, from ../moc/moc_QLWin.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ../moc/../src/ExcitForm.h:27, from ../moc/../src/QLWin.h:25, from ../moc/moc_QLWin.cpp:9: ../moc/../src/QLCfg.h:40:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void appendIr(IRInfo info) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:41:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | void removeIr(QString key) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:42:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void replaceIr(IRInfo info) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:43:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QString nextIrKey() throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:44:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | IRInfo getIr(const QString& key) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:45:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QList getIrs() throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setExcit(const ExcitCfg&) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:48:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | ExcitCfg getExcit() throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:55:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | void initFile() throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:56:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | QDomDocument read() throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:57:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void write(const QDomDocument&) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:58:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | QString irKeyToString(int key) throw (QLE); | ^~~~~ ../moc/../src/QLCfg.h:59:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | bool fileExists() throw (QLE); | ^~~~~ In file included from ../moc/../src/QLWin.h:25, from ../moc/moc_QLWin.cpp:9: ../moc/../src/ExcitForm.h:35:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | ExcitForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ ../moc/../src/ExcitForm.h:76:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 76 | QString getInfoString() throw (QLE); | ^~~~~ In file included from ../moc/../src/Capture.h:24, from ../moc/../src/QLWin.h:26, from ../moc/moc_QLWin.cpp:9: ../moc/../src/WavInfo.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | int getFormat() throw (QLE); | ^~~~~ In file included from ../moc/../src/Capture.h:25, from ../moc/../src/QLWin.h:26, from ../moc/moc_QLWin.cpp:9: ../moc/../src/JackWrap.h:34:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | JackWrap() throw (QLE); | ^~~~~ ../moc/../src/JackWrap.h:38:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | void start(JackInfo info) throw (QLE); | ^~~~~ In file included from ../moc/../src/QLWin.h:26, from ../moc/moc_QLWin.cpp:9: ../moc/../src/Capture.h:30:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 30 | Capture(QString aDirPath) throw (QLE); | ^~~~~ ../moc/../src/Capture.h:35:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 35 | void openJack() throw (QLE); | ^~~~~ ../moc/../src/Capture.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void initBuffers() throw (QLE); | ^~~~~ ../moc/../src/Capture.h:40:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void doJob(int playDbLevel) throw (QLE); | ^~~~~ In file included from ../moc/../src/Plotter.h:26, from ../moc/../src/PlotWindow.h:28, from ../moc/../src/IrsModel.h:26, from ../moc/../src/IrsForm.h:25, from ../moc/../src/QLWin.h:28, from ../moc/moc_QLWin.cpp:9: ../moc/../src/IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ ../moc/../src/IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ ../moc/../src/IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from ../moc/../src/PlotWindow.h:28, from ../moc/../src/IrsModel.h:26, from ../moc/../src/IrsForm.h:25, from ../moc/../src/QLWin.h:28, from ../moc/moc_QLWin.cpp:9: ../moc/../src/Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | Plotter(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:43:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ ../moc/../src/Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ In file included from ../moc/../src/IrsModel.h:26, from ../moc/../src/IrsForm.h:25, from ../moc/../src/QLWin.h:28, from ../moc/moc_QLWin.cpp:9: ../moc/../src/PlotWindow.h:37:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | PlotWindow(const QString& dir, const IRInfo& ii, QMap* plots, QWidget *parent = 0) throw (QLE) ; | ^~~~~ ../moc/../src/PlotWindow.h:43:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QWidget* getSplTab(const QString& dir, const IRInfo& ii) throw (QLE); // SPL plotting | ^~~~~ ../moc/../src/PlotWindow.h:44:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | QWidget* getIRTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR itself plotting | ^~~~~ ../moc/../src/PlotWindow.h:45:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QWidget* getIRPTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR power plotting | ^~~~~ ../moc/../src/PlotWindow.h:46:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | QWidget* getStepTab(const QString& dir, const IRInfo& ii) throw (QLE); // Step Response plotting | ^~~~~ ../moc/../src/PlotWindow.h:47:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | QWidget* getHarmTab(const QString& dir, const IRInfo& ii) throw (QLE); // Harmonics plotting | ^~~~~ ../moc/../src/PlotWindow.h:48:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); | ^~~~~ In file included from ../moc/../src/IrsForm.h:25, from ../moc/../src/QLWin.h:28, from ../moc/moc_QLWin.cpp:9: ../moc/../src/IrsModel.h:33:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsModel(const QString& aWorkDir, QMap* plots, QObject* parent = 0) throw (QLE); | ^~~~~ In file included from ../moc/../src/QLWin.h:28, from ../moc/moc_QLWin.cpp:9: ../moc/../src/IrsForm.h:33:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | IrsForm(QWidget* feedback, QString workDir, QWidget* parent = 0) throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_RoundedZoomer.o ../moc/moc_RoundedZoomer.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_PlotWindow.o ../moc/moc_PlotWindow.cpp In file included from ../moc/../src/IRInfo.h:24, from ../moc/../src/PlotWindow.h:27, from ../moc/moc_PlotWindow.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ../moc/../src/Plotter.h:26, from ../moc/../src/PlotWindow.h:28, from ../moc/moc_PlotWindow.cpp:9: ../moc/../src/IR.h:43:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | void generate() throw (QLE); | ^~~~~ ../moc/../src/IR.h:44:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | void trim(double secs) throw (QLE); | ^~~~~ ../moc/../src/IR.h:45:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | double getMaxTrimLength() throw (QLE); | ^~~~~ In file included from ../moc/../src/PlotWindow.h:28, from ../moc/moc_PlotWindow.cpp:9: ../moc/../src/Plotter.h:41:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | Plotter(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:43:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | double getMaxTrimLength() throw (QLE); // secs | ^~~~~ ../moc/../src/Plotter.h:46:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void setSmooth(double smoothFactor) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:47:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void setWinLength(double secs) throw (QLE); | ^~~~~ ../moc/../src/Plotter.h:65:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void recalculate() throw (QLE); | ^~~~~ In file included from ../moc/moc_PlotWindow.cpp:9: ../moc/../src/PlotWindow.h:37:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | PlotWindow(const QString& dir, const IRInfo& ii, QMap* plots, QWidget *parent = 0) throw (QLE) ; | ^~~~~ ../moc/../src/PlotWindow.h:43:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | QWidget* getSplTab(const QString& dir, const IRInfo& ii) throw (QLE); // SPL plotting | ^~~~~ ../moc/../src/PlotWindow.h:44:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | QWidget* getIRTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR itself plotting | ^~~~~ ../moc/../src/PlotWindow.h:45:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | QWidget* getIRPTab(const QString& dir, const IRInfo& ii) throw (QLE); // IR power plotting | ^~~~~ ../moc/../src/PlotWindow.h:46:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | QWidget* getStepTab(const QString& dir, const IRInfo& ii) throw (QLE); // Step Response plotting | ^~~~~ ../moc/../src/PlotWindow.h:47:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | QWidget* getHarmTab(const QString& dir, const IRInfo& ii) throw (QLE); // Harmonics plotting | ^~~~~ ../moc/../src/PlotWindow.h:48:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | void zoomizePlotter(QwtPlot* plotter, int roundX, int roundY) throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_StepPlot.o ../moc/moc_StepPlot.cpp In file included from ../moc/../src/IRInfo.h:24, from ../moc/../src/StepPlot.h:26, from ../moc/moc_StepPlot.cpp:9: ../moc/../src/ExcitCfg.h:34:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | void check() const throw (QLE); | ^~~~~ In file included from ../moc/moc_StepPlot.cpp:9: ../moc/../src/StepPlot.h:37:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | StepPlot(const QString& dir, IRInfo ii, QWidget *parent = 0) throw (QLE); | ^~~~~ ../moc/../src/StepPlot.h:47:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | unsigned calculate() throw (QLE); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -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/moc_TickPoster.o ../moc/moc_TickPoster.cpp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,-O1 -o ../bin/qloud ../obj/main.o ../obj/CapThread.o ../obj/Capture.o ../obj/Excitation.o ../obj/ExcitCfg.o ../obj/ExcitForm.o ../obj/ExcitThread.o ../obj/FileFft.o ../obj/GenThread.o ../obj/HarmData.o ../obj/Harmonics.o ../obj/HarmPlot.o ../obj/IR.o ../obj/IRInfo.o ../obj/IRPlot.o ../obj/IRPPlot.o ../obj/IrsForm.o ../obj/IrsModel.o ../obj/IrsView.o ../obj/JackWrap.o ../obj/LineEditDelegate.o ../obj/Plotter.o ../obj/PlotWindow.o ../obj/QLCfg.o ../obj/QLUtl.o ../obj/QLWin.o ../obj/RoundedZoomer.o ../obj/StepPlot.o ../obj/TickPoster.o ../obj/WavIn.o ../obj/WavInfo.o ../obj/WavOut.o ../obj/Weights.o ../obj/moc_CapThread.o ../obj/moc_ExcitForm.o ../obj/moc_ExcitThread.o ../obj/moc_GenThread.o ../obj/moc_HarmPlot.o ../obj/moc_IRPlot.o ../obj/moc_IRPPlot.o ../obj/moc_IrsForm.o ../obj/moc_IrsModel.o ../obj/moc_IrsView.o ../obj/moc_LineEditDelegate.o ../obj/moc_Plotter.o ../obj/moc_PlotWindow.o ../obj/moc_QLWin.o ../obj/moc_RoundedZoomer.o ../obj/moc_StepPlot.o ../obj/moc_TickPoster.o -L/usr/lib64 -lsndfile -lfftw3 -ljack -lqwt -lQtXml -L/usr/lib64 -lQtGui -L/usr/lib -lQtCore -lpthread make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/qloud-1.2/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.s2tmE4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/qloud-1.2-3.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/qloud-1.2-3.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/qloud-1.2-3.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/qloud-1.2-3.mga9.aarch64 + cd qloud-1.2 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/qloud-1.2-3.mga9.aarch64/usr/bin + install -m 755 bin/qloud /home/iurt/rpmbuild/BUILDROOT/qloud-1.2-3.mga9.aarch64/usr/bin/qloud + install -m644 /home/iurt/rpmbuild/SOURCES/qloud.png -D /home/iurt/rpmbuild/BUILDROOT/qloud-1.2-3.mga9.aarch64/usr/share/icons/qloud.png + mkdir -p /home/iurt/rpmbuild/BUILDROOT/qloud-1.2-3.mga9.aarch64/usr/share/applications + cat + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.2-3.mga9 --unique-debug-suffix -1.2-3.mga9.aarch64 --unique-debug-src-base qloud-1.2-3.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/qloud-1.2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/qloud-1.2-3.mga9.aarch64/usr/bin/qloud dwz: ./usr/bin/qloud-1.2-3.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 11080kB, size after compression: 11080kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 478 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: qloud-1.2-3.mga9.aarch64 Provides: application() application(mageia-qloud.desktop) qloud = 1.2-3.mga9 qloud(aarch-64) = 1.2-3.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libQtCore.so.4()(64bit) libQtGui.so.4()(64bit) libQtXml.so.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libfftw3.so.3()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libjack.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libqwt.so.6()(64bit) libsndfile.so.1()(64bit) libsndfile.so.1(libsndfile.so.1.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) Processing files: qloud-debugsource-1.2-3.mga9.aarch64 Provides: qloud-debugsource = 1.2-3.mga9 qloud-debugsource(aarch-64) = 1.2-3.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: qloud-debuginfo-1.2-3.mga9.aarch64 Provides: debuginfo(build-id) = a8c5902a543d9dad806e2930db8715c5429e0440 qloud-debuginfo = 1.2-3.mga9 qloud-debuginfo(aarch-64) = 1.2-3.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: qloud-debugsource(aarch-64) = 1.2-3.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/qloud-1.2-3.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/qloud-1.2-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/qloud-debugsource-1.2-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/qloud-debuginfo-1.2-3.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wDrNCo + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd qloud-1.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/qloud-1.2-3.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rMKVll + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf qloud-1.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!