<86>Aug 26 10:31:40 userdel[98703]: delete user 'rooter' <86>Aug 26 10:31:40 userdel[98703]: removed group 'rooter' owned by 'rooter' <86>Aug 26 10:31:40 groupadd[98808]: group added to /etc/group: name=rooter, GID=543 <86>Aug 26 10:31:40 groupadd[98808]: group added to /etc/gshadow: name=rooter <86>Aug 26 10:31:40 groupadd[98808]: new group: name=rooter, GID=543 <86>Aug 26 10:31:40 useradd[98825]: new user: name=rooter, UID=543, GID=543, home=/root, shell=/bin/bash <86>Aug 26 10:31:40 userdel[98848]: delete user 'builder' <86>Aug 26 10:31:40 userdel[98848]: removed group 'builder' owned by 'builder' <86>Aug 26 10:31:40 userdel[98848]: removed shadow group 'builder' owned by 'builder' <86>Aug 26 10:31:40 groupadd[98865]: group added to /etc/group: name=builder, GID=544 <86>Aug 26 10:31:40 groupadd[98865]: group added to /etc/gshadow: name=builder <86>Aug 26 10:31:40 groupadd[98865]: new group: name=builder, GID=544 <86>Aug 26 10:31:40 useradd[98878]: new user: name=builder, UID=544, GID=544, 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 26 10:31:44 rpmi: libCVector-1.0.3.1-alt2 1316809891 installed <13>Aug 26 10:31:44 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Aug 26 10:31:45 rpmi: libstdc++8-devel-8.3.1-alt5 sisyphus+235477.100.1.1 1565022025 installed <13>Aug 26 10:31:46 rpmi: gcc8-c++-8.3.1-alt5 sisyphus+235477.100.1.1 1565022025 installed <13>Aug 26 10:31:46 rpmi: gcc-c++-8-alt2 sisyphus+235723.100.1.1 1565191484 installed <13>Aug 26 10:31:46 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 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.38444 + 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.51623 + 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. ./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=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=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.85944 + 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-5.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-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) 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.48612 + 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.48612 + 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.U3TBNc 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.vYwCZU find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) 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.bxY552 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.PXbE7X 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.xVkWb4 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: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.7zZaGT 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.J2eKhh find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.D7eSWh 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 Wrote: /usr/src/RPM/RPMS/i586/libNearTree-devel-5.1.1-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libNearTree-debuginfo-5.1.1-alt1.i586.rpm 45.69user 2.38system 0:57.74elapsed 83%CPU (0avgtext+0avgdata 317252maxresident)k 0inputs+0outputs (0major+858582minor)pagefaults 0swaps 53.12user 6.17system 1:11.12elapsed 83%CPU (0avgtext+0avgdata 317252maxresident)k 56inputs+0outputs (0major+1160879minor)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 2019-08-26 10:32:48.845928246 +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)