+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/coldet.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gAhtFf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf coldet + /usr/bin/unzip -qq /builddir/build/SOURCES/coldet12.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd coldet + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (coldet-1.1-fixes.patch):' Patch #0 (coldet-1.1-fixes.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fixes --fuzz=0 patching file src/box.cpp patching file src/coldetimpl.h patching file src/makefile.g++ patching file src/math3d.h patching file src/mytritri.h + echo 'Patch #1 (coldet-1.2-gcc46.patch):' Patch #1 (coldet-1.2-gcc46.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/box.h + sed -i 's/\r//' readme.txt COPYING doc/quickstart.html doc/html/annotated.html doc/html/box_bld_cpp-source.html doc/html/box_bld_cpp.html doc/html/box_cpp-source.html doc/html/box_cpp.html doc/html/box_h-source.html doc/html/box_h.html doc/html/class_Box-members.html doc/html/class_Box.html doc/html/class_BoxTreeInnerNode-members.html doc/html/class_BoxTreeInnerNode.html doc/html/class_BoxTreeNode-members.html doc/html/class_BoxTreeNode.html doc/html/class_BoxedTriangle-members.html doc/html/class_BoxedTriangle.html doc/html/class_Check-members.html doc/html/class_Check.html doc/html/class_CollisionModel3D-members.html doc/html/class_CollisionModel3D.html doc/html/class_CollisionModel3DImpl-members.html doc/html/class_CollisionModel3DImpl.html doc/html/class_Inconsistency.html doc/html/class_RotationState-members.html doc/html/class_RotationState.html doc/html/class_TimeoutExpired.html doc/html/class_Triangle-members.html doc/html/class_Triangle.html doc/html/class_TriangleDesc-members.html doc/html/class_TriangleDesc.html doc/html/coldet_bld_cpp-source.html doc/html/coldet_bld_cpp.html doc/html/coldet_cpp-source.html doc/html/coldet_cpp.html doc/html/coldet_dsp-source.html doc/html/coldet_dsp.html doc/html/coldet_h-source.html doc/html/coldet_h.html doc/html/coldetimpl_h-source.html doc/html/coldetimpl_h.html doc/html/files.html doc/html/functions.html doc/html/globals.html doc/html/hierarchy.html doc/html/index.html doc/html/makefile_g++-source.html doc/html/makefile_g++.html doc/html/math3d_cpp-source.html doc/html/math3d_cpp.html doc/html/math3d_h-source.html doc/html/math3d_h.html doc/html/mytritri_cpp-source.html doc/html/mytritri_cpp.html doc/html/mytritri_h-source.html doc/html/mytritri_h.html doc/html/struct_Matrix3-members.html doc/html/struct_Matrix3.html doc/html/struct_Matrix3D-members.html doc/html/struct_Matrix3D.html doc/html/struct_Plane-members.html doc/html/struct_Plane.html doc/html/struct_Vector3D-members.html doc/html/struct_Vector3D.html doc/html/sysdep_cpp-source.html doc/html/sysdep_cpp.html doc/html/sysdep_h-source.html doc/html/sysdep_h.html doc/html/tritri_c-source.html doc/html/tritri_c.html doc/html/doxygen.css + mv doc/quickstart.html doc/html + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.p8sKbS + umask 022 + cd /builddir/build/BUILD + cd coldet + pushd src ~/build/BUILD/coldet/src ~/build/BUILD/coldet + make -j4 -f makefile.g++ 'OPT=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPIC -DGCC coldet.cpp g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPIC -DGCC coldet_bld.cpp g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPIC -DGCC box.cpp g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPIC -DGCC box_bld.cpp In file included from coldetimpl.h:28:0, from coldet_bld.cpp:25: box.h: In constructor 'BoxTreeInnerNode::BoxTreeInnerNode(const Vector3D&, const Vector3D&, int)': box.h:191:31: warning: 'BoxTreeInnerNode::m_logdepth' will be initialized after [-Wreorder] int m_logdepth; ^~~~~~~~~~ box.h:188:31: warning: 'bool BoxTreeInnerNode::m_OwnFirst' [-Wreorder] bool m_OwnFirst; ^~~~~~~~~~ box.h:150:3: warning: when initialized here [-Wreorder] BoxTreeInnerNode(const Vector3D& pos, const Vector3D& size, int logdepth) ^~~~~~~~~~~~~~~~ In file included from box.cpp:25:0: box.h: In constructor 'BoxTreeInnerNode::BoxTreeInnerNode(const Vector3D&, const Vector3D&, int)': box.h:191:31: warning: 'BoxTreeInnerNode::m_logdepth' will be initialized after [-Wreorder] int m_logdepth; ^~~~~~~~~~ box.h:188:31: warning: 'bool BoxTreeInnerNode::m_OwnFirst' [-Wreorder] bool m_OwnFirst; ^~~~~~~~~~ box.h:150:3: warning: when initialized here [-Wreorder] BoxTreeInnerNode(const Vector3D& pos, const Vector3D& size, int logdepth) ^~~~~~~~~~~~~~~~ In file included from box_bld.cpp:25:0: box.h: In constructor 'BoxTreeInnerNode::BoxTreeInnerNode(const Vector3D&, const Vector3D&, int)': box.h:191:31: warning: 'BoxTreeInnerNode::m_logdepth' will be initialized after [-Wreorder] int m_logdepth; ^~~~~~~~~~ box.h:188:31: warning: 'bool BoxTreeInnerNode::m_OwnFirst' [-Wreorder] bool m_OwnFirst; ^~~~~~~~~~ box.h:150:3: warning: when initialized here [-Wreorder] BoxTreeInnerNode(const Vector3D& pos, const Vector3D& size, int logdepth) ^~~~~~~~~~~~~~~~ In file included from coldetimpl.h:28:0, from coldet.cpp:25: box.h: In constructor 'BoxTreeInnerNode::BoxTreeInnerNode(const Vector3D&, const Vector3D&, int)': box.h:191:31: warning: 'BoxTreeInnerNode::m_logdepth' will be initialized after [-Wreorder] int m_logdepth; ^~~~~~~~~~ box.h:188:31: warning: 'bool BoxTreeInnerNode::m_OwnFirst' [-Wreorder] bool m_OwnFirst; ^~~~~~~~~~ box.h:150:3: warning: when initialized here [-Wreorder] BoxTreeInnerNode(const Vector3D& pos, const Vector3D& size, int logdepth) ^~~~~~~~~~~~~~~~ box_bld.cpp: In member function 'int BoxTreeInnerNode::divide(int)': box_bld.cpp:134:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(unsigned i=0;i