<86>Apr 14 02:51:09 userdel[87685]: delete user 'rooter' <86>Apr 14 02:51:09 userdel[87685]: removed group 'rooter' owned by 'rooter' <86>Apr 14 02:51:09 userdel[87685]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 14 02:51:09 groupadd[87721]: group added to /etc/group: name=rooter, GID=561 <86>Apr 14 02:51:09 groupadd[87721]: group added to /etc/gshadow: name=rooter <86>Apr 14 02:51:09 groupadd[87721]: new group: name=rooter, GID=561 <86>Apr 14 02:51:09 useradd[87743]: new user: name=rooter, UID=561, GID=561, home=/root, shell=/bin/bash <86>Apr 14 02:51:09 userdel[87833]: delete user 'builder' <86>Apr 14 02:51:09 userdel[87833]: removed group 'builder' owned by 'builder' <86>Apr 14 02:51:09 userdel[87833]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 02:51:09 groupadd[87866]: group added to /etc/group: name=builder, GID=562 <86>Apr 14 02:51:09 groupadd[87866]: group added to /etc/gshadow: name=builder <86>Apr 14 02:51:09 groupadd[87866]: new group: name=builder, GID=562 <86>Apr 14 02:51:09 useradd[87885]: new user: name=builder, UID=562, GID=562, home=/usr/src, shell=/bin/bash <13>Apr 14 02:51:12 rpmi: libCVector-1.0.3.1-alt2 1316809894 installed <13>Apr 14 02:51:12 rpmi: gcc-c++-common-1.4.20-alt1 1432315196 installed <13>Apr 14 02:51:12 rpmi: libstdc++5-devel-5.3.1-alt3.M80P.1 p8+225520.100.3.1 1553688800 installed <13>Apr 14 02:51:13 rpmi: gcc5-c++-5.3.1-alt3.M80P.1 p8+225520.100.3.1 1553688800 installed <13>Apr 14 02:51:13 rpmi: libCVector-devel-1.0.3.1-alt2 1316809894 installed Installing NearTree-3.1.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.19959 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf NearTree-3.1.1 + echo 'Source #0 (NearTree-3.1.1.tar.gz):' Source #0 (NearTree-3.1.1.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/NearTree-3.1.1.tar.gz + /bin/tar -xf - + cd NearTree-3.1.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (NearTree-3.1-fedora.patch):' Patch #0 (NearTree-3.1-fedora.patch): + /usr/bin/patch -p1 -b --suffix .fedora patching file Makefile + echo 'Patch #1 (NearTree-3.1-lib64.patch):' Patch #1 (NearTree-3.1-lib64.patch): + /usr/bin/patch -p1 -b --suffix .lib64 patching file Makefile + sed -i 's,\(--mode=\(compile\|link\)\) \$(\(CC\|CXX\)),--tag=\3 &,' Makefile + mv README_NearTree.txt README_NearTree.txt.orig + tr -d '\r' + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.51402 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd NearTree-3.1.1 + '[' -n '' ']' + NPROCS=8 + make -j8 all 'CFLAGS=-pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1' make: Entering directory `/usr/src/RPM/BUILD/NearTree-3.1.1' mkdir ./lib64 mkdir ./bin libtool --tag=CC --mode=compile gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -c -c ./CNearTree.c libtool --tag=CXX --mode=link g++ -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -lm \ -o bin/CPPMain libtool --tag=CXX --mode=link g++ -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTest libtool-default: compile: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -c -c ./CNearTree.c -fPIC -DPIC -o .libs/CNearTree.o ./CNearTree.c: In function 'CNearTreeGetDimEstimate': ./CNearTree.c:1179:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] int bResult; ^ ./CNearTree.c:1178:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] double dummy; ^ ./CNearTree.c:1171:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] size_t probe_index; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert': ./CNearTree.c:1582:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c:1577:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] double dTempLeftRight = 0; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': ./CNearTree.c:1707:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': ./CNearTree.c:1978:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] double dummyrand; ^ libtool-default: link: g++ -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.cpp ./v.cpp -o bin/CPPNearTreeTest -lm libtool-default: link: g++ -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -o bin/CPPMain -lm ./CNearTreeTest.cpp: In function 'void testIterators()': ./CNearTreeTest.cpp:1901:30: warning: variable 'itTest' set but not used [-Wunused-but-set-variable] CNearTree::iterator itTest = tree.end( ); ^ libtool-default: compile: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -c -c ./CNearTree.c -o CNearTree.o >/dev/null 2>&1 libtool --tag=CC --mode=link gcc -version-info 6:0:1 -no-undefined -rpath /usr/local/lib64 -o ./lib64/libCNearTree.la CNearTree.lo -I. \ -lCVector -lm libtool-default: link: x86_64-alt-linux-gcc -shared -fPIC -DPIC .libs/CNearTree.o -lCVector -lm -Wl,-soname -Wl,libCNearTree.so.5 -o ./lib64/.libs/libCNearTree.so.5.1.0 libtool-default: link: (cd "./lib64/.libs" && rm -f "libCNearTree.so.5" && ln -s "libCNearTree.so.5.1.0" "libCNearTree.so.5") libtool-default: link: (cd "./lib64/.libs" && rm -f "libCNearTree.so" && ln -s "libCNearTree.so.5.1.0" "libCNearTree.so") libtool-default: link: ar cru ./lib64/.libs/libCNearTree.a CNearTree.o libtool-default: link: ranlib ./lib64/.libs/libCNearTree.a libtool-default: link: ( cd "./lib64/.libs" && rm -f "libCNearTree.la" && ln -s "../libCNearTree.la" "libCNearTree.la" ) libtool --tag=CC --mode=link gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CMain libtool --tag=CC --mode=link gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTest libtool --tag=CC --mode=link gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTestInst libtool-default: link: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c -o bin/.libs/CMain ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 libtool-default: link: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTest ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 libtool-default: link: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTestInst ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 ./CNearTreeTest.c: In function 'testEmptyTree': ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * nFar; ^ ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * close; ^ ./CNearTreeTest.c: In function 'testFindLastObject': ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] double fFinal; ^ ./CNearTreeTest.c: In function 'testBigVector': ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] double CNEARTREE_FAR * vExtreme; ^ ./CNearTreeTest.c: In function 'testEmptyTree': ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * nFar; ^ ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * close; ^ ./CNearTreeTest.c: In function 'testFindLastObject': ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] double fFinal; ^ ./CNearTreeTest.c: In function 'testBigVector': ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] double CNEARTREE_FAR * vExtreme; ^ ./CNearTree.c: In function 'CNearTreeGetDimEstimate': ./CNearTree.c:1179:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] int bResult; ^ ./CNearTree.c:1178:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] double dummy; ^ ./CNearTree.c:1171:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] size_t probe_index; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert': ./CNearTree.c:1582:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c:1577:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] double dTempLeftRight = 0; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': ./CNearTree.c:1707:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': ./CNearTree.c:1978:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] double dummyrand; ^ ./CNearTree.c: In function 'CNearTreeGetDimEstimate': ./CNearTree.c:1179:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] int bResult; ^ ./CNearTree.c:1178:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] double dummy; ^ ./CNearTree.c:1171:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] size_t probe_index; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert': ./CNearTree.c:1582:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c:1577:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] double dTempLeftRight = 0; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': ./CNearTree.c:1707:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': ./CNearTree.c:1978:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] double dummyrand; ^ ./CNearTree.c: In function 'CNearTreeGetDimEstimate': ./CNearTree.c:1179:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] int bResult; ^ ./CNearTree.c:1178:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] double dummy; ^ ./CNearTree.c:1171:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] size_t probe_index; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert': ./CNearTree.c:1582:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c:1577:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] double dTempLeftRight = 0; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': ./CNearTree.c:1707:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': ./CNearTree.c:1978:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] double dummyrand; ^ make: Leaving directory `/usr/src/RPM/BUILD/NearTree-3.1.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.98494 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/NearTree-buildroot + : + /bin/rm -rf -- /usr/src/tmp/NearTree-buildroot + cd NearTree-3.1.1 + make 'INSTALL=/bin/install -p' install 'CFLAGS=-pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1' INSTALL_PREFIX=/usr/src/tmp/NearTree-buildroot/usr make: Entering directory `/usr/src/RPM/BUILD/NearTree-3.1.1' libtool --tag=CXX --mode=link g++ -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -lm \ -o bin/CPPMain libtool-default: link: g++ -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -o bin/CPPMain -lm libtool --tag=CC --mode=link gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CMain libtool-default: link: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c -o bin/.libs/CMain ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 ./CNearTree.c: In function 'CNearTreeGetDimEstimate': ./CNearTree.c:1179:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] int bResult; ^ ./CNearTree.c:1178:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] double dummy; ^ ./CNearTree.c:1171:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] size_t probe_index; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert': ./CNearTree.c:1582:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c:1577:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] double dTempLeftRight = 0; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': ./CNearTree.c:1707:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': ./CNearTree.c:1978:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] double dummyrand; ^ libtool --tag=CC --mode=link gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTest libtool-default: link: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTest ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 ./CNearTreeTest.c: In function 'testEmptyTree': ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * nFar; ^ ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * close; ^ ./CNearTreeTest.c: In function 'testFindLastObject': ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] double fFinal; ^ ./CNearTreeTest.c: In function 'testBigVector': ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] double CNEARTREE_FAR * vExtreme; ^ ./CNearTree.c: In function 'CNearTreeGetDimEstimate': ./CNearTree.c:1179:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] int bResult; ^ ./CNearTree.c:1178:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] double dummy; ^ ./CNearTree.c:1171:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] size_t probe_index; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert': ./CNearTree.c:1582:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c:1577:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] double dTempLeftRight = 0; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': ./CNearTree.c:1707:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': ./CNearTree.c:1978:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] double dummyrand; ^ libtool --tag=CC --mode=link gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTestInst libtool-default: link: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTestInst ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 ./CNearTreeTest.c: In function 'testEmptyTree': ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * nFar; ^ ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * close; ^ ./CNearTreeTest.c: In function 'testFindLastObject': ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] double fFinal; ^ ./CNearTreeTest.c: In function 'testBigVector': ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] double CNEARTREE_FAR * vExtreme; ^ ./CNearTree.c: In function 'CNearTreeGetDimEstimate': ./CNearTree.c:1179:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] int bResult; ^ ./CNearTree.c:1178:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] double dummy; ^ ./CNearTree.c:1171:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] size_t probe_index; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert': ./CNearTree.c:1582:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c:1577:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] double dTempLeftRight = 0; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': ./CNearTree.c:1707:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': ./CNearTree.c:1978:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] double dummyrand; ^ mkdir -p /usr/src/tmp/NearTree-buildroot/usr mkdir -p /usr/src/tmp/NearTree-buildroot/usr/lib64 mkdir -p /usr/src/tmp/NearTree-buildroot/usr/include libtool --mode=install cp ./lib64/libCNearTree.la /usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.la libtool-default: install: cp ./lib64/.libs/libCNearTree.so.5.1.0 /usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.so.5.1.0 libtool-default: install: (cd /usr/src/tmp/NearTree-buildroot/usr/lib64 && { ln -s -f libCNearTree.so.5.1.0 libCNearTree.so.5 || { rm -f libCNearTree.so.5 && ln -s libCNearTree.so.5.1.0 libCNearTree.so.5; }; }) libtool-default: install: (cd /usr/src/tmp/NearTree-buildroot/usr/lib64 && { ln -s -f libCNearTree.so.5.1.0 libCNearTree.so || { rm -f libCNearTree.so && ln -s libCNearTree.so.5.1.0 libCNearTree.so; }; }) libtool-default: install: cp ./lib64/.libs/libCNearTree.lai /usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.la libtool-default: install: cp ./lib64/.libs/libCNearTree.a /usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.a libtool-default: install: chmod 644 /usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.a libtool-default: install: ranlib /usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.a libtool-default: install: warning: remember to run `libtool-default --finish /usr/local/lib64' libtool --mode=finish /usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.la cp /usr/src/tmp/NearTree-buildroot/usr/include/TNear.h /usr/src/tmp/NearTree-buildroot/usr/include/TNear_old.h cp: cannot stat '/usr/src/tmp/NearTree-buildroot/usr/include/TNear.h': No such file or directory make: [install] Error 1 (ignored) cp /usr/src/tmp/NearTree-buildroot/usr/include/CNearTree.h /usr/src/tmp/NearTree-buildroot/usr/include/CNearTree_old.h cp: cannot stat '/usr/src/tmp/NearTree-buildroot/usr/include/CNearTree.h': No such file or directory make: [install] Error 1 (ignored) cp ./TNear.h /usr/src/tmp/NearTree-buildroot/usr/include/TNear.h cp ./rhrand.h /usr/src/tmp/NearTree-buildroot/usr/include/rhrand.h cp ./triple.h /usr/src/tmp/NearTree-buildroot/usr/include/triple.h cp ./CNearTree.h /usr/src/tmp/NearTree-buildroot/usr/include/CNearTree.h chmod 644 /usr/src/tmp/NearTree-buildroot/usr/include/TNear.h chmod 644 /usr/src/tmp/NearTree-buildroot/usr/include/CNearTree.h chmod 644 /usr/src/tmp/NearTree-buildroot/usr/include/rhrand.h chmod 644 /usr/src/tmp/NearTree-buildroot/usr/include/triple.h echo "Testing final install dynamic" Testing final install dynamic libtool --tag=CC --mode=link gcc -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -rdynamic -I/usr/src/tmp/NearTree-buildroot/usr/include -I. ./CNearTreeTest.c \ -L/usr/src/tmp/NearTree-buildroot/usr/lib64 -lCNearTree -lCVector -lm -o ./bin/CNearTreeTest_dynamic libtool-default: link: warning: library `/usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.la' was moved. libtool-default: link: warning: library `/usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.la' was moved. libtool-default: link: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -rdynamic -I/usr/src/tmp/NearTree-buildroot/usr/include -I. ./CNearTreeTest.c -o ./bin/CNearTreeTest_dynamic -L/usr/src/tmp/NearTree-buildroot/usr/lib64 /usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/src/tmp/NearTree-buildroot/usr/lib64 -Wl,-rpath -Wl,/usr/src/tmp/NearTree-buildroot/usr/lib64 ./CNearTreeTest.c: In function 'testEmptyTree': ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * nFar; ^ ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * close; ^ ./CNearTreeTest.c: In function 'testFindLastObject': ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] double fFinal; ^ ./CNearTreeTest.c: In function 'testBigVector': ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] double CNEARTREE_FAR * vExtreme; ^ ./bin/CNearTreeTest_dynamic testFindFirstObject testFindLastObject testFindInSphereFromBottom testFindInSphereFromTop testFindOutSphere testFindInAnnulus testRandomTree1 testBackwardForward testBigVector testDelayedInsertion testKNearFar test4Sphere testStrings No errors were detected while testing CNearTree echo "Testing final install static" Testing final install static libtool --tag=CC --mode=link gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -static-libtool-libs -I/usr/src/tmp/NearTree-buildroot/usr/include -I. ./CNearTreeTest.c \ -L/usr/src/tmp/NearTree-buildroot/usr/lib64 -lCNearTree -lCVector -lm -o ./bin/CNearTreeTest_static libtool-default: link: warning: library `/usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.la' was moved. libtool-default: link: warning: library `/usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.la' was moved. libtool-default: link: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I/usr/src/tmp/NearTree-buildroot/usr/include -I. ./CNearTreeTest.c -o ./bin/CNearTreeTest_static -L/usr/src/tmp/NearTree-buildroot/usr/lib64 /usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.a -lCVector -lm ./CNearTreeTest.c: In function 'testEmptyTree': ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * nFar; ^ ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * close; ^ ./CNearTreeTest.c: In function 'testFindLastObject': ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] double fFinal; ^ ./CNearTreeTest.c: In function 'testBigVector': ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] double CNEARTREE_FAR * vExtreme; ^ ./bin/CNearTreeTest_static testFindFirstObject testFindLastObject testFindInSphereFromBottom testFindInSphereFromTop testFindOutSphere testFindInAnnulus testRandomTree1 testBackwardForward testBigVector testDelayedInsertion testKNearFar test4Sphere testStrings No errors were detected while testing CNearTree make: Leaving directory `/usr/src/RPM/BUILD/NearTree-3.1.1' + find /usr/src/tmp/NearTree-buildroot -name '*.la' -exec rm -f '{}' ';' + find /usr/src/tmp/NearTree-buildroot -name '*.a' -exec rm -f '{}' ';' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/NearTree-buildroot (auto) mode of './usr/lib64/libCNearTree.so.5.1.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/NearTree-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/NearTree-buildroot (auto) Adjusting library links in /usr/src/tmp/NearTree-buildroot ./usr/lib64: libCNearTree.so.5 -> libCNearTree.so.5.1.0 Verifying ELF objects in /usr/src/tmp/NearTree-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.95483 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd NearTree-3.1.1 ++ gcc -dumpversion ++ cut -d . -f 1-2 + '[' 5.3 = 4.4 ']' + make tests 'CFLAGS=-pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1' make: Entering directory `/usr/src/RPM/BUILD/NearTree-3.1.1' libtool --tag=CXX --mode=link g++ -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -lm \ -o bin/CPPMain libtool-default: link: g++ -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -o bin/CPPMain -lm libtool --tag=CXX --mode=link g++ -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main_flip.cpp ./v.cpp -lm \ -o bin/CPPMain_Flip libtool-default: link: g++ -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main_flip.cpp ./v.cpp -o bin/CPPMain_Flip -lm libtool --tag=CXX --mode=link g++ -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTest libtool-default: link: g++ -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.cpp ./v.cpp -o bin/CPPNearTreeTest -lm ./CNearTreeTest.cpp: In function 'void testIterators()': ./CNearTreeTest.cpp:1901:30: warning: variable 'itTest' set but not used [-Wunused-but-set-variable] CNearTree::iterator itTest = tree.end( ); ^ libtool --tag=CXX --mode=link g++ -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTestInst libtool-default: link: g++ -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.cpp ./v.cpp -o bin/CPPNearTreeTestInst -lm ./CNearTreeTest.cpp: In function 'void testIterators()': ./CNearTreeTest.cpp:1901:30: warning: variable 'itTest' set but not used [-Wunused-but-set-variable] CNearTree::iterator itTest = tree.end( ); ^ libtool --tag=CC --mode=link gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CMain libtool-default: link: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c -o bin/.libs/CMain ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 ./CNearTree.c: In function 'CNearTreeGetDimEstimate': ./CNearTree.c:1179:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] int bResult; ^ ./CNearTree.c:1178:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] double dummy; ^ ./CNearTree.c:1171:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] size_t probe_index; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert': ./CNearTree.c:1582:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c:1577:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] double dTempLeftRight = 0; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': ./CNearTree.c:1707:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': ./CNearTree.c:1978:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] double dummyrand; ^ libtool --tag=CC --mode=link gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTest libtool-default: link: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTest ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 ./CNearTreeTest.c: In function 'testEmptyTree': ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * nFar; ^ ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * close; ^ ./CNearTreeTest.c: In function 'testFindLastObject': ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] double fFinal; ^ ./CNearTreeTest.c: In function 'testBigVector': ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] double CNEARTREE_FAR * vExtreme; ^ ./CNearTree.c: In function 'CNearTreeGetDimEstimate': ./CNearTree.c:1179:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] int bResult; ^ ./CNearTree.c:1178:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] double dummy; ^ ./CNearTree.c:1171:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] size_t probe_index; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert': ./CNearTree.c:1582:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c:1577:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] double dTempLeftRight = 0; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': ./CNearTree.c:1707:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': ./CNearTree.c:1978:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] double dummyrand; ^ libtool --tag=CXX --mode=link g++ -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED -DCNEARTREE_FORCEFLIP ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTestInstFlip libtool-default: link: g++ -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED -DCNEARTREE_FORCEFLIP ./CNearTreeTest.cpp ./v.cpp -o bin/CPPNearTreeTestInstFlip -lm ./CNearTreeTest.cpp: In function 'void testIterators()': ./CNearTreeTest.cpp:1901:30: warning: variable 'itTest' set but not used [-Wunused-but-set-variable] CNearTree::iterator itTest = tree.end( ); ^ libtool --tag=CXX --mode=link g++ -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED -DCNEARTREE_NODEFER ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTestInstNoDefer libtool-default: link: g++ -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED -DCNEARTREE_NODEFER ./CNearTreeTest.cpp ./v.cpp -o bin/CPPNearTreeTestInstNoDefer -lm ./CNearTreeTest.cpp: In function 'void testIterators()': ./CNearTreeTest.cpp:1901:30: warning: variable 'itTest' set but not used [-Wunused-but-set-variable] CNearTree::iterator itTest = tree.end( ); ^ libtool --tag=CXX --mode=link g++ -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED -DCNEARTREE_NOFLIP ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTestInstNoFlip libtool-default: link: g++ -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED -DCNEARTREE_NOFLIP ./CNearTreeTest.cpp ./v.cpp -o bin/CPPNearTreeTestInstNoFlip -lm ./CNearTreeTest.cpp: In function 'void testIterators()': ./CNearTreeTest.cpp:1901:30: warning: variable 'itTest' set but not used [-Wunused-but-set-variable] CNearTree::iterator itTest = tree.end( ); ^ libtool --tag=CXX --mode=link g++ -no-undefined -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED -DCNEARTREE_NOFLIP -DCNEARTREE_NODEFER ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTestInstNoFlipNoDefer libtool-default: link: g++ -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED -DCNEARTREE_NOFLIP -DCNEARTREE_NODEFER ./CNearTreeTest.cpp ./v.cpp -o bin/CPPNearTreeTestInstNoFlipNoDefer -lm ./CNearTreeTest.cpp: In function 'void testIterators()': ./CNearTreeTest.cpp:1901:30: warning: variable 'itTest' set but not used [-Wunused-but-set-variable] CNearTree::iterator itTest = tree.end( ); ^ libtool --tag=CC --mode=link gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTestInst libtool-default: link: gcc -pipe -Wall -g -O2 -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTestInst ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 ./CNearTreeTest.c: In function 'testEmptyTree': ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * nFar; ^ ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] int CNEARTREE_FAR * close; ^ ./CNearTreeTest.c: In function 'testFindLastObject': ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] double fFinal; ^ ./CNearTreeTest.c: In function 'testBigVector': ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] double CNEARTREE_FAR * vExtreme; ^ ./CNearTree.c: In function 'CNearTreeGetDimEstimate': ./CNearTree.c:1179:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] int bResult; ^ ./CNearTree.c:1178:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] double dummy; ^ ./CNearTree.c:1171:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] size_t probe_index; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert': ./CNearTree.c:1582:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c:1577:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] double dTempLeftRight = 0; ^ ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': ./CNearTree.c:1707:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^ ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': ./CNearTree.c:1978:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] double dummyrand; ^ time ./bin/CPPMain 3458923 > ./CPPMain.lst 0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 3308maxresident)k 0inputs+0outputs (0major+155minor)pagefaults 0swaps time ./bin/CPPMain_Flip 3458923 > ./CPPMain_Flip.lst 0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 3352maxresident)k 0inputs+0outputs (0major+156minor)pagefaults 0swaps time ./bin/CMain 3458923 > ./CMain.lst 1.23user 0.04system 0:01.24elapsed 102%CPU (0avgtext+0avgdata 54836maxresident)k 0inputs+0outputs (0major+20426minor)pagefaults 0swaps time ./bin/CPPNearTreeTest testEmptyTree testSeparation time 0.056943 testFindFirstObject time 0.000041 testFindLastObject time 0.000533 testFindInSphereFromBottom testFindInSphereFromTop testOutSphere testFindInAnnulus: dimension estimate 1.86807 testFindInAnnulus testRandomTree1 testRandomTree2 testBigVector: dimension estimate 11 FarthestNeighbor time 0.036468 testBigVector: dimension estimate 9 FarthestNeighbor Left time 0.029513 testBigVector testBigIntVec: dimension estimate 11.6604 testBigIntVector time 0.000611 testBigIntVector Left time 0.000615 testBigIntVec testBackwardForward testDelayedInsertionRandom: tree depth is 183 testDelayedInsertion testDelayedInsertionRandom: tree depth is 19 CompleteDelayedInsertRandom testIterators testIntegerReturn testMisc testSTLContainerInput testKNearFar testMergeConstructor time 0.000008 testOperatorPlusEquals time 0.000021 testOperatorMinusEquals time 0.000008 testSetSymmetricDifference time 0.000013 testCentroid time 0.000005 testLloyd time 0.011291 No errors were detected while testing CNearTree 0.16user 0.01system 0:00.17elapsed 99%CPU (0avgtext+0avgdata 57724maxresident)k 0inputs+0outputs (0major+7723minor)pagefaults 0swaps time ./bin/CPPNearTreeTestInst testEmptyTree testSeparation time 0.055368 testFindFirstObject time 0.000052 testFindLastObject time 0.000802 testFindInSphereFromBottom testFindInSphereFromTop testOutSphere testFindInAnnulus: dimension estimate 1.86807 testFindInAnnulus testRandomTree1 testRandomTree2 testBigVector: dimension estimate 11 FarthestNeighbor time 0.036449, visits 88030 testBigVector: dimension estimate 9 FarthestNeighbor Left time 0.029411, visits 88793 testBigVector testBigIntVec: dimension estimate 11.6604 testBigIntVector time 0.000643, visits 952 testBigIntVector Left time 0.000647, visits 959 testBigIntVec testBackwardForward testDelayedInsertionRandom: tree depth is 183 testDelayedInsertion testDelayedInsertionRandom: tree depth is 19 CompleteDelayedInsertRandom testIterators testIntegerReturn testMisc testSTLContainerInput testKNearFar testMergeConstructor time 0.000008 testOperatorPlusEquals time 0.000022 testOperatorMinusEquals time 0.000008 testSetSymmetricDifference time 0.000014 testCentroid time 0.000005 testLloyd time 0.015999 No errors were detected while testing CNearTree 0.17user 0.01system 0:00.18elapsed 98%CPU (0avgtext+0avgdata 59212maxresident)k 0inputs+0outputs (0major+5009minor)pagefaults 0swaps time ./bin/CPPNearTreeTestInstFlip Flag NTF_ForceFlip set testEmptyTree testSeparation time 0.057936 testFindFirstObject time 0.000042 testFindLastObject time 0.000823 testFindInSphereFromBottom testFindInSphereFromTop testOutSphere testFindInAnnulus: dimension estimate 1.86807 testFindInAnnulus testRandomTree1 testRandomTree2 testBigVector: dimension estimate 11 FarthestNeighbor time 0.036862, visits 88030 testBigVector: dimension estimate 9 FarthestNeighbor Left time 0.029638, visits 88793 testBigVector testBigIntVec: dimension estimate 11.6604 testBigIntVector time 0.000609, visits 952 testBigIntVector Left time 0.000616, visits 959 testBigIntVec testBackwardForward testDelayedInsertionRandom: tree depth is 183 testDelayedInsertion testDelayedInsertionRandom: tree depth is 19 CompleteDelayedInsertRandom testIterators testIntegerReturn testMisc testSTLContainerInput testKNearFar testMergeConstructor time 0.000008 testOperatorPlusEquals time 0.000022 testOperatorMinusEquals time 0.000009 testSetSymmetricDifference time 0.000013 testCentroid time 0.000005 testLloyd time 0.015988 No errors were detected while testing CNearTree 0.17user 0.01system 0:00.25elapsed 74%CPU (0avgtext+0avgdata 57976maxresident)k 0inputs+0outputs (0major+7765minor)pagefaults 0swaps time ./bin/CPPNearTreeTestInstNoDefer Flag NTF_NoDefer set testEmptyTree testSeparation time 0.057676 testFindFirstObject time 0.000060 testFindLastObject time 0.002243 testFindInSphereFromBottom testFindInSphereFromTop testOutSphere testFindInAnnulus: dimension estimate 1.60538 testFindInAnnulus testRandomTree1 testRandomTree2 testBigVector: dimension estimate 11 FarthestNeighbor time 0.062892, visits 87616 testBigVector: dimension estimate 11 FarthestNeighbor Left time 0.061904, visits 88388 testBigVector testBigIntVec: dimension estimate 11.5267 testBigIntVector time 0.000592, visits 900 testBigIntVector Left time 0.000596, visits 900 testBigIntVec testBackwardForward testDelayedInsertionRandom: tree depth is 325 testDelayedInsertion testIterators testIntegerReturn testMisc testSTLContainerInput testKNearFar testMergeConstructor time 0.000020 testOperatorPlusEquals time 0.000027 testOperatorMinusEquals time 0.000008 testSetSymmetricDifference time 0.000019 testCentroid time 0.000013 testLloyd time 0.032395 No errors were detected while testing CNearTree 0.29user 0.01system 0:00.42elapsed 74%CPU (0avgtext+0avgdata 58716maxresident)k 0inputs+0outputs (0major+7944minor)pagefaults 0swaps time ./bin/CPPNearTreeTestInstNoFlip Flag NTF_NoFlip set testEmptyTree testSeparation time 0.057035 testFindFirstObject time 0.000040 testFindLastObject time 0.000751 testFindInSphereFromBottom testFindInSphereFromTop testOutSphere testFindInAnnulus: dimension estimate 1.86807 testFindInAnnulus testRandomTree1 testRandomTree2 testBigVector: dimension estimate 11 FarthestNeighbor time 0.034239, visits 87865 testBigVector: dimension estimate 10 FarthestNeighbor Left time 0.029387, visits 88734 testBigVector testBigIntVec: dimension estimate 10.3974 testBigIntVector time 0.000592, visits 910 testBigIntVector Left time 0.000599, visits 921 testBigIntVec testBackwardForward testDelayedInsertionRandom: tree depth is 215 testDelayedInsertion testDelayedInsertionRandom: tree depth is 22 CompleteDelayedInsertRandom testIterators testIntegerReturn testMisc testSTLContainerInput testKNearFar testMergeConstructor time 0.000008 testOperatorPlusEquals time 0.000023 testOperatorMinusEquals time 0.000008 testSetSymmetricDifference time 0.000013 testCentroid time 0.000005 testLloyd time 0.017191 No errors were detected while testing CNearTree 0.17user 0.01system 0:00.18elapsed 99%CPU (0avgtext+0avgdata 58496maxresident)k 0inputs+0outputs (0major+7895minor)pagefaults 0swaps time ./bin/CNearTreeTest --debug Debug enabled CNearTreeTest: testFindLastObject: depth=255, size=510 CNearTreeTest: testFindLastObject: with flip depth=255, size=510 CNearTreeTest: testRandomTree1: depth=21, size=10000 CNearTreeTest: testRandomTree1: with flip depth=19, size=10000 CNearTreeTest: testBackwardForward: depth=502, size=4000 CNearTreeTest: testBackwardForward: with flip depth=502, size=4000 CNearTreeTest: testDelayedInsertion: before CNearTreeCompleteDelayedInsert depth=25, size=100 CNearTreeTest: testDelayedInsertion: after CNearTreeCompleteDelayedInsert depth=26, size=100 CNearTreeTest: testDelayedInsertion: before CNearTreeCompleteDelayedInsert with flip depth=25, size=100 CNearTreeTest: testDelayedInsertion: after CNearTreeCompleteDelayedInsert depth=26, size=100 testFindFirstObject testFindLastObject testFindInSphereFromBottom testFindInSphereFromTop testFindOutSphere testFindInAnnulus testRandomTree1 testBackwardForward testBigVector testDelayedInsertion testKNearFar test4Sphere testStrings No errors were detected while testing CNearTree 1.67user 0.04system 0:02.77elapsed 61%CPU (0avgtext+0avgdata 54800maxresident)k 0inputs+0outputs (0major+24820minor)pagefaults 0swaps time ./bin/CNearTreeTestInst --debug Debug enabled CNearTreeTest: testFindLastObject: depth=255, size=510 CNearTreeTest: testFindLastObject: height=255 CNearTreeTest: testFindLastObject: with flip depth=255, size=510 CNearTreeTest: testRandomTree1: depth=21, size=10000 CNearTreeTest: testRandomTree1: height=21 CNearTreeTest: testRandomTree1: with flip depth=19, size=10000 CNearTreeTest: testRandomTree1: height=19 CNearTreeTest: testBackwardForward: depth=502, size=4000 CNearTreeTest: testBackwardForward: height=502 CNearTreeTest: testBackwardForward: with flip depth=502, size=4000 CNearTreeTest: testBackForward: height=502 CNearTreeTest: testDelayedInsertion: before CNearTreeCompleteDelayedInsert depth=25, size=100 CNearTreeTest: testDelayedInsertion: height=25 CNearTreeTest: testDelayedInsertion: after CNearTreeCompleteDelayedInsert depth=26, size=100 CNearTreeTest: testDelayedInsertion: height=26 CNearTreeTest: testDelayedInsertion: before CNearTreeCompleteDelayedInsert with flip depth=25, size=100 CNearTreeTest: testDelayedInsertion: height=25 CNearTreeTest: testDelayedInsertion: after CNearTreeCompleteDelayedInsert depth=26, size=100 CNearTreeTest: testDelayedInsertion: height=26 testFindFirstObject testFindLastObject testFindInSphereFromBottom testFindInSphereFromTop testFindOutSphere testFindInAnnulus testRandomTree1 testBackwardForward testBigVector testDelayedInsertion testKNearFar test4Sphere testStrings No errors were detected while testing CNearTree 1.72user 0.05system 0:02.17elapsed 81%CPU (0avgtext+0avgdata 55340maxresident)k 0inputs+0outputs (0major+25120minor)pagefaults 0swaps diff -b -c ./CPPMain_orig.lst ./CPPMain.lst diff -b -c ./CPPMain_orig.lst ./CPPMain_Flip.lst diff -b -c ./CMain_orig.lst ./CMain.lst make: Leaving directory `/usr/src/RPM/BUILD/NearTree-3.1.1' + exit 0 Processing files: libNearTree-3.1.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.91348 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd NearTree-3.1.1 + DOCDIR=/usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-3.1.1 + export DOCDIR + rm -rf /usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-3.1.1 + /bin/mkdir -p /usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-3.1.1 + cp -prL README_NearTree.html README_NearTree.txt lgpl.txt /usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-3.1.1 + chmod -R go-w /usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-3.1.1 + chmod -R a+rX /usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-3.1.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.g9POTX find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/NearTree-buildroot/usr/lib64/libCNearTree.so.5: 54 symbols, 16 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WUCLfS find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libCNearTree.so.5()(64bit) = set:jdfl5pvpxsNwoI9mg2439bC6Y6Fm5joBmiOhVnDyx1HtF5BPYDNnm130ggsXpEtcafaBnBDRhT6sZkhMTGkV7Auz2B8rvWAjylxowDjNyIUL1 Requires: libCVector-1.0.3.so.2()(64bit) >= set:hdvwW76W6t43rfsc3AKA3k, libc.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ycZ6lP Creating libNearTree-debuginfo package Processing files: libNearTree-devel-3.1.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4MolcP find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Q5cELR find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/NearTree-buildroot/usr/include/TNear.h:276:18: fatal error: cfloat: No such file or directory compilation terminated. cpp.req: /usr/src/tmp/NearTree-buildroot/usr/include/TNear.h: cpp failed, trying c++ mode Requires: libNearTree = 3.1.1-alt1, /usr/lib64/libCNearTree.so.5.1.0, libCVector-devel Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qKx23W Processing files: libNearTree-debuginfo-3.1.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WEZcb5 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GivD1f find-requires: running scripts (debuginfo) Provides: debug64(libCNearTree.so.5) Requires: libNearTree = 3.1.1-alt1, debug64(libCVector-1.0.3.so.2), debug64(libc.so.6), debug64(libm.so.6) Removing 1 extra deps from libNearTree-devel due to dependency on libNearTree Wrote: /usr/src/RPM/RPMS/x86_64/libNearTree-3.1.1-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libNearTree-devel-3.1.1-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libNearTree-debuginfo-3.1.1-alt1.x86_64.rpm 106.39user 3.24system 2:26.28elapsed 74%CPU (0avgtext+0avgdata 323468maxresident)k 0inputs+0outputs (0major+1697899minor)pagefaults 0swaps 110.29user 5.26system 2:33.79elapsed 75%CPU (0avgtext+0avgdata 323468maxresident)k 56inputs+0outputs (0major+1996265minor)pagefaults 0swaps