<86>Dec 26 09:16:17 userdel[37732]: delete user 'rooter' <86>Dec 26 09:16:17 groupadd[37772]: group added to /etc/group: name=rooter, GID=561 <86>Dec 26 09:16:17 groupadd[37772]: group added to /etc/gshadow: name=rooter <86>Dec 26 09:16:17 groupadd[37772]: new group: name=rooter, GID=561 <86>Dec 26 09:16:17 useradd[37806]: new user: name=rooter, UID=561, GID=561, home=/root, shell=/bin/bash <86>Dec 26 09:16:17 userdel[37850]: delete user 'builder' <86>Dec 26 09:16:17 userdel[37850]: removed group 'builder' owned by 'builder' <86>Dec 26 09:16:17 userdel[37850]: removed shadow group 'builder' owned by 'builder' <86>Dec 26 09:16:17 groupadd[37876]: group added to /etc/group: name=builder, GID=562 <86>Dec 26 09:16:17 groupadd[37876]: group added to /etc/gshadow: name=builder <86>Dec 26 09:16:17 groupadd[37876]: new group: name=builder, GID=562 <86>Dec 26 09:16:17 useradd[37910]: new user: name=builder, UID=562, GID=562, home=/usr/src, shell=/bin/bash warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike_b does not exist - using root <13>Dec 26 09:16:20 rpmi: libCVector-1.0.3.1-alt2 1316809891 installed <13>Dec 26 09:16:20 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus.218115.200 1545282875 installed <13>Dec 26 09:16:21 rpmi: libstdc++8-devel-8.2.1-alt1 sisyphus.214000.20 1542662379 installed <13>Dec 26 09:16:21 rpmi: gcc8-c++-8.2.1-alt1 sisyphus.214000.20 1542662379 installed <13>Dec 26 09:16:21 rpmi: gcc-c++-8-alt1 sisyphus.214000.40 1542664775 installed <13>Dec 26 09:16:21 rpmi: libCVector-devel-1.0.3.1-alt2 1316809891 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/NearTree-3.1.1-alt1.nosrc.rpm Installing NearTree-3.1.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.75751 + 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 + 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.75751 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd NearTree-3.1.1 + make -j8 all 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-3.1.1' mkdir ./lib make: Leaving directory '/usr/src/RPM/BUILD/NearTree-3.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-3.1.1' mkdir ./bin make: Leaving directory '/usr/src/RPM/BUILD/NearTree-3.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-3.1.1' libtool --tag=CXX --mode=link g++ -no-undefined -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -lm \ -o bin/CPPMain libtool-default: link: g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -o bin/CPPMain -lm make: Leaving directory '/usr/src/RPM/BUILD/NearTree-3.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-3.1.1' libtool --tag=CC --mode=compile gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -c -c ./CNearTree.c libtool-default: compile: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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: compile: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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/lib -o ./lib/libCNearTree.la CNearTree.lo -I. \ -lCVector -lm libtool-default: link: i586-alt-linux-gcc -shared -fPIC -DPIC .libs/CNearTree.o -lCVector -lm -Wl,-soname -Wl,libCNearTree.so.5 -o ./lib/.libs/libCNearTree.so.5.1.0 libtool-default: link: (cd "./lib/.libs" && rm -f "libCNearTree.so.5" && ln -s "libCNearTree.so.5.1.0" "libCNearTree.so.5") libtool-default: link: (cd "./lib/.libs" && rm -f "libCNearTree.so" && ln -s "libCNearTree.so.5.1.0" "libCNearTree.so") libtool-default: link: ar cru ./lib/.libs/libCNearTree.a CNearTree.o libtool-default: link: ranlib ./lib/.libs/libCNearTree.a libtool-default: link: ( cd "./lib/.libs" && rm -f "libCNearTree.la" && ln -s "../libCNearTree.la" "libCNearTree.la" ) make: Leaving directory '/usr/src/RPM/BUILD/NearTree-3.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-3.1.1' libtool --tag=CC --mode=link gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c ./lib/libCNearTree.la -lCVector -lm \ -o bin/CMain libtool-default: link: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c -o bin/.libs/CMain ./lib/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib ./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' make: Entering directory '/usr/src/RPM/BUILD/NearTree-3.1.1' libtool --tag=CC --mode=link gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c ./lib/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTestInst libtool-default: link: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTestInst ./lib/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib ./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; ^~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/NearTree-3.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-3.1.1' libtool --tag=CC --mode=link gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c ./lib/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTest libtool-default: link: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTest ./lib/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib ./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; ^~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/NearTree-3.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-3.1.1' libtool --tag=CXX --mode=link g++ -no-undefined -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTest libtool-default: link: g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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( ); ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/NearTree-3.1.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.31791 + 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -lm \ -o bin/CPPMain libtool-default: link: g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -o bin/CPPMain -lm libtool --tag=CC --mode=link gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c ./lib/libCNearTree.la -lCVector -lm \ -o bin/CMain libtool-default: link: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c -o bin/.libs/CMain ./lib/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib ./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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c ./lib/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTest libtool-default: link: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTest ./lib/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib ./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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c ./lib/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTestInst libtool-default: link: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTestInst ./lib/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib ./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/lib mkdir -p /usr/src/tmp/NearTree-buildroot/usr/include libtool --mode=install cp ./lib/libCNearTree.la /usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.la libtool-default: install: cp ./lib/.libs/libCNearTree.so.5.1.0 /usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.so.5.1.0 libtool-default: install: (cd /usr/src/tmp/NearTree-buildroot/usr/lib && { 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/lib && { 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 ./lib/.libs/libCNearTree.lai /usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.la libtool-default: install: cp ./lib/.libs/libCNearTree.a /usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.a libtool-default: install: chmod 644 /usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.a libtool-default: install: ranlib /usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.a libtool-default: install: warning: remember to run `libtool-default --finish /usr/local/lib' libtool --mode=finish /usr/src/tmp/NearTree-buildroot/usr/lib/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: [Makefile:233: 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: [Makefile:234: 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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/lib -lCNearTree -lCVector -lm -o ./bin/CNearTreeTest_dynamic libtool-default: link: warning: library `/usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.la' was moved. libtool-default: link: warning: library `/usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.la' was moved. libtool-default: link: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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/lib /usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/src/tmp/NearTree-buildroot/usr/lib -Wl,-rpath -Wl,/usr/src/tmp/NearTree-buildroot/usr/lib ./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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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/lib -lCNearTree -lCVector -lm -o ./bin/CNearTreeTest_static libtool-default: link: warning: library `/usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.la' was moved. libtool-default: link: warning: library `/usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.la' was moved. libtool-default: link: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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/lib /usr/src/tmp/NearTree-buildroot/usr/lib/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/lib/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) Checking contents of files in /usr/src/tmp/NearTree-buildroot/ (default) Compressing files in /usr/src/tmp/NearTree-buildroot (auto) Adjusting library links in /usr/src/tmp/NearTree-buildroot ./usr/lib: 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.23081 + 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 + '[' 8 = 4.4 ']' + make tests 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -lm \ -o bin/CPPMain libtool-default: link: g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -o bin/CPPMain -lm libtool --tag=CXX --mode=link g++ -no-undefined -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main_flip.cpp ./v.cpp -lm \ -o bin/CPPMain_Flip libtool-default: link: g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTest libtool-default: link: g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTestInst libtool-default: link: g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c ./lib/libCNearTree.la -lCVector -lm \ -o bin/CMain libtool-default: link: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./CNearTree.c -o bin/.libs/CMain ./lib/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib ./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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c ./lib/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTest libtool-default: link: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTest ./lib/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib ./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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED -DCNEARTREE_FORCEFLIP ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTestInstFlip libtool-default: link: g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED -DCNEARTREE_NODEFER ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTestInstNoDefer libtool-default: link: g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED -DCNEARTREE_NOFLIP ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTestInstNoFlip libtool-default: link: g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c ./lib/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTestInst libtool-default: link: gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./CNearTree.c -o bin/.libs/CNearTreeTestInst ./lib/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib ./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.01elapsed 20%CPU (0avgtext+0avgdata 3300maxresident)k 0inputs+0outputs (0major+140minor)pagefaults 0swaps time ./bin/CPPMain_Flip 3458923 > ./CPPMain_Flip.lst 0.00user 0.00system 0:00.01elapsed 16%CPU (0avgtext+0avgdata 3268maxresident)k 0inputs+0outputs (0major+141minor)pagefaults 0swaps time ./bin/CMain 3458923 > ./CMain.lst 2.04user 0.04system 0:05.00elapsed 41%CPU (0avgtext+0avgdata 46844maxresident)k 0inputs+0outputs (0major+23670minor)pagefaults 0swaps time ./bin/CPPNearTreeTest testEmptyTree testSeparation time 0.080269 testFindFirstObject time 0.000047 testFindLastObject time 0.000898 testFindInSphereFromBottom testFindInSphereFromTop testOutSphere testFindInAnnulus: dimension estimate 1.86807 testFindInAnnulus testRandomTree1 testRandomTree2 testBigVector: dimension estimate 11 testBigVector: FindInSphere found only 1 point FarthestNeighbor time 0.066104 testBigVector: dimension estimate 9 FarthestNeighbor Left time 0.053307 testBigVector testBigIntVec: dimension estimate 11.6604 testBigIntVector time 0.001030 testBigIntVector Left time 0.001055 testBigIntVec testBackwardForward testDelayedInsertionRandom: tree depth is 183 testDelayedInsertion testDelayedInsertionRandom: tree depth is 19 CompleteDelayedInsertRandom testIterators testIntegerReturn testMisc testSTLContainerInput testKNearFar testMergeConstructor time 0.000009 testOperatorPlusEquals time 0.000026 testOperatorMinusEquals time 0.000010 testSetSymmetricDifference time 0.000016 testCentroid time 0.000006 testLoyd cycle 36 3332.500 9999.000 16666.000 testLoyd cycle 37 3332.500 9999.000 16666.000 testLoyd cycle 38 3332.500 9999.000 16666.000 testLoyd cycle 39 3332.500 9999.000 16666.000 testLoyd cycle 40 3332.500 9999.000 16666.000 testLoyd cycle 41 3332.500 9999.000 16666.000 testLoyd cycle 42 3332.500 9999.000 16666.000 testLoyd cycle 43 3332.500 9999.000 16666.000 testLoyd cycle 44 3332.500 9999.000 16666.000 testLoyd cycle 45 3332.500 9999.000 16666.000 testLoyd cycle 46 3332.500 9999.000 16666.000 testLoyd cycle 47 3332.500 9999.000 16666.000 testLoyd cycle 48 3332.500 9999.000 16666.000 testLoyd cycle 49 3332.500 9999.000 16666.000 testLoyd cycle 50 3332.500 9999.000 16666.000 testLoyd cycle 51 3332.500 9999.000 16666.000 testLoyd cycle 52 3332.500 9999.000 16666.000 testLoyd cycle 53 3332.500 9999.000 16666.000 testLoyd cycle 54 3332.500 9999.000 16666.000 testLoyd cycle 55 3332.500 9999.000 16666.000 testLoyd cycle 56 3332.500 9999.000 16666.000 testLoyd cycle 57 3332.500 9999.000 16666.000 testLoyd cycle 58 3332.500 9999.000 16666.000 testLoyd cycle 59 3332.500 9999.000 16666.000 testLloyd time 0.020693 25 Errors were detected while testing CNearTree Command exited with non-zero status 25 0.28user 0.01system 0:00.70elapsed 41%CPU (0avgtext+0avgdata 34784maxresident)k 0inputs+0outputs (0major+10316minor)pagefaults 0swaps make: *** [Makefile:343: tests] Error 25 make: Leaving directory '/usr/src/RPM/BUILD/NearTree-3.1.1' error: Bad exit status from /usr/src/tmp/rpm-tmp.23081 (%check) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.23081 (%check) Command exited with non-zero status 1 153.49user 3.18system 3:48.84elapsed 68%CPU (0avgtext+0avgdata 283080maxresident)k 0inputs+0outputs (0major+1784001minor)pagefaults 0swaps hsh-rebuild: rebuild of `NearTree-3.1.1-alt1.src.rpm' failed. Command exited with non-zero status 1 162.96user 5.39system 4:03.51elapsed 69%CPU (0avgtext+0avgdata 283080maxresident)k 0inputs+0outputs (0major+2146982minor)pagefaults 0swaps