D: [iurt_root_command] chroot warning: line 38: It's not recommended to have unversioned Obsoletes: Obsoletes: lib64qwtplot3d0-devel warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/libqwtplot3d-0.2.7-14.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.heI3rd + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf qwtplot3d + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/qwtplot3d-0.2.7.tar.bz2 + /usr/bin/tar -xof - /usr/bin/tar: A lone zero block at 1695 + STATUS=0 + '[' 0 -ne 0 ']' + cd qwtplot3d + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/qwtplot3d-gcc44.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/qwtplot3d-glu.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/qwtplot3d-0.27-link.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2TI0Tg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd qwtplot3d + '[' 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 g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_movements.o src/qwt3d_movements.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_drawable.o src/qwt3d_drawable.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_lighting.o src/qwt3d_lighting.cpp src/qwt3d_lighting.cpp: In member function 'void Qwt3D::Plot3D::applyLight(unsigned int)': src/qwt3d_lighting.cpp:178:48: warning: narrowing conversion of '((Qwt3D::Plot3D*)this)->Qwt3D::Plot3D::lights_.std::vector::operator[](((std::vector::size_type)light)).Qwt3D::Plot3D::Light::shift.Qwt3D::Triple::x' from 'double' to 'GLfloat' {aka 'float'} [-Wnarrowing] 178 | GLfloat lightPos[4] = { lights_[light].shift.x, lights_[light].shift.y, lights_[light].shift.z, 1.0}; src/qwt3d_lighting.cpp:178:72: warning: narrowing conversion of '((Qwt3D::Plot3D*)this)->Qwt3D::Plot3D::lights_.std::vector::operator[](((std::vector::size_type)light)).Qwt3D::Plot3D::Light::shift.Qwt3D::Triple::y' from 'double' to 'GLfloat' {aka 'float'} [-Wnarrowing] 178 | GLfloat lightPos[4] = { lights_[light].shift.x, lights_[light].shift.y, lights_[light].shift.z, 1.0}; src/qwt3d_lighting.cpp:178:96: warning: narrowing conversion of '((Qwt3D::Plot3D*)this)->Qwt3D::Plot3D::lights_.std::vector::operator[](((std::vector::size_type)light)).Qwt3D::Plot3D::Light::shift.Qwt3D::Triple::z' from 'double' to 'GLfloat' {aka 'float'} [-Wnarrowing] 178 | GLfloat lightPos[4] = { lights_[light].shift.x, lights_[light].shift.y, lights_[light].shift.z, 1.0}; g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_color.o src/qwt3d_color.cpp In file included from include/qwt3d_color.h:4, from src/qwt3d_color.cpp:1: /usr/include/QtCore/qstring.h: In member function 'int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const': /usr/include/QtCore/qstring.h:1254:62: 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:69: 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:32: 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; | ~~~~~~~~~~~~~~^~~ g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_colorlegend.o src/qwt3d_colorlegend.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_mousekeyboard.o src/qwt3d_mousekeyboard.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_autoscaler.o src/qwt3d_autoscaler.cpp src/qwt3d_autoscaler.cpp:48:8: warning: 'double {anonymous}::floor125(int&, double)' defined but not used [-Wunused-function] 48 | double floor125( int& exponent, double x) | ^~~~~~~~ g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_axis.o src/qwt3d_axis.cpp src/qwt3d_axis.cpp: In member function 'bool Qwt3D::Axis::prepTicCalculation(Qwt3D::Triple&)': src/qwt3d_axis.cpp:206:9: warning: variable 'beg' set but not used [-Wunused-but-set-variable] 206 | Triple beg = beg_ + ((autostart_ - start_) / (stop_ - start_)) * normal; | ^~~ src/qwt3d_axis.cpp:207:9: warning: variable 'end' set but not used [-Wunused-but-set-variable] 207 | Triple end = end_ - ((stop_ - autostop_) / (stop_ - start_))* normal; | ^~~ g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_coordsys.o src/qwt3d_coordsys.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_label.o src/qwt3d_label.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_io_reader.o src/qwt3d_io_reader.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_enrichment_std.o src/qwt3d_enrichment_std.cpp In file included from include/qwt3d_color.h:4, from src/qwt3d_enrichment_std.cpp:2: /usr/include/QtCore/qstring.h: In member function 'int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const': /usr/include/QtCore/qstring.h:1254:62: 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:69: 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:32: 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; | ~~~~~~~~~~~~~~^~~ g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_types.o src/qwt3d_types.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_plot.o src/qwt3d_plot.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_scale.o src/qwt3d_scale.cpp In file included from include/qwt3d_scale.h:4, from src/qwt3d_scale.cpp:1: /usr/include/QtCore/qstring.h: In member function 'int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const': /usr/include/QtCore/qstring.h:1254:62: 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:69: 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:32: 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; | ~~~~~~~~~~~~~~^~~ g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_gridmapping.o src/qwt3d_gridmapping.cpp In file included from include/qwt3d_mapping.h:4, from include/qwt3d_gridmapping.h:4, from src/qwt3d_gridmapping.cpp:1: /usr/include/QtCore/qstring.h: In member function 'int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const': /usr/include/QtCore/qstring.h:1254:62: 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:69: 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:32: 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; | ~~~~~~~~~~~~~~^~~ g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_io.o src/qwt3d_io.cpp src/qwt3d_io.cpp: In static member function 'static Qwt3D::IO::Container& Qwt3D::IO::rlist()': src/qwt3d_io.cpp:97:8: warning: variable 'f' set but not used [-Wunused-but-set-variable] 97 | bool f = false; | ^ src/qwt3d_io.cpp: In static member function 'static Qwt3D::IO::Container& Qwt3D::IO::wlist()': src/qwt3d_io.cpp:111:8: warning: variable 'f' set but not used [-Wunused-but-set-variable] 111 | bool f = false; | ^ /usr/lib64/qt4/bin/moc -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp include/qwt3d_plot.h -o tmp/moc_qwt3d_plot.cpp /usr/lib64/qt4/bin/moc -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp include/qwt3d_surfaceplot.h -o tmp/moc_qwt3d_surfaceplot.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_parametricsurface.o src/qwt3d_parametricsurface.cpp In file included from include/qwt3d_mapping.h:4, from include/qwt3d_gridmapping.h:4, from include/qwt3d_parametricsurface.h:4, from src/qwt3d_parametricsurface.cpp:1: /usr/include/QtCore/qstring.h: In member function 'int QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const': /usr/include/QtCore/qstring.h:1254:62: 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:69: 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:32: 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; | ~~~~~~~~~~~~~~^~~ g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_function.o src/qwt3d_function.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_surfaceplot.o src/qwt3d_surfaceplot.cpp src/qwt3d_surfaceplot.cpp: In member function 'void Qwt3D::SurfacePlot::updateNormals()': src/qwt3d_surfaceplot.cpp:97:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 97 | if (plotStyle() == NOPLOT && !normals() || !actualData_p) | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_gridplot.o src/qwt3d_gridplot.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_io_gl2ps.o src/qwt3d_io_gl2ps.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/qwt3d_meshplot.o src/qwt3d_meshplot.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/moc_qwt3d_plot.o tmp/moc_qwt3d_plot.cpp g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/moc_qwt3d_surfaceplot.o tmp/moc_qwt3d_surfaceplot.cpp gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -D_REENTRANT -Wall -W -fPIC -DGL2PS_HAVE_ZLIB -DQT_OPENGL_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/QtOpenGL -I/usr/include -Iinclude -I/usr/include -Itmp -o tmp/gl2ps.o 3rdparty/gl2ps/gl2ps.c 3rdparty/gl2ps/gl2ps.c: In function 'gl2psPrintTeXBeginViewport': 3rdparty/gl2ps/gl2ps.c:3313:46: warning: unused parameter 'viewport' [-Wunused-parameter] 3313 | static void gl2psPrintTeXBeginViewport(GLint viewport[4]) | ~~~~~~^~~~~~~~~~~ 3rdparty/gl2ps/gl2ps.c: In function 'gl2psPrintSVGPixmap': 3rdparty/gl2ps/gl2ps.c:4993:41: warning: unused parameter 'x' [-Wunused-parameter] 4993 | static void gl2psPrintSVGPixmap(GLfloat x, GLfloat y, GL2PSimage *pixmap) | ~~~~~~~~^ 3rdparty/gl2ps/gl2ps.c:4993:52: warning: unused parameter 'y' [-Wunused-parameter] 4993 | static void gl2psPrintSVGPixmap(GLfloat x, GLfloat y, GL2PSimage *pixmap) | ~~~~~~~~^ 3rdparty/gl2ps/gl2ps.c:4993:67: warning: unused parameter 'pixmap' [-Wunused-parameter] 4993 | static void gl2psPrintSVGPixmap(GLfloat x, GLfloat y, GL2PSimage *pixmap) | ~~~~~~~~~~~~^~~~~~ 3rdparty/gl2ps/gl2ps.c: In function 'gl2psPDFgroupListWriteXObjectResources': 3rdparty/gl2ps/gl2ps.c:3851:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 3851 | offs += fprintf(gl2ps->stream, "/Im%d %d 0 R\n", gro->imno, gro->imobjno); | ^~ 3rdparty/gl2ps/gl2ps.c:3852:5: note: here 3852 | case GL2PS_TRIANGLE: | ^~~~ rm -f libqwtplot3d.so.0.2.6 libqwtplot3d.so libqwtplot3d.so.0 libqwtplot3d.so.0.2 g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -Wl,-soname,libqwtplot3d.so.0 -o libqwtplot3d.so.0.2.6 tmp/qwt3d_axis.o tmp/qwt3d_color.o tmp/qwt3d_coordsys.o tmp/qwt3d_drawable.o tmp/qwt3d_mousekeyboard.o tmp/qwt3d_movements.o tmp/qwt3d_lighting.o tmp/qwt3d_colorlegend.o tmp/qwt3d_plot.o tmp/qwt3d_label.o tmp/qwt3d_types.o tmp/qwt3d_enrichment_std.o tmp/qwt3d_autoscaler.o tmp/qwt3d_io_reader.o tmp/qwt3d_io.o tmp/qwt3d_scale.o tmp/qwt3d_gridmapping.o tmp/qwt3d_parametricsurface.o tmp/qwt3d_function.o tmp/qwt3d_surfaceplot.o tmp/qwt3d_gridplot.o tmp/qwt3d_meshplot.o tmp/qwt3d_io_gl2ps.o tmp/gl2ps.o tmp/moc_qwt3d_plot.o tmp/moc_qwt3d_surfaceplot.o -L/usr/lib -L/usr/lib64 -lGLU -lz -lGL -lQtOpenGL -L/usr/lib64 -L/usr/lib -lQtGui -lQtCore -lpthread ln -s libqwtplot3d.so.0.2.6 libqwtplot3d.so ln -s libqwtplot3d.so.0.2.6 libqwtplot3d.so.0 ln -s libqwtplot3d.so.0.2.6 libqwtplot3d.so.0.2 rm -f lib/libqwtplot3d.so.0.2.6 rm -f lib/libqwtplot3d.so rm -f lib/libqwtplot3d.so.0 rm -f lib/libqwtplot3d.so.0.2 mv -f libqwtplot3d.so.0.2.6 libqwtplot3d.so libqwtplot3d.so.0 libqwtplot3d.so.0.2 lib/ { test -z "lib/" || cd "lib/"; } && test $(gdb --version | sed -e 's,[^0-9][^0-9]*\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index ." -ex quit 'libqwtplot3d.so.0.2.6' && test -f libqwtplot3d.so.0.2.6.gdb-index && objcopy --add-section '.gdb_index=libqwtplot3d.so.0.2.6.gdb-index' --set-section-flags '.gdb_index=readonly' 'libqwtplot3d.so.0.2.6' 'libqwtplot3d.so.0.2.6' && rm -f libqwtplot3d.so.0.2.6.gdb-index || true /bin/sh: gdb: command not found /bin/sh: line 0: test: -gt: unary operator expected + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VW5jmh + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64 + cd qwtplot3d + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + mkdir -p /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/lib64 + for n in include/*.h + install -m 644 include/qwt3d_autoptr.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_autoscaler.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_axis.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_color.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_colorlegend.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_coordsys.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_drawable.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_enrichment.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_enrichment_std.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_function.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_global.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_graphplot.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_gridmapping.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_helper.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_io.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_io_gl2ps.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_io_reader.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_label.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_mapping.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_multiplot.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_openglhelper.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_parametricsurface.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_plot.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_portability.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_scale.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_surfaceplot.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_types.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + for n in include/*.h + install -m 644 include/qwt3d_volumeplot.h /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/include + chmod 755 lib/libqwtplot3d.so lib/libqwtplot3d.so.0 lib/libqwtplot3d.so.0.2 lib/libqwtplot3d.so.0.2.6 + for n in lib/libqwtplot3d.so* + cp -d lib/libqwtplot3d.so /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/lib64 + for n in lib/libqwtplot3d.so* + cp -d lib/libqwtplot3d.so.0 /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/lib64 + for n in lib/libqwtplot3d.so* + cp -d lib/libqwtplot3d.so.0.2 /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/lib64 + for n in lib/libqwtplot3d.so* + cp -d lib/libqwtplot3d.so.0.2.6 /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/lib64 + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 0.2.7-14.mga8 --unique-debug-suffix -0.2.7-14.mga8.aarch64 --unique-debug-src-base libqwtplot3d-0.2.7-14.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/qwtplot3d explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/lib64/libqwtplot3d.so.0.2.6 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64/usr/lib64/libqwtplot3d.so.0.2.6 original debug info size: 5196kB, size after compression: 2956kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 843 blocks + '[' -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/translate_menu + '[' -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/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: lib64qwtplot3d0-0.2.7-14.mga8.aarch64 Provides: lib64qwtplot3d0 = 0.2.7-14.mga8 lib64qwtplot3d0(aarch-64) = 0.2.7-14.mga8 libqwtplot3d.so.0()(64bit) 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) libGL.so.1()(64bit) libGLU.so.1()(64bit) libQtCore.so.4()(64bit) libQtGui.so.4()(64bit) libQtOpenGL.so.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libz.so.1()(64bit) Processing files: lib64qwtplot3d-devel-0.2.7-14.mga8.aarch64 Provides: devel(libqwtplot3d(64bit)) lib64qwtplot3d-devel = 0.2.7-14.mga8 lib64qwtplot3d-devel(aarch-64) = 0.2.7-14.mga8 libqwtplot3d-devel = 0.2.7-14.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libGL(64bit)) devel(libGLU(64bit)) devel(libQtCore(64bit)) devel(libQtGui(64bit)) devel(libQtOpenGL(64bit)) devel(libgcc_s(64bit)) devel(libm(64bit)) devel(libstdc++(64bit)) devel(libz(64bit)) Obsoletes: lib64qwtplot3d0-devel Processing files: libqwtplot3d-debugsource-0.2.7-14.mga8.aarch64 Provides: libqwtplot3d-debugsource = 0.2.7-14.mga8 libqwtplot3d-debugsource(aarch-64) = 0.2.7-14.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lib64qwtplot3d0-debuginfo-0.2.7-14.mga8.aarch64 Provides: debuginfo(build-id) = daf8ac2384ed444a206fe50ae138ee91b6ae4eff lib64qwtplot3d0-debuginfo = 0.2.7-14.mga8 lib64qwtplot3d0-debuginfo(aarch-64) = 0.2.7-14.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libqwtplot3d-debugsource(aarch-64) = 0.2.7-14.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64qwtplot3d-devel-0.2.7-14.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64qwtplot3d0-0.2.7-14.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/libqwtplot3d-debugsource-0.2.7-14.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64qwtplot3d0-debuginfo-0.2.7-14.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.juN2wd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd qwtplot3d + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/libqwtplot3d-0.2.7-14.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EACcXf + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf qwtplot3d + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!