<86>Aug 1 10:35:10 userdel[262845]: delete user 'rooter' <86>Aug 1 10:35:10 userdel[262845]: removed group 'rooter' owned by 'rooter' <86>Aug 1 10:35:10 userdel[262845]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 10:35:10 groupadd[262870]: group added to /etc/group: name=rooter, GID=624 <86>Aug 1 10:35:10 groupadd[262870]: group added to /etc/gshadow: name=rooter <86>Aug 1 10:35:10 groupadd[262870]: new group: name=rooter, GID=624 <86>Aug 1 10:35:10 useradd[262883]: new user: name=rooter, UID=624, GID=624, home=/root, shell=/bin/bash <86>Aug 1 10:35:10 userdel[262907]: delete user 'builder' <86>Aug 1 10:35:10 userdel[262907]: removed group 'builder' owned by 'builder' <86>Aug 1 10:35:10 userdel[262907]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 10:35:10 groupadd[262925]: group added to /etc/group: name=builder, GID=625 <86>Aug 1 10:35:10 groupadd[262925]: group added to /etc/gshadow: name=builder <86>Aug 1 10:35:10 groupadd[262925]: new group: name=builder, GID=625 <86>Aug 1 10:35:10 useradd[262938]: new user: name=builder, UID=625, GID=625, 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 does not exist - using root <13>Aug 1 10:35:13 rpmi: libCVector-1.0.3.1-alt2 1316809891 installed <13>Aug 1 10:35:13 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Aug 1 10:35:14 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Aug 1 10:35:15 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Aug 1 10:35:15 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed <13>Aug 1 10:35:15 rpmi: libCVector-devel-1.0.3.1-alt2 1316809891 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/NearTree-5.1.1-alt1.nosrc.rpm (w1.gzdio) Installing NearTree-5.1.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.61185 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf NearTree-5.1.1 + echo 'Source #0 (NearTree-5.1.1.tar.gz):' Source #0 (NearTree-5.1.1.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/NearTree-5.1.1.tar.gz + /bin/tar -xf - + cd NearTree-5.1.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (NearTree-5.1.1-fedora.patch):' Patch #0 (NearTree-5.1.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.5015 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd NearTree-5.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-5.1.1' mkdir ./lib make: Leaving directory '/usr/src/RPM/BUILD/NearTree-5.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-5.1.1' mkdir ./bin make: Leaving directory '/usr/src/RPM/BUILD/NearTree-5.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-5.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-5.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-5.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:1183:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] int bResult; ^~~~~~~ ./CNearTree.c:1182:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] double dummy; ^~~~~ ./CNearTree.c:1175:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] size_t probe_index; ^~~~~~~~~~~ ./CNearTree.c: In function 'CNearTreeNodeInsert': ./CNearTree.c:1586:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^~~ ./CNearTree.c:1581:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] double dTempLeftRight = 0; ^~~~~~~~~~~~~~ ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': ./CNearTree.c:1711:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] const void CNEARTREE_FAR * obj; ^~~ ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': ./CNearTree.c:1982:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] double dummyrand; ^~~~~~~~~ ./CNearTree.c: In function 'CNearTreeFindKNearest_Annular': ./CNearTree.c:3717:13: warning: variable 'l2lazy' set but not used [-Wunused-but-set-variable] int l2lazy; ^~~~~~ ./CNearTree.c:3712:16: warning: variable 'drat' set but not used [-Wunused-but-set-variable] double drat; ^~~~ ./CNearTree.c: In function 'CNearTreeFindKNearest_Sphere': ./CNearTree.c:3851:20: warning: unused variable 'index' [-Wunused-variable] size_t ii, index; ^~~~~ ./CNearTree.c:3851:16: warning: unused variable 'ii' [-Wunused-variable] size_t ii, index; ^~ ./CNearTree.c:3849:30: warning: unused variable 'xobj' [-Wunused-variable] void CNEARTREE_FAR * xobj; ^~~~ ./CNearTree.c:3848:30: warning: unused variable 'xcoord' [-Wunused-variable] void CNEARTREE_FAR * xcoord; ^~~~~~ ./CNearTree.c:3847:23: warning: variable 'objs' set but not used [-Wunused-but-set-variable] CVectorHandle objs; ^~~~ ./CNearTree.c: In function 'CNearTreeFindKNearInAnnulus': ./CNearTree.c:4035:20: warning: unused variable 'index' [-Wunused-variable] size_t ii, index, size; ^~~~~ ./CNearTree.c:4035:16: warning: unused variable 'ii' [-Wunused-variable] size_t ii, index, size; ^~ ./CNearTree.c:4033:30: warning: unused variable 'xobj' [-Wunused-variable] void CNEARTREE_FAR * xobj; ^~~~ ./CNearTree.c:4032:30: warning: unused variable 'xcoord' [-Wunused-variable] void CNEARTREE_FAR * xcoord; ^~~~~~ ./CNearTree.c:4031:30: warning: unused variable 'xdist' [-Wunused-variable] void CNEARTREE_FAR * xdist; ^~~~~ ./CNearTree.c:4030:23: warning: variable 'objs' set but not used [-Wunused-but-set-variable] CVectorHandle objs; ^~~~ ./CNearTree.c:4025:26: warning: variable 'dTarget' set but not used [-Wunused-but-set-variable] double dDR, dDL, dTarget, dist, drat; ^~~~~~~ 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 7:0:0 -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.7 -o ./lib/.libs/libCNearTree.so.7.0.0 libtool-default: link: (cd "./lib/.libs" && rm -f "libCNearTree.so.7" && ln -s "libCNearTree.so.7.0.0" "libCNearTree.so.7") libtool-default: link: (cd "./lib/.libs" && rm -f "libCNearTree.so" && ln -s "libCNearTree.so.7.0.0" "libCNearTree.so") libtool-default: link: ar cr ./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-5.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-5.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 ./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 -o bin/.libs/CMain ./lib/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib make: Leaving directory '/usr/src/RPM/BUILD/NearTree-5.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-5.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 ./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 -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; ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/NearTree-5.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-5.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 ./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 -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; ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/NearTree-5.1.1' make: Entering directory '/usr/src/RPM/BUILD/NearTree-5.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 testLloyd_N()': ./CNearTreeTest.cpp:4329:15: warning: unused variable 'i19191' [-Wunused-variable] const int i19191 = 19191; ^~~~~~ In file included from ./CNearTreeTest.cpp:60: ./TNear.h: In instantiation of 'long int CNearTree::FindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, const T&) [with OutputContainerType = CNearTree; T = int; DistanceType = double; int distMinValue = -1; size_t = unsigned int]': ./CNearTreeTest.cpp:3136:72: required from here ./TNear.h:2614:28: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (numrad < cneartree_dimsamples) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./TNear.h: In instantiation of 'long int CNearTree::LeftFindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, const T&) [with OutputContainerType = CNearTree; T = int; DistanceType = double; int distMinValue = -1; size_t = unsigned int]': ./CNearTreeTest.cpp:3153:72: required from here ./TNear.h:3052:28: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (numrad < cneartree_dimsamples) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./TNear.h: In instantiation of 'long int CNearTree::FindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, std::vector&, const T&) [with OutputContainerType = CNearTree; T = int; DistanceType = double; int distMinValue = -1; size_t = unsigned int]': ./CNearTreeTest.cpp:3172:72: required from here ./TNear.h:2752:28: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (numrad < cneartree_dimsamples) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./TNear.h: In instantiation of 'long int CNearTree::LeftFindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, std::vector&, const T&) [with OutputContainerType = CNearTree; T = int; DistanceType = double; int distMinValue = -1; size_t = unsigned int]': ./CNearTreeTest.cpp:3192:72: required from here ./TNear.h:3190:28: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (numrad < cneartree_dimsamples) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./TNear.h: In instantiation of 'long int CNearTree::FindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, const T&) [with OutputContainerType = std::vector >; T = int; DistanceType = double; int distMinValue = -1; size_t = unsigned int]': ./CNearTreeTest.cpp:3361:72: required from here ./TNear.h:2614:28: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (numrad < cneartree_dimsamples) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./TNear.h: In instantiation of 'long int CNearTree::FindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, const T&) [with OutputContainerType = std::__cxx11::list; T = int; DistanceType = double; int distMinValue = -1; size_t = unsigned int]': ./CNearTreeTest.cpp:3378:72: required from here ./TNear.h:2614:28: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] ./TNear.h: In instantiation of 'long int CNearTree::FindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, const T&) [with OutputContainerType = CNearTree; T = vec17; DistanceType = double; int distMinValue = -1; size_t = unsigned int]': ./CNearTreeTest.cpp:3398:97: required from here ./TNear.h:2614:28: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] make: Leaving directory '/usr/src/RPM/BUILD/NearTree-5.1.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.47340 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd NearTree-5.1.1 + make 'INSTALL=/usr/libexec/rpm-build/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-5.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 ./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 -o bin/.libs/CMain ./lib/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib 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 ./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 -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; ^~~~~~~~ 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 ./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 -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; ^~~~~~~~ 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.7.0.0 /usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.so.7.0.0 libtool-default: install: (cd /usr/src/tmp/NearTree-buildroot/usr/lib && { ln -s -f libCNearTree.so.7.0.0 libCNearTree.so.7 || { rm -f libCNearTree.so.7 && ln -s libCNearTree.so.7.0.0 libCNearTree.so.7; }; }) libtool-default: install: (cd /usr/src/tmp/NearTree-buildroot/usr/lib && { ln -s -f libCNearTree.so.7.0.0 libCNearTree.so || { rm -f libCNearTree.so && ln -s libCNearTree.so.7.0.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: 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:236: 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:237: 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 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: warning: library '/usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.la' was moved. libtool-default: 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 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: warning: library '/usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.la' was moved. libtool-default: 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 make: Leaving directory '/usr/src/RPM/BUILD/NearTree-5.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.7.0.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,gnuconfig) 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.7 -> libCNearTree.so.7.0.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.74265 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd NearTree-5.1.1 + exit 0 Processing files: libNearTree-5.1.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.90435 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd NearTree-5.1.1 + DOCDIR=/usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-5.1.1 + export DOCDIR + rm -rf /usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-5.1.1 + /bin/mkdir -p /usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-5.1.1 + cp -prL README_NearTree.html README_NearTree.txt lgpl.txt /usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-5.1.1 + chmod -R go-w /usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-5.1.1 + chmod -R a+rX /usr/src/tmp/NearTree-buildroot/usr/share/doc/libNearTree-5.1.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OmdfxC find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/NearTree-buildroot/usr/lib/libCNearTree.so.7: 58 symbols, 16 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7Gla0x find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libCNearTree.so.7 = set:jdfl5pvpxsNwoI9mg2zcu8A5j3uzkHy9Iib9VEYHjNMwRKQyOpZjzLI260wTSQoXpEtcafaBnBDRhT6sZkhMTGkV7Auz2B8rvWAjylxoMkY9YibmA5ZJ0 Requires: libCVector-1.0.3.so.2 >= set:hdvwW76W6t43rfsc3AKA3k, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), 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.gxYVWK Creating libNearTree-debuginfo package Processing files: libNearTree-devel-5.1.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Enn6Em find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L9nXKr find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/NearTree-buildroot/usr/include/TNear.h:276:10: fatal error: cfloat: No such file or directory #include ^~~~~~~~ compilation terminated. cpp.req: /usr/src/tmp/NearTree-buildroot/usr/include/TNear.h: cpp failed, trying c++ mode Requires: libNearTree = 5.1.1-alt1, /usr/lib/libCNearTree.so.7.0.0, libCVector-devel Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xetLvN Processing files: libNearTree-debuginfo-5.1.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WF5bKC find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1bHUFI find-requires: running scripts (debuginfo) Provides: debug(libCNearTree.so.7) Requires: libNearTree = 5.1.1-alt1, debug(libCVector-1.0.3.so.2), debug(libc.so.6), debug(libm.so.6) Adding to libNearTree-devel a strict dependency on libNearTree Adding to libNearTree-debuginfo a strict dependency on libNearTree Removing 1 extra deps from libNearTree-devel due to dependency on libNearTree Wrote: /usr/src/RPM/RPMS/i586/libNearTree-5.1.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libNearTree-devel-5.1.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libNearTree-debuginfo-5.1.1-alt1.i586.rpm (w2.lzdio) 66.26user 4.67system 0:57.60elapsed 123%CPU (0avgtext+0avgdata 317600maxresident)k 0inputs+0outputs (0major+865664minor)pagefaults 0swaps 74.08user 10.02system 1:10.21elapsed 119%CPU (0avgtext+0avgdata 317600maxresident)k 56inputs+0outputs (0major+1158017minor)pagefaults 0swaps --- libNearTree-5.1.1-alt1.i586.rpm.repo 2019-02-02 13:40:54.000000000 +0000 +++ libNearTree-5.1.1-alt1.i586.rpm.hasher 2021-08-01 10:36:17.014793357 +0000 @@ -10,2 +10,3 @@ Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.4) Requires: libm.so.6(GLIBC_2.0) @@ -16,3 +17,3 @@ File: /usr/lib/libCNearTree.so.7 120777 root:root libCNearTree.so.7.0.0 -File: /usr/lib/libCNearTree.so.7.0.0 100644 root:root 7b9648b68de55ee923c0b43878bd7de2 +File: /usr/lib/libCNearTree.so.7.0.0 100644 root:root 970ce276a06b0b8e970779df36f93310 File: /usr/share/doc/libNearTree-5.1.1 40755 root:root @@ -21,2 +22,2 @@ File: /usr/share/doc/libNearTree-5.1.1/lgpl.txt 100644 root:root a6f89e2100d9b6cdffcea4f398e37343 -RPMIdentity: 0bb92b64ff7f8f0db3b91e4bfddad3d60fb5ce163cec6a7f7636b93cc528f6f6c23b259cb682d1e96ba7a824ad0f58e6fcf8c00ae3c9d8036a1fed6e88ed1521 +RPMIdentity: 7bfc4d974d345cb4dac68c583c848c536d021cd5eeb23615055a152f467ceeb29a2493939493f6e6c6d8f594b67c529f0ddd34aa5479fcf2ed84a003b88fc6e2 --- libNearTree-debuginfo-5.1.1-alt1.i586.rpm.repo 2019-02-02 13:40:54.000000000 +0000 +++ libNearTree-debuginfo-5.1.1-alt1.i586.rpm.hasher 2021-08-01 10:36:17.449778149 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/73 40755 root:root -/usr/lib/debug/.build-id/73/a47361b12456c81e5dfd8b95a0d799f173f5fe 120777 root:root ../../../libCNearTree.so.7.0.0 -/usr/lib/debug/.build-id/73/a47361b12456c81e5dfd8b95a0d799f173f5fe.debug 120777 root:root ../../usr/lib/libCNearTree.so.7.0.0.debug +/usr/lib/debug/.build-id/21 40755 root:root +/usr/lib/debug/.build-id/21/1274e7678cb9127f586d8fb62a1f21baae04d5 120777 root:root ../../../libCNearTree.so.7.0.0 +/usr/lib/debug/.build-id/21/1274e7678cb9127f586d8fb62a1f21baae04d5.debug 120777 root:root ../../usr/lib/libCNearTree.so.7.0.0.debug /usr/lib/debug/usr/lib/libCNearTree.so.7.0.0.debug 100644 root:root @@ -16,6 +16,6 @@ Provides: libNearTree-debuginfo = 5.1.1-alt1:sisyphus+220437.100.1.1 -File: /usr/lib/debug/.build-id/73 40755 root:root -File: /usr/lib/debug/.build-id/73/a47361b12456c81e5dfd8b95a0d799f173f5fe 120777 root:root ../../../libCNearTree.so.7.0.0 -File: /usr/lib/debug/.build-id/73/a47361b12456c81e5dfd8b95a0d799f173f5fe.debug 120777 root:root ../../usr/lib/libCNearTree.so.7.0.0.debug -File: /usr/lib/debug/usr/lib/libCNearTree.so.7.0.0.debug 100644 root:root 7e48d01fa508083392439aa3fda46628 +File: /usr/lib/debug/.build-id/21 40755 root:root +File: /usr/lib/debug/.build-id/21/1274e7678cb9127f586d8fb62a1f21baae04d5 120777 root:root ../../../libCNearTree.so.7.0.0 +File: /usr/lib/debug/.build-id/21/1274e7678cb9127f586d8fb62a1f21baae04d5.debug 120777 root:root ../../usr/lib/libCNearTree.so.7.0.0.debug +File: /usr/lib/debug/usr/lib/libCNearTree.so.7.0.0.debug 100644 root:root 7319e929bcbe05ddaa55f1b32f86d0b5 File: /usr/lib/debug/usr/lib/libCNearTree.so.7.debug 120777 root:root libCNearTree.so.7.0.0.debug @@ -25,2 +25,2 @@ File: /usr/src/debug/NearTree-5.1.1/rhrand.h 100644 root:root 94e2c2d0f424b9f304998ac758fcf98d -RPMIdentity: de7ac0959e080675f9cbb9a024edbe66b593f1f90c37c212e24d8b7fcd521f84a464c69910bbd6276f752b0127c582ed904317eaa27b8734bb4bcbff58b53cfe +RPMIdentity: 87982d4228eb13f75a20513c9e6483d2dcd1cffc782e95e8cdd24f740d576826255ec03cc006b8ca16bda26036bf14c3607d2f2d07302565aac6659fa4e4236b