Mock Version: 1.2.12 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/qwtplot3d.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2643/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/qwtplot3d.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: qmake: command not found sh: qmake: command not found sh: qmake: command not found sh: qmake: command not found sh: qmake: command not found sh: qmake: command not found sh: qmake: command not found sh: qmake: command not found sh: qmake: command not found sh: qmake: command not found warning: Could not canonicalize hostname: copr-builder-729722182.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/qwtplot3d-0.2.7-19.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/qwtplot3d.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2643/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/qwtplot3d.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Gj1dAS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf qwtplot3d + /usr/bin/gzip -dc /builddir/build/SOURCES/qwtplot3d-0.2.7.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd qwtplot3d + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #50 (qwtplot3d-glu.patch):' Patch #50 (qwtplot3d-glu.patch): + /usr/bin/cat /builddir/build/SOURCES/qwtplot3d-glu.patch + /usr/bin/patch -p1 -b --suffix .glu --fuzz=0 patching file include/qwt3d_io_gl2ps.h patching file include/qwt3d_openglhelper.h + /usr/bin/sed -i 's/\r//' COPYING + find examples -type f + xargs /usr/bin/sed -i 's/\r//' + /usr/bin/sed -i 's|-fno-exceptions|-fno-exceptions -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic |' qwtplot3d.pro examples/common.pro + /usr/bin/sed -i 's|0.2.6|0.2.7|' qwtplot3d.pro + /usr/bin/sed -i 's|TARGET *= qwtplot3d|TARGET = qwtplot3d-qt4|' qwtplot3d.pro + /usr/bin/sed -i '4i\#include ' src/qwt3d_function.cpp + /usr/bin/mkdir qt4 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Wuifbt + umask 022 + cd /builddir/build/BUILD + cd qwtplot3d + cd qt4 + qmake-qt4 ../qwtplot3d.pro + /usr/bin/make -j2 g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_axis.o ../src/qwt3d_axis.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_color.o ../src/qwt3d_color.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] 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] Triple end = end_ - ((stop_ - autostop_) / (stop_ - start_))* normal; ^ g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_coordsys.o ../src/qwt3d_coordsys.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_drawable.o ../src/qwt3d_drawable.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_mousekeyboard.o ../src/qwt3d_mousekeyboard.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_movements.o ../src/qwt3d_movements.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_lighting.o ../src/qwt3d_lighting.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_colorlegend.o ../src/qwt3d_colorlegend.cpp ../src/qwt3d_lighting.cpp: In member function 'void Qwt3D::Plot3D::applyLight(unsigned int)': ../src/qwt3d_lighting.cpp:178:102: warning: narrowing conversion of '((Qwt3D::Plot3D*)this)->Qwt3D::Plot3D::lights_.std::vector<_Tp, _Alloc>::operator[] >(((std::vector::size_type)light)).Qwt3D::Plot3D::Light::shift.Qwt3D::Triple::x' from 'double' to 'GLfloat {aka float}' inside { } is ill-formed in C++11 [-Wnarrowing] GLfloat lightPos[4] = { lights_[light].shift.x, lights_[light].shift.y, lights_[light].shift.z, 1.0}; ^ ../src/qwt3d_lighting.cpp:178:102: warning: narrowing conversion of '((Qwt3D::Plot3D*)this)->Qwt3D::Plot3D::lights_.std::vector<_Tp, _Alloc>::operator[] >(((std::vector::size_type)light)).Qwt3D::Plot3D::Light::shift.Qwt3D::Triple::y' from 'double' to 'GLfloat {aka float}' inside { } is ill-formed in C++11 [-Wnarrowing] ../src/qwt3d_lighting.cpp:178:102: warning: narrowing conversion of '((Qwt3D::Plot3D*)this)->Qwt3D::Plot3D::lights_.std::vector<_Tp, _Alloc>::operator[] >(((std::vector::size_type)light)).Qwt3D::Plot3D::Light::shift.Qwt3D::Triple::z' from 'double' to 'GLfloat {aka float}' inside { } is ill-formed in C++11 [-Wnarrowing] g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_plot.o ../src/qwt3d_plot.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_label.o ../src/qwt3d_label.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_types.o ../src/qwt3d_types.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_enrichment_std.o ../src/qwt3d_enrichment_std.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_autoscaler.o ../src/qwt3d_autoscaler.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_io_reader.o ../src/qwt3d_io_reader.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -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] 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] bool f = false; ^ g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_scale.o ../src/qwt3d_scale.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_gridmapping.o ../src/qwt3d_gridmapping.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_parametricsurface.o ../src/qwt3d_parametricsurface.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_function.o ../src/qwt3d_function.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_surfaceplot.o ../src/qwt3d_surfaceplot.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_gridplot.o ../src/qwt3d_gridplot.cpp ../src/qwt3d_surfaceplot.cpp: In member function 'void Qwt3D::SurfacePlot::updateNormals()': ../src/qwt3d_surfaceplot.cpp:97:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (plotStyle() == NOPLOT && !normals() || !actualData_p) ^ g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_meshplot.o ../src/qwt3d_meshplot.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/qwt3d_io_gl2ps.o ../src/qwt3d_io_gl2ps.cpp gcc -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -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] 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] static void gl2psPrintSVGPixmap(GLfloat x, GLfloat y, GL2PSimage *pixmap) ^ ../3rdparty/gl2ps/gl2ps.c:4993:52: warning: unused parameter 'y' [-Wunused-parameter] static void gl2psPrintSVGPixmap(GLfloat x, GLfloat y, GL2PSimage *pixmap) ^ ../3rdparty/gl2ps/gl2ps.c:4993:67: warning: unused parameter 'pixmap' [-Wunused-parameter] static void gl2psPrintSVGPixmap(GLfloat x, GLfloat y, GL2PSimage *pixmap) ^ /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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. ../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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. ../include/qwt3d_surfaceplot.h -o tmp/moc_qwt3d_surfaceplot.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/moc_qwt3d_plot.o tmp/moc_qwt3d_plot.cpp g++ -c -pipe -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../../qwtplot3d -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include -I../include -I/usr/X11R6/include -Itmp -I../../qwtplot3d -I. -o tmp/moc_qwt3d_surfaceplot.o tmp/moc_qwt3d_surfaceplot.cpp rm -f libqwtplot3d-qt4.so.0.2.7 libqwtplot3d-qt4.so libqwtplot3d-qt4.so.0 libqwtplot3d-qt4.so.0.2 g++ -shared -Wl,-soname,libqwtplot3d-qt4.so.0 -o libqwtplot3d-qt4.so.0.2.7 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/X11R6/lib -L/usr/lib64 -lz -lpthread -lGL -lQtOpenGL -lQtGui -lQtCore ln -s libqwtplot3d-qt4.so.0.2.7 libqwtplot3d-qt4.so ln -s libqwtplot3d-qt4.so.0.2.7 libqwtplot3d-qt4.so.0 ln -s libqwtplot3d-qt4.so.0.2.7 libqwtplot3d-qt4.so.0.2 rm -f lib/libqwtplot3d-qt4.so.0.2.7 rm -f lib/libqwtplot3d-qt4.so rm -f lib/libqwtplot3d-qt4.so.0 rm -f lib/libqwtplot3d-qt4.so.0.2 mv -f libqwtplot3d-qt4.so.0.2.7 libqwtplot3d-qt4.so libqwtplot3d-qt4.so.0 libqwtplot3d-qt4.so.0.2 lib/ { test -z "lib/" || cd "lib/"; } && test $(gdb --version | sed -e 's,[^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-qt4.so.0.2.7' && test -f libqwtplot3d-qt4.so.0.2.7.gdb-index && objcopy --add-section '.gdb_index=libqwtplot3d-qt4.so.0.2.7.gdb-index' --set-section-flags '.gdb_index=readonly' 'libqwtplot3d-qt4.so.0.2.7' 'libqwtplot3d-qt4.so.0.2.7' && rm -f libqwtplot3d-qt4.so.0.2.7.gdb-index || true + /usr/bin/make clean rm -f tmp/moc_qwt3d_plot.cpp tmp/moc_qwt3d_surfaceplot.cpp rm -f 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 rm -f *~ core *.core + cd .. + /usr/bin/sed -i 's|TARGET *= qwtplot3d-qt4|TARGET = qwtplot3d|' qwtplot3d.pro + qmake qwtplot3d.pro + /usr/bin/make -j2 g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_axis.o src/qwt3d_axis.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_color.o src/qwt3d_color.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] 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] Triple end = end_ - ((stop_ - autostop_) / (stop_ - start_))* normal; ^ g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_coordsys.o src/qwt3d_coordsys.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_drawable.o src/qwt3d_drawable.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_mousekeyboard.o src/qwt3d_mousekeyboard.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_movements.o src/qwt3d_movements.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_lighting.o src/qwt3d_lighting.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_colorlegend.o src/qwt3d_colorlegend.cpp src/qwt3d_lighting.cpp: In member function 'void Qwt3D::Plot3D::applyLight(unsigned int)': src/qwt3d_lighting.cpp:178:102: warning: narrowing conversion of '((Qwt3D::Plot3D*)this)->Qwt3D::Plot3D::lights_.std::vector<_Tp, _Alloc>::operator[] >(((std::vector::size_type)light)).Qwt3D::Plot3D::Light::shift.Qwt3D::Triple::x' from 'double' to 'GLfloat {aka float}' inside { } is ill-formed in C++11 [-Wnarrowing] GLfloat lightPos[4] = { lights_[light].shift.x, lights_[light].shift.y, lights_[light].shift.z, 1.0}; ^ src/qwt3d_lighting.cpp:178:102: warning: narrowing conversion of '((Qwt3D::Plot3D*)this)->Qwt3D::Plot3D::lights_.std::vector<_Tp, _Alloc>::operator[] >(((std::vector::size_type)light)).Qwt3D::Plot3D::Light::shift.Qwt3D::Triple::y' from 'double' to 'GLfloat {aka float}' inside { } is ill-formed in C++11 [-Wnarrowing] src/qwt3d_lighting.cpp:178:102: warning: narrowing conversion of '((Qwt3D::Plot3D*)this)->Qwt3D::Plot3D::lights_.std::vector<_Tp, _Alloc>::operator[] >(((std::vector::size_type)light)).Qwt3D::Plot3D::Light::shift.Qwt3D::Triple::z' from 'double' to 'GLfloat {aka float}' inside { } is ill-formed in C++11 [-Wnarrowing] g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_plot.o src/qwt3d_plot.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_label.o src/qwt3d_label.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_types.o src/qwt3d_types.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_enrichment_std.o src/qwt3d_enrichment_std.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_autoscaler.o src/qwt3d_autoscaler.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_io_reader.o src/qwt3d_io_reader.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/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] 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] bool f = false; ^ g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_scale.o src/qwt3d_scale.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_gridmapping.o src/qwt3d_gridmapping.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_parametricsurface.o src/qwt3d_parametricsurface.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_function.o src/qwt3d_function.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_surfaceplot.o src/qwt3d_surfaceplot.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_gridplot.o src/qwt3d_gridplot.cpp src/qwt3d_surfaceplot.cpp: In member function 'void Qwt3D::SurfacePlot::updateNormals()': src/qwt3d_surfaceplot.cpp:97:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (plotStyle() == NOPLOT && !normals() || !actualData_p) ^ g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_meshplot.o src/qwt3d_meshplot.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/qwt3d_io_gl2ps.o src/qwt3d_io_gl2ps.cpp gcc -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/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] 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] static void gl2psPrintSVGPixmap(GLfloat x, GLfloat y, GL2PSimage *pixmap) ^ 3rdparty/gl2ps/gl2ps.c:4993:52: warning: unused parameter 'y' [-Wunused-parameter] static void gl2psPrintSVGPixmap(GLfloat x, GLfloat y, GL2PSimage *pixmap) ^ 3rdparty/gl2ps/gl2ps.c:4993:67: warning: unused parameter 'pixmap' [-Wunused-parameter] static void gl2psPrintSVGPixmap(GLfloat x, GLfloat y, GL2PSimage *pixmap) ^ /usr/lib64/qt-3.3/bin/moc include/qwt3d_plot.h -o tmp/moc_qwt3d_plot.cpp /usr/lib64/qt-3.3/bin/moc include/qwt3d_surfaceplot.h -o tmp/moc_qwt3d_surfaceplot.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/moc_qwt3d_plot.o tmp/moc_qwt3d_plot.cpp g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DGL2PS_HAVE_ZLIB -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -Iinclude -I/usr/lib64/qt-3.3/include -Itmp/ -o tmp/moc_qwt3d_surfaceplot.o tmp/moc_qwt3d_surfaceplot.cpp test -d lib/ || mkdir -p lib/ rm -f libqwtplot3d.so.0.2.7 libqwtplot3d.so libqwtplot3d.so.0 libqwtplot3d.so.0.2 g++ -shared -Wl,-soname,libqwtplot3d.so.0 -o libqwtplot3d.so.0.2.7 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/lib64/qt-3.3/lib -lz -lqt-mt -lGLU -lGL -lXmu -lpthread ln -s libqwtplot3d.so.0.2.7 libqwtplot3d.so ln -s libqwtplot3d.so.0.2.7 libqwtplot3d.so.0 ln -s libqwtplot3d.so.0.2.7 libqwtplot3d.so.0.2 rm -f lib/libqwtplot3d.so.0.2.7 rm -f lib/libqwtplot3d.so rm -f lib/libqwtplot3d.so.0 rm -f lib/libqwtplot3d.so.0.2 mv -f libqwtplot3d.so.0.2.7 libqwtplot3d.so libqwtplot3d.so.0 libqwtplot3d.so.0.2 lib/ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8o8ye5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64 + cd qwtplot3d + /usr/bin/rm -rf /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64 + /usr/bin/mkdir -p /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64/qt-3.3/lib + /usr/bin/install -p -m 0755 lib/libqwtplot3d.so.0.2.7 /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64/qt-3.3/lib + ln -s libqwtplot3d.so.0.2.7 /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64/qt-3.3/lib/libqwtplot3d.so + ln -s libqwtplot3d.so.0.2.7 /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64/qt-3.3/lib/libqwtplot3d.so.0 + /usr/bin/mkdir -p /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64/qt-3.3/include/qwtplot3d + /usr/bin/install -p -m 0644 include/qwt3d_autoptr.h include/qwt3d_autoscaler.h include/qwt3d_axis.h include/qwt3d_color.h include/qwt3d_colorlegend.h include/qwt3d_coordsys.h include/qwt3d_drawable.h include/qwt3d_enrichment.h include/qwt3d_enrichment_std.h include/qwt3d_function.h include/qwt3d_global.h include/qwt3d_graphplot.h include/qwt3d_gridmapping.h include/qwt3d_helper.h include/qwt3d_io.h include/qwt3d_io_gl2ps.h include/qwt3d_io_gl2ps.h.glu include/qwt3d_io_reader.h include/qwt3d_label.h include/qwt3d_mapping.h include/qwt3d_multiplot.h include/qwt3d_openglhelper.h include/qwt3d_openglhelper.h.glu include/qwt3d_parametricsurface.h include/qwt3d_plot.h include/qwt3d_portability.h include/qwt3d_scale.h include/qwt3d_surfaceplot.h include/qwt3d_types.h include/qwt3d_volumeplot.h /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64/qt-3.3/include/qwtplot3d + /usr/bin/mkdir -p /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/include/qwtplot3d + /usr/bin/install -p -m 0644 include/qwt3d_autoptr.h include/qwt3d_autoscaler.h include/qwt3d_axis.h include/qwt3d_color.h include/qwt3d_colorlegend.h include/qwt3d_coordsys.h include/qwt3d_drawable.h include/qwt3d_enrichment.h include/qwt3d_enrichment_std.h include/qwt3d_function.h include/qwt3d_global.h include/qwt3d_graphplot.h include/qwt3d_gridmapping.h include/qwt3d_helper.h include/qwt3d_io.h include/qwt3d_io_gl2ps.h include/qwt3d_io_gl2ps.h.glu include/qwt3d_io_reader.h include/qwt3d_label.h include/qwt3d_mapping.h include/qwt3d_multiplot.h include/qwt3d_openglhelper.h include/qwt3d_openglhelper.h.glu include/qwt3d_parametricsurface.h include/qwt3d_plot.h include/qwt3d_portability.h include/qwt3d_scale.h include/qwt3d_surfaceplot.h include/qwt3d_types.h include/qwt3d_volumeplot.h /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/include/qwtplot3d + cd qt4 + /usr/bin/mkdir -p /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64 + /usr/bin/install -p -m 0755 lib/libqwtplot3d-qt4.so.0.2.7 /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64 + ln -s libqwtplot3d-qt4.so.0.2.7 /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64/libqwtplot3d-qt4.so + ln -s libqwtplot3d-qt4.so.0.2.7 /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64/libqwtplot3d-qt4.so.0 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/qwtplot3d extracting debug info from /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64/libqwtplot3d-qt4.so.0.2.7 extracting debug info from /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/lib64/qt-3.3/lib/libqwtplot3d.so.0.2.7 /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib64/libqwtplot3d-qt4.so.0.2.7.debug to /usr/lib/debug/usr/lib64/libqwtplot3d-qt4.so.0.debug symlinked /usr/lib/debug/usr/lib64/libqwtplot3d-qt4.so.0.2.7.debug to /usr/lib/debug/usr/lib64/libqwtplot3d-qt4.so.debug symlinked /usr/lib/debug/usr/lib64/qt-3.3/lib/libqwtplot3d.so.0.2.7.debug to /usr/lib/debug/usr/lib64/qt-3.3/lib/libqwtplot3d.so.0.debug symlinked /usr/lib/debug/usr/lib64/qt-3.3/lib/libqwtplot3d.so.0.2.7.debug to /usr/lib/debug/usr/lib64/qt-3.3/lib/libqwtplot3d.so.debug cpio: qwtplot3d/qt4/tmp/moc_qwt3d_plot.cpp: Cannot stat: No such file or directory cpio: qwtplot3d/qt4/tmp/moc_qwt3d_surfaceplot.cpp: Cannot stat: No such file or directory 857 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: qwtplot3d-0.2.7-19.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.esbUyL + umask 022 + cd /builddir/build/BUILD + cd qwtplot3d + DOCDIR=/builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-0.2.7 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-0.2.7 + cp -pr COPYING /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-0.2.7 + exit 0 Provides: libqwtplot3d.so.0()(64bit) qwtplot3d = 0.2.7-19.el7.centos qwtplot3d(x86-64) = 0.2.7-19.el7.centos Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libGL.so.1()(64bit) libGLU.so.1()(64bit) libXmu.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libqt-mt.so.3()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: qwtplot3d-devel-0.2.7-19.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iuHZXr + umask 022 + cd /builddir/build/BUILD + cd qwtplot3d + DOCDIR=/builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-devel-0.2.7 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-devel-0.2.7 + cp -pr examples /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-devel-0.2.7 + exit 0 Provides: qwtplot3d-devel = 0.2.7-19.el7.centos qwtplot3d-devel(x86-64) = 0.2.7-19.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libqwtplot3d.so.0()(64bit) Processing files: qwtplot3d-qt4-0.2.7-19.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.EvB6S9 + umask 022 + cd /builddir/build/BUILD + cd qwtplot3d + DOCDIR=/builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-qt4-0.2.7 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-qt4-0.2.7 + cp -pr COPYING /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-qt4-0.2.7 + exit 0 Provides: libqwtplot3d-qt4.so.0()(64bit) qwtplot3d-qt4 = 0.2.7-19.el7.centos qwtplot3d-qt4(x86-64) = 0.2.7-19.el7.centos Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libGL.so.1()(64bit) libQtCore.so.4()(64bit) libQtGui.so.4()(64bit) libQtOpenGL.so.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: qwtplot3d-qt4-devel-0.2.7-19.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Gk20SR + umask 022 + cd /builddir/build/BUILD + cd qwtplot3d + DOCDIR=/builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-qt4-devel-0.2.7 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-qt4-devel-0.2.7 + cp -pr examples /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64/usr/share/doc/qwtplot3d-qt4-devel-0.2.7 + exit 0 Provides: qwtplot3d-qt4-devel = 0.2.7-19.el7.centos qwtplot3d-qt4-devel(x86-64) = 0.2.7-19.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libqwtplot3d-qt4.so.0()(64bit) Processing files: qwtplot3d-debuginfo-0.2.7-19.el7.centos.x86_64 Provides: qwtplot3d-debuginfo = 0.2.7-19.el7.centos qwtplot3d-debuginfo(x86-64) = 0.2.7-19.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64 Wrote: /builddir/build/RPMS/qwtplot3d-0.2.7-19.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/qwtplot3d-devel-0.2.7-19.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/qwtplot3d-qt4-0.2.7-19.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/qwtplot3d-qt4-devel-0.2.7-19.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/qwtplot3d-debuginfo-0.2.7-19.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SnkcMo + umask 022 + cd /builddir/build/BUILD + cd qwtplot3d + /usr/bin/rm -rf /builddir/build/BUILDROOT/qwtplot3d-0.2.7-19.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->