<86>Dec 11 04:20:54 userdel[2814778]: delete user 'rooter' <86>Dec 11 04:20:54 userdel[2814778]: removed group 'rooter' owned by 'rooter' <86>Dec 11 04:20:54 userdel[2814778]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 11 04:20:54 groupadd[2814791]: group added to /etc/group: name=rooter, GID=927 <86>Dec 11 04:20:54 groupadd[2814791]: group added to /etc/gshadow: name=rooter <86>Dec 11 04:20:54 groupadd[2814791]: new group: name=rooter, GID=927 <86>Dec 11 04:20:54 useradd[2814796]: new user: name=rooter, UID=927, GID=927, home=/root, shell=/bin/bash <86>Dec 11 04:20:54 userdel[2814809]: delete user 'builder' <86>Dec 11 04:20:54 userdel[2814809]: removed group 'builder' owned by 'builder' <86>Dec 11 04:20:54 userdel[2814809]: removed shadow group 'builder' owned by 'builder' <86>Dec 11 04:20:54 groupadd[2814819]: group added to /etc/group: name=builder, GID=928 <86>Dec 11 04:20:54 groupadd[2814819]: group added to /etc/gshadow: name=builder <86>Dec 11 04:20:54 groupadd[2814819]: new group: name=builder, GID=928 <86>Dec 11 04:20:54 useradd[2814826]: new user: name=builder, UID=928, GID=928, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/tetgen-1.5.0-alt1.src.rpm: license not found in '/usr/share/license' directory: BSD-like <13>Dec 11 04:20:55 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Dec 11 04:20:55 rpmi: libstdc++11-devel-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed <13>Dec 11 04:20:56 rpmi: gcc11-c++-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed <13>Dec 11 04:20:56 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632239666 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/tetgen-1.5.0-alt1.nosrc.rpm (w1.gzdio) Installing tetgen-1.5.0-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.70405 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf tetgen-1.5.0 + echo 'Source #0 (tetgen1.5.0.tar.gz):' Source #0 (tetgen1.5.0.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/tetgen1.5.0.tar.gz + /bin/tar -xf - + cd tetgen-1.5.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.70405 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tetgen-1.5.0 + make -j16 tetgen tetlib make: Entering directory '/usr/src/RPM/BUILD/tetgen-1.5.0' g++ -g -O0 -fPIC -DPIC -c predicates.cxx make: Leaving directory '/usr/src/RPM/BUILD/tetgen-1.5.0' make: Entering directory '/usr/src/RPM/BUILD/tetgen-1.5.0' g++ -g -pipe -O3 -fPIC -DPIC -o tetgen tetgen.cxx predicates.o -lm tetgen.cxx: In member function 'int tetgenmesh::checkshells()': tetgen.cxx:27133:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27133 | printf(" First: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27136:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27136 | printf(" Second: x%lx (DEAD)\n", (uintptr_t) nextsh.sh); | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27144:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27144 | printf(" First: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27147:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27147 | printf(" Scond: x%lx (%d, %d, %d).\n", (uintptr_t) nextsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27156:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27156 | printf(" First: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27159:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27159 | printf(" Scond: x%lx (%d, %d, %d).\n", (uintptr_t) nextsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27173:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27173 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27176:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27176 | printf(" Sub: x%lx (Dead)\n", (uintptr_t) checkseg.sh); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27182:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27182 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27185:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27185 | printf(" Seg: x%lx (%d, %d).\n", (uintptr_t) checkseg.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27199:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27199 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27202:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27202 | printf(" Tet: x%lx (DEAD)\n", (uintptr_t) neightet.tet); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27208:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27208 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27211:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27211 | printf(" Tet: x%lx (%d, %d, %d, %d).\n", | ~~^ | | | long unsigned int | %x 27212 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27221:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27221 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27224:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27224 | printf(" Tet: x%lx (%d, %d, %d, %d).\n", | ~~^ | | | long unsigned int | %x 27225 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27236:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27236 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27239:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27239 | printf(" Tet: x%lx (%d, %d, %d, %d).\n", | ~~^ | | | long unsigned int | %x 27240 | (uintptr_t) symtet.tet, pointmark(org(symtet)), | ~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx: In member function 'int tetgenmesh::checksegments()': tetgen.cxx:27321:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27321 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x 27322 | (uintptr_t) tetloop.tet, pointmark(org(tetloop)), | ~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27321:62: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27321 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x ...... 27324 | pointmark(oppo(tetloop)), (uintptr_t) sseg.sh, | ~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27334:37: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27334 | printf(" Tet: x%lx (%d, %d, %d, %d) - ", | ~~^ | | | long unsigned int | %x 27335 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27339:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27339 | printf("Seg x%lx (%d, %d).\n", (uintptr_t) checkseg.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27358:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27358 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x 27359 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27358:64: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27358 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x ...... 27361 | pointmark(oppo(neightet)), (uintptr_t) sseg.sh, | ~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27375:60: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27375 | printf(" !! A marked edge: (%d, %d, %d, %d) -- x%lx %d.\n", | ~~^ | | | long unsigned int | %x ...... 27378 | (uintptr_t) neightet.tet, neightet.ver); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27384:69: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27384 | printf(" !! !! An unmarked edge (%d, %d, %d, %d) -- x%lx %d.\n", | ~~^ | | | long unsigned int | %x ...... 27387 | (uintptr_t) spintet.tet, spintet.ver); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27430:70: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27430 | printf(" !! !! No seg at tet (%d, %d, %d, %d) -- x%lx %d\n", | ~~^ | | | long unsigned int | %x ...... 27433 | (uintptr_t) spintet.tet, spintet.ver); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27450:61: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27450 | printf(" !! Wrong seg-subface (%d, %d, %d) -- x%lx %d connect\n", | ~~^ | | | long unsigned int | %x 27451 | pointmark(sorg(spinsh)), pointmark(sdest(spinsh)), 27452 | pointmark(sapex(spinsh)), (uintptr_t) spinsh.sh, | ~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx: In member function 'bool tetgenio::load_vtk(char*)': tetgen.cxx:2180:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2180 | fread((char*)(&(coord[0])), sizeof(double), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2181:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2181 | fread((char*)(&(coord[1])), sizeof(double), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2182:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2182 | fread((char*)(&(coord[2])), sizeof(double), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2189:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2189 | fread((char*)(&_x), sizeof(float), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2190:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2190 | fread((char*)(&_y), sizeof(float), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2191:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2191 | fread((char*)(&_z), sizeof(float), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2240:16: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2240 | fread((char*)(&nn), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2252:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2252 | fread((char*)(&id1), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2253:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2253 | fread((char*)(&id2), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2254:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2254 | fread((char*)(&id3), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/tetgen-1.5.0' make: Entering directory '/usr/src/RPM/BUILD/tetgen-1.5.0' g++ -g -pipe -O3 -fPIC -DPIC -DTETLIBRARY -c tetgen.cxx tetgen.cxx: In member function 'int tetgenmesh::checkshells()': tetgen.cxx:27133:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27133 | printf(" First: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27136:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27136 | printf(" Second: x%lx (DEAD)\n", (uintptr_t) nextsh.sh); | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27144:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27144 | printf(" First: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27147:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27147 | printf(" Scond: x%lx (%d, %d, %d).\n", (uintptr_t) nextsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27156:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27156 | printf(" First: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27159:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27159 | printf(" Scond: x%lx (%d, %d, %d).\n", (uintptr_t) nextsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27173:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27173 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27176:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27176 | printf(" Sub: x%lx (Dead)\n", (uintptr_t) checkseg.sh); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27182:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27182 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27185:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27185 | printf(" Seg: x%lx (%d, %d).\n", (uintptr_t) checkseg.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27199:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27199 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27202:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27202 | printf(" Tet: x%lx (DEAD)\n", (uintptr_t) neightet.tet); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27208:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27208 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27211:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27211 | printf(" Tet: x%lx (%d, %d, %d, %d).\n", | ~~^ | | | long unsigned int | %x 27212 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27221:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27221 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27224:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27224 | printf(" Tet: x%lx (%d, %d, %d, %d).\n", | ~~^ | | | long unsigned int | %x 27225 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27236:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27236 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27239:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27239 | printf(" Tet: x%lx (%d, %d, %d, %d).\n", | ~~^ | | | long unsigned int | %x 27240 | (uintptr_t) symtet.tet, pointmark(org(symtet)), | ~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx: In member function 'int tetgenmesh::checksegments()': tetgen.cxx:27321:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27321 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x 27322 | (uintptr_t) tetloop.tet, pointmark(org(tetloop)), | ~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27321:62: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27321 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x ...... 27324 | pointmark(oppo(tetloop)), (uintptr_t) sseg.sh, | ~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27334:37: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27334 | printf(" Tet: x%lx (%d, %d, %d, %d) - ", | ~~^ | | | long unsigned int | %x 27335 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27339:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27339 | printf("Seg x%lx (%d, %d).\n", (uintptr_t) checkseg.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27358:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27358 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x 27359 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27358:64: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27358 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x ...... 27361 | pointmark(oppo(neightet)), (uintptr_t) sseg.sh, | ~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27375:60: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27375 | printf(" !! A marked edge: (%d, %d, %d, %d) -- x%lx %d.\n", | ~~^ | | | long unsigned int | %x ...... 27378 | (uintptr_t) neightet.tet, neightet.ver); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27384:69: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27384 | printf(" !! !! An unmarked edge (%d, %d, %d, %d) -- x%lx %d.\n", | ~~^ | | | long unsigned int | %x ...... 27387 | (uintptr_t) spintet.tet, spintet.ver); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27430:70: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27430 | printf(" !! !! No seg at tet (%d, %d, %d, %d) -- x%lx %d\n", | ~~^ | | | long unsigned int | %x ...... 27433 | (uintptr_t) spintet.tet, spintet.ver); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27450:61: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27450 | printf(" !! Wrong seg-subface (%d, %d, %d) -- x%lx %d connect\n", | ~~^ | | | long unsigned int | %x 27451 | pointmark(sorg(spinsh)), pointmark(sdest(spinsh)), 27452 | pointmark(sapex(spinsh)), (uintptr_t) spinsh.sh, | ~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx: In member function 'bool tetgenio::load_vtk(char*)': tetgen.cxx:2180:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2180 | fread((char*)(&(coord[0])), sizeof(double), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2181:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2181 | fread((char*)(&(coord[1])), sizeof(double), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2182:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2182 | fread((char*)(&(coord[2])), sizeof(double), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2189:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2189 | fread((char*)(&_x), sizeof(float), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2190:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2190 | fread((char*)(&_y), sizeof(float), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2191:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2191 | fread((char*)(&_z), sizeof(float), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2240:16: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2240 | fread((char*)(&nn), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2252:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2252 | fread((char*)(&id1), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2253:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2253 | fread((char*)(&id2), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2254:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2254 | fread((char*)(&id3), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar r libtetgen.a tetgen.o predicates.o ar: creating libtetgen.a make: Leaving directory '/usr/src/RPM/BUILD/tetgen-1.5.0' + make -j16 spredicates.o make: Entering directory '/usr/src/RPM/BUILD/tetgen-1.5.0' g++ -g -pipe -Wall -I. -O0 -fPIC -DPIC -c predicates.cxx -o spredicates.o make: Leaving directory '/usr/src/RPM/BUILD/tetgen-1.5.0' + make -j16 libtetgen.so make: Entering directory '/usr/src/RPM/BUILD/tetgen-1.5.0' rm -f tetgen.o predicates.o g++ -g -I. -pipe -O3 -fPIC -DPIC -DTETLIBRARY -c tetgen.cxx tetgen.cxx: In member function 'int tetgenmesh::checkshells()': tetgen.cxx:27133:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27133 | printf(" First: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27136:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27136 | printf(" Second: x%lx (DEAD)\n", (uintptr_t) nextsh.sh); | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27144:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27144 | printf(" First: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27147:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27147 | printf(" Scond: x%lx (%d, %d, %d).\n", (uintptr_t) nextsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27156:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27156 | printf(" First: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27159:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27159 | printf(" Scond: x%lx (%d, %d, %d).\n", (uintptr_t) nextsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27173:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27173 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27176:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27176 | printf(" Sub: x%lx (Dead)\n", (uintptr_t) checkseg.sh); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27182:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27182 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27185:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27185 | printf(" Seg: x%lx (%d, %d).\n", (uintptr_t) checkseg.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27199:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27199 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27202:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27202 | printf(" Tet: x%lx (DEAD)\n", (uintptr_t) neightet.tet); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27208:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27208 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) shloop.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27211:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27211 | printf(" Tet: x%lx (%d, %d, %d, %d).\n", | ~~^ | | | long unsigned int | %x 27212 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27221:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27221 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27224:31: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27224 | printf(" Tet: x%lx (%d, %d, %d, %d).\n", | ~~^ | | | long unsigned int | %x 27225 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27236:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27236 | printf(" Sub: x%lx (%d, %d, %d).\n", (uintptr_t) spinsh.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uintptr_t {aka unsigned int} | %x tetgen.cxx:27239:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27239 | printf(" Tet: x%lx (%d, %d, %d, %d).\n", | ~~^ | | | long unsigned int | %x 27240 | (uintptr_t) symtet.tet, pointmark(org(symtet)), | ~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx: In member function 'int tetgenmesh::checksegments()': tetgen.cxx:27321:33: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27321 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x 27322 | (uintptr_t) tetloop.tet, pointmark(org(tetloop)), | ~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27321:62: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27321 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x ...... 27324 | pointmark(oppo(tetloop)), (uintptr_t) sseg.sh, | ~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27334:37: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27334 | printf(" Tet: x%lx (%d, %d, %d, %d) - ", | ~~^ | | | long unsigned int | %x 27335 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27339:34: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27339 | printf("Seg x%lx (%d, %d).\n", (uintptr_t) checkseg.sh, | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | | uintptr_t {aka unsigned int} | long unsigned int | %x tetgen.cxx:27358:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27358 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x 27359 | (uintptr_t) neightet.tet, pointmark(org(neightet)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27358:64: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27358 | printf(" Tet: x%lx (%d, %d, %d, %d) - Seg: x%lx (%d, %d).\n", | ~~^ | | | long unsigned int | %x ...... 27361 | pointmark(oppo(neightet)), (uintptr_t) sseg.sh, | ~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27375:60: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27375 | printf(" !! A marked edge: (%d, %d, %d, %d) -- x%lx %d.\n", | ~~^ | | | long unsigned int | %x ...... 27378 | (uintptr_t) neightet.tet, neightet.ver); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27384:69: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27384 | printf(" !! !! An unmarked edge (%d, %d, %d, %d) -- x%lx %d.\n", | ~~^ | | | long unsigned int | %x ...... 27387 | (uintptr_t) spintet.tet, spintet.ver); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27430:70: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27430 | printf(" !! !! No seg at tet (%d, %d, %d, %d) -- x%lx %d\n", | ~~^ | | | long unsigned int | %x ...... 27433 | (uintptr_t) spintet.tet, spintet.ver); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx:27450:61: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 27450 | printf(" !! Wrong seg-subface (%d, %d, %d) -- x%lx %d connect\n", | ~~^ | | | long unsigned int | %x 27451 | pointmark(sorg(spinsh)), pointmark(sdest(spinsh)), 27452 | pointmark(sapex(spinsh)), (uintptr_t) spinsh.sh, | ~~~~~~~~~~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} tetgen.cxx: In member function 'bool tetgenio::load_vtk(char*)': tetgen.cxx:2180:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2180 | fread((char*)(&(coord[0])), sizeof(double), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2181:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2181 | fread((char*)(&(coord[1])), sizeof(double), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2182:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2182 | fread((char*)(&(coord[2])), sizeof(double), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2189:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2189 | fread((char*)(&_x), sizeof(float), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2190:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2190 | fread((char*)(&_y), sizeof(float), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2191:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2191 | fread((char*)(&_z), sizeof(float), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2240:16: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2240 | fread((char*)(&nn), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2252:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2252 | fread((char*)(&id1), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2253:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2253 | fread((char*)(&id2), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tetgen.cxx:2254:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2254 | fread((char*)(&id3), sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -g -shared -Wl,-soname,libtetgen.so.0 -o libtetgen.so.0.0.0 *.o make: Leaving directory '/usr/src/RPM/BUILD/tetgen-1.5.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.40017 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/tetgen-buildroot + : + /bin/rm -rf -- /usr/src/tmp/tetgen-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd tetgen-1.5.0 + install -d /usr/src/tmp/tetgen-buildroot/usr/bin + install -d /usr/src/tmp/tetgen-buildroot/usr/lib + install -d /usr/src/tmp/tetgen-buildroot/usr/include + install -d /usr/src/tmp/tetgen-buildroot/usr/share/doc/tetgen + install -m755 tetgen /usr/src/tmp/tetgen-buildroot/usr/bin + install -m644 libtetgen.so.0.0.0 /usr/src/tmp/tetgen-buildroot/usr/lib + ln -s libtetgen.so.0 /usr/src/tmp/tetgen-buildroot/usr/lib/libtetgen.so + install -m644 tetgen.h /usr/src/tmp/tetgen-buildroot/usr/include + install -m644 /usr/src/RPM/SOURCES/tetgen-manual.pdf /usr/src/tmp/tetgen-buildroot/usr/share/doc/tetgen + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/tetgen-buildroot (auto) Verifying and fixing files in /usr/src/tmp/tetgen-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/tetgen-buildroot/ (default) Compressing files in /usr/src/tmp/tetgen-buildroot (auto) Adjusting library links in /usr/src/tmp/tetgen-buildroot ./usr/lib: (from :0) /sbin/ldconfig: Cannot stat ./usr/lib/libtetgen.so: No such file or directory libtetgen.so.0 -> libtetgen.so.0.0.0 (changed) Verifying ELF objects in /usr/src/tmp/tetgen-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/libtetgen.so.0.0.0: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/tetgen: uses non-LFS functions: fopen Processing files: tetgen-1.5.0-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.82184 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tetgen-1.5.0 + DOCDIR=/usr/src/tmp/tetgen-buildroot/usr/share/doc/tetgen-1.5.0 + export DOCDIR + rm -rf /usr/src/tmp/tetgen-buildroot/usr/share/doc/tetgen-1.5.0 + /bin/mkdir -p /usr/src/tmp/tetgen-buildroot/usr/share/doc/tetgen-1.5.0 + cp -prL LICENSE example.poly /usr/src/tmp/tetgen-buildroot/usr/share/doc/tetgen-1.5.0 + chmod -R go-w /usr/src/tmp/tetgen-buildroot/usr/share/doc/tetgen-1.5.0 + chmod -R a+rX /usr/src/tmp/tetgen-buildroot/usr/share/doc/tetgen-1.5.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7SR6nf find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.erazbG find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libm.so.6(GLIBC_2.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.8), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m5OvDB Creating tetgen-debuginfo package Processing files: libtetgen-1.5.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6jXp8w find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/tetgen-buildroot/usr/lib/libtetgen.so.0: 301 symbols, 19 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yJSAuk find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libtetgen.so.0 = set:mdQX2OtbF2mKUpZkH60m5hTI3EfpuHFouBY6izQ5WPwAlIVjdL7y4KOi2ybwG1c5QStvUR4uclP730POYjFZ3aqNyTl2TV2FYuC27zK4Rbm5TO68HFno1NC2lGNkn8IcwLWjCmMYsBLgX9ntH4k9gft63S8t8uCMWYO2QqXV0Ey0320inr42zQ3kdZvNUBJuXWv5rMPFw880m59lZJslN39E1RmeI3jZ6LcnNeNOnc7guioUKwK7aZ2ijLDCVR88JmxecMo2Ha5AZI9R77xBBpc7YEjtnfcCRbBX12EmdokrTkgeaEdQ96NkXYwBFNOh9jv0dr64UdxYeCTql3qrGXNVimHEXS90G3wQWm0owxhMyjHi5VE5a3CnvqDswwhibcqJ42VK7514F12So4ifI1jdtckrJCaL1lms14Nc9uwV9zJLXUDCctOn0pwZsM3Ay92zZ0wN6tAKxl6hZtXOj09MxsZ910cvMxOQj58fEeZ215a4kKuvwID37hW33hJEPH0Km1SzFKMjqfvljNnyQzRWElc7MvkVcSKINZ6iZz46GryWUjlwCamhwzcpeEvFtcIE4jkMb9gchIjZkzQZKVGc7GzMzNFJZHvCQoliiBkvy3 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libm.so.6(GLIBC_2.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.8), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3i3DwG Creating libtetgen-debuginfo package Processing files: libtetgen-devel-1.5.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZoXpfE find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YXTviN find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libtetgen = 1.5.0-alt1, /usr/lib/libtetgen.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fPnVxJ Processing files: libtetgen-doc-1.5.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iuob7i find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2bCt0D find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Processing files: tetgen-debuginfo-1.5.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Td9gTg find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pRWB3N find-requires: running scripts (debuginfo) Requires: tetgen = 1.5.0-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libstdc++.so.6) Processing files: libtetgen-debuginfo-1.5.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.r3mVgN find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1vK1xE find-requires: running scripts (debuginfo) Provides: debug(libtetgen.so.0) Requires: libtetgen = 1.5.0-alt1, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libstdc++.so.6) Removing 1 extra deps from libtetgen-devel due to dependency on libtetgen Wrote: /usr/src/RPM/RPMS/i586/tetgen-1.5.0-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libtetgen-1.5.0-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libtetgen-devel-1.5.0-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/noarch/libtetgen-doc-1.5.0-alt1.noarch.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/tetgen-debuginfo-1.5.0-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libtetgen-debuginfo-1.5.0-alt1.i586.rpm (w2.lzdio) 45.88user 2.01system 0:54.02elapsed 88%CPU (0avgtext+0avgdata 271744maxresident)k 0inputs+0outputs (0major+822977minor)pagefaults 0swaps /.out/libtetgen-doc-1.5.0-alt1.noarch.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/tetgen-1.5.0-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/libtetgen-1.5.0-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/libtetgen-devel-1.5.0-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/tetgen-debuginfo-1.5.0-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/libtetgen-debuginfo-1.5.0-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD-like 49.49user 4.79system 1:02.04elapsed 87%CPU (0avgtext+0avgdata 271744maxresident)k 0inputs+0outputs (30048major+1152103minor)pagefaults 0swaps --- libtetgen-1.5.0-alt1.i586.rpm.repo 2013-11-19 14:07:58.000000000 +0000 +++ libtetgen-1.5.0-alt1.i586.rpm.hasher 2021-12-11 04:21:54.991031016 +0000 @@ -7,2 +7,3 @@ Requires: libc.so.6(GLIBC_2.4) +Requires: libc.so.6(GLIBC_2.7) Requires: libgcc_s.so.1(GCC_3.0) @@ -10,2 +11,4 @@ Requires: libstdc++.so.6(CXXABI_1.3) +Requires: libstdc++.so.6(CXXABI_1.3.8) +Requires: libstdc++.so.6(CXXABI_1.3.9) Requires: libstdc++.so.6(GLIBCXX_3.4) @@ -13,6 +16,6 @@ Requires: rpmlib(PayloadIsLzma) -Provides: libtetgen.so.0 = set:mdQX2OtbF2mKUpZkH60m5hTI3EfpuHFouBY6izQ5WPwAlIVjdL7yr6eap91N5gR0C2qXKfYq2fCGVz1wppZpiX75JoNXaxXsxkufjxzhnyW5Hyrp3ARQbIwojxaRoGb4m6MnZ9cJwVVavxSjKWm9EiwuWc6IhWgYcxRVB5ERSP1g51640AKS846F7EqYZENbrZ6nZHydUVkg440HyAGZCKGUx4Qwqb7SxFuXBVaS9mZiC38f9csngT3BuhqWZ4PYq4AmHg76ocxlB2OveFZozMOOcC3uQFKH76PWBOZ04gJqMESKFwskgrEjcyFSV1bjzBziCZgEpPw0L9ATNYmHqgrjtfenOq5tTe1gt0AmT203cc2msqlG87JgpMYWjXA34ciqxhHBg8TZ8y0yQ01rc2F7SwFCe6GJmjBTwabK0yoC4fMYANSTtYjjCeVbwcgv6uwkchoI70zdW8t3HcyYXtV9w4UgKZs00CfUgpWF2A7kDu9EgxwORX3AZcxz8Z16yqhDn1sJ2I7jtxDQuZqqaZihWNqtQaC3UfGs6rnSUujWv8ckT4RNDG0dlIy07pOsgZyJzx5Boy2u91y9ytOD6FZJPlpek7x7zjrZDZIA6HiXcf8iZ9U0 +Provides: libtetgen.so.0 = set:mdQX2OtbF2mKUpZkH60m5hTI3EfpuHFouBY6izQ5WPwAlIVjdL7y4KOi2ybwG1c5QStvUR4uclP730POYjFZ3aqNyTl2TV2FYuC27zK4Rbm5TO68HFno1NC2lGNkn8IcwLWjCmMYsBLgX9ntH4k9gft63S8t8uCMWYO2QqXV0Ey0320inr42zQ3kdZvNUBJuXWv5rMPFw880m59lZJslN39E1RmeI3jZ6LcnNeNOnc7guioUKwK7aZ2ijLDCVR88JmxecMo2Ha5AZI9R77xBBpc7YEjtnfcCRbBX12EmdokrTkgeaEdQ96NkXYwBFNOh9jv0dr64UdxYeCTql3qrGXNVimHEXS90G3wQWm0owxhMyjHi5VE5a3CnvqDswwhibcqJ42VK7514F12So4ifI1jdtckrJCaL1lms14Nc9uwV9zJLXUDCctOn0pwZsM3Ay92zZ0wN6tAKxl6hZtXOj09MxsZ910cvMxOQj58fEeZ215a4kKuvwID37hW33hJEPH0Km1SzFKMjqfvljNnyQzRWElc7MvkVcSKINZ6iZz46GryWUjlwCamhwzcpeEvFtcIE4jkMb9gchIjZkzQZKVGc7GzMzNFJZHvCQoliiBkvy3 Provides: libtetgen = 1.5.0-alt1 File: /usr/lib/libtetgen.so.0 120777 root:root libtetgen.so.0.0.0 -File: /usr/lib/libtetgen.so.0.0.0 100644 root:root 8205a7b6b98c3271d6fd05f7964fa6ad -RPMIdentity: 6e6e05805b7ae8b7e46b790d0aca68d425c70c8a551429dee4345f7a2427140e27dc226df54af19a9456d1ec85a23c886141980251b92e056a7a5b27296da2e5 +File: /usr/lib/libtetgen.so.0.0.0 100644 root:root 7718ee4144e3539d6261d71cce241cfd +RPMIdentity: 3376b082f9b493a881aedb1f67cce209fdae3a63ecb1c442a11a0946c88d153a6871ebf5cb5f154321e782b186bfea609e9bb87bcd4a72578b7bb304a4c7a8a5 --- libtetgen-debuginfo-1.5.0-alt1.i586.rpm.repo 2013-11-19 14:07:58.000000000 +0000 +++ libtetgen-debuginfo-1.5.0-alt1.i586.rpm.hasher 2021-12-11 04:21:55.214034316 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/39 40755 root:root -/usr/lib/debug/.build-id/39/99204629b6b5751db07d9af7844522b2362772 120777 root:root ../../../libtetgen.so.0.0.0 -/usr/lib/debug/.build-id/39/99204629b6b5751db07d9af7844522b2362772.debug 120777 root:root ../../usr/lib/libtetgen.so.0.0.0.debug +/usr/lib/debug/.build-id/14 40755 root:root +/usr/lib/debug/.build-id/14/fdb1e0fabc9f50558d068b5136b7244ba0e98b 120777 root:root ../../../libtetgen.so.0.0.0 +/usr/lib/debug/.build-id/14/fdb1e0fabc9f50558d068b5136b7244ba0e98b.debug 120777 root:root ../../usr/lib/libtetgen.so.0.0.0.debug /usr/lib/debug/usr/lib/libtetgen.so.0.0.0.debug 100644 root:root @@ -17,6 +17,6 @@ Provides: libtetgen-debuginfo = 1.5.0-alt1 -File: /usr/lib/debug/.build-id/39 40755 root:root -File: /usr/lib/debug/.build-id/39/99204629b6b5751db07d9af7844522b2362772 120777 root:root ../../../libtetgen.so.0.0.0 -File: /usr/lib/debug/.build-id/39/99204629b6b5751db07d9af7844522b2362772.debug 120777 root:root ../../usr/lib/libtetgen.so.0.0.0.debug -File: /usr/lib/debug/usr/lib/libtetgen.so.0.0.0.debug 100644 root:root e0aeb8ee0df87c175fe8376cc12219ef +File: /usr/lib/debug/.build-id/14 40755 root:root +File: /usr/lib/debug/.build-id/14/fdb1e0fabc9f50558d068b5136b7244ba0e98b 120777 root:root ../../../libtetgen.so.0.0.0 +File: /usr/lib/debug/.build-id/14/fdb1e0fabc9f50558d068b5136b7244ba0e98b.debug 120777 root:root ../../usr/lib/libtetgen.so.0.0.0.debug +File: /usr/lib/debug/usr/lib/libtetgen.so.0.0.0.debug 100644 root:root 9106313540c4d99b8aaa584a39b9bdf4 File: /usr/lib/debug/usr/lib/libtetgen.so.0.debug 120777 root:root libtetgen.so.0.0.0.debug @@ -26,2 +26,2 @@ File: /usr/src/debug/tetgen-1.5.0/tetgen.h 100644 root:root 99235f3aa45a79e4ff42bd1e3f54a784 -RPMIdentity: 25e75e65828731f15fa5b7ed37dcb35594295e7943fa620771fbffc318c133131fd7c35777be1c31aa3022554afa0ee9a232021959f3e9d1e2d95c855b87f344 +RPMIdentity: aab0b59aaf8f9af5293b16c31842fc3ecee1f8ede60a56d345580dd7e7035a438143c3959aef41041d840179cb1ab12d8b4fed48d72c415e071777802ddf175c --- libtetgen-devel-1.5.0-alt1.i586.rpm.repo 2013-11-19 14:07:58.000000000 +0000 +++ libtetgen-devel-1.5.0-alt1.i586.rpm.hasher 2021-12-11 04:21:55.455037882 +0000 @@ -7,2 +7,2 @@ File: /usr/lib/libtetgen.so 120777 root:root libtetgen.so.0 -RPMIdentity: 786a26f44d62db3c2efc7ca1346938fceb33a0eace9f0c2ba479dfc19cc88adbe5f0a6c8a78eac08deaaf4025c38b81517ab14845510dbf8afa7fdefd08234b2 +RPMIdentity: 1a69bddc426622eb536d049d128d31584f8a8e5a9d004595e2045f36db1f7a13c373561b10045d62e007a15938d4354a846bc66a77348ddcf06ad6219aeae7c9 --- libtetgen-doc-1.5.0-alt1.noarch.rpm.repo 2013-11-19 14:07:58.000000000 +0000 +++ libtetgen-doc-1.5.0-alt1.noarch.rpm.hasher 2021-12-11 04:21:55.668041034 +0000 @@ -6,2 +6,2 @@ File: /usr/share/doc/tetgen/tetgen-manual.pdf 100644 root:root 477f22fb2034d6ed151fb6debac0a5fc -RPMIdentity: 7b62f701fd49616cc0e8842dbc617a5d09c35998983dae60f42e293f7c3de8b73c3dcaa65c1531e831080df210996dfe2a92525904162a413c30588dc850b45a +RPMIdentity: d3baaed82f98cf18f79f96baaee967720cd6ea71f24c93f17ce03ed8f44bbe1d50571d9b1448b81c8acc81d0cb75a86dd6f3dbf598bce68f389d8f29227383a1 --- tetgen-1.5.0-alt1.i586.rpm.repo 2013-11-19 14:07:58.000000000 +0000 +++ tetgen-1.5.0-alt1.i586.rpm.hasher 2021-12-11 04:21:55.879044157 +0000 @@ -7,4 +7,7 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) +Requires: libc.so.6(GLIBC_2.7) Requires: libgcc_s.so.1(GCC_3.0) @@ -12,2 +15,4 @@ Requires: libstdc++.so.6(CXXABI_1.3) +Requires: libstdc++.so.6(CXXABI_1.3.8) +Requires: libstdc++.so.6(CXXABI_1.3.9) Requires: libstdc++.so.6(GLIBCXX_3.4) @@ -16,3 +21,3 @@ Provides: tetgen = 1.5.0-alt1 -File: /usr/bin/tetgen 100755 root:root c27f4e39b56c6583527c3cfae704b6c9 +File: /usr/bin/tetgen 100755 root:root 2303ce45861961a889b6e1b24b989647 File: /usr/share/doc/tetgen-1.5.0 40755 root:root @@ -20,2 +25,2 @@ File: /usr/share/doc/tetgen-1.5.0/example.poly 100644 root:root 54ee9941e2d9cab7924f27b4d5366747 -RPMIdentity: 243ed257516403116fcc0eb97f0acaa8b1432b67a4b859d9eedb259eb61e0f8c52234765fa00be0e66810ef95d5def06bd6cdc5565608358bd84bc3230fbdad4 +RPMIdentity: 2d229539b15f79d968f17f2e8dfdef0b319b74ba3044e73a2ba3154557005faf4311769cb8f27d095f990cfa3d747125176d63919d836a0a332e2c1d4a26c2b5 --- tetgen-debuginfo-1.5.0-alt1.i586.rpm.repo 2013-11-19 14:07:58.000000000 +0000 +++ tetgen-debuginfo-1.5.0-alt1.i586.rpm.hasher 2021-12-11 04:21:56.099047413 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/18 40755 root:root -/usr/lib/debug/.build-id/18/aeabe7b68e3be9db808f14c527fe7edfd7408a 120777 root:root ../../../../bin/tetgen -/usr/lib/debug/.build-id/18/aeabe7b68e3be9db808f14c527fe7edfd7408a.debug 120777 root:root ../../usr/bin/tetgen.debug +/usr/lib/debug/.build-id/cb 40755 root:root +/usr/lib/debug/.build-id/cb/837df9f4a069719bed16cd1a32b8b4e9f74379 120777 root:root ../../../../bin/tetgen +/usr/lib/debug/.build-id/cb/837df9f4a069719bed16cd1a32b8b4e9f74379.debug 120777 root:root ../../usr/bin/tetgen.debug /usr/lib/debug/usr/bin/tetgen.debug 100644 root:root @@ -16,6 +16,6 @@ Provides: tetgen-debuginfo = 1.5.0-alt1 -File: /usr/lib/debug/.build-id/18 40755 root:root -File: /usr/lib/debug/.build-id/18/aeabe7b68e3be9db808f14c527fe7edfd7408a 120777 root:root ../../../../bin/tetgen -File: /usr/lib/debug/.build-id/18/aeabe7b68e3be9db808f14c527fe7edfd7408a.debug 120777 root:root ../../usr/bin/tetgen.debug -File: /usr/lib/debug/usr/bin/tetgen.debug 100644 root:root 757a223889a13ab8c8eb9a3e8b8d6496 +File: /usr/lib/debug/.build-id/cb 40755 root:root +File: /usr/lib/debug/.build-id/cb/837df9f4a069719bed16cd1a32b8b4e9f74379 120777 root:root ../../../../bin/tetgen +File: /usr/lib/debug/.build-id/cb/837df9f4a069719bed16cd1a32b8b4e9f74379.debug 120777 root:root ../../usr/bin/tetgen.debug +File: /usr/lib/debug/usr/bin/tetgen.debug 100644 root:root cdb01779e8af9ad27c21ca12e0e82449 File: /usr/src/debug/tetgen-1.5.0 40755 root:root @@ -24,2 +24,2 @@ File: /usr/src/debug/tetgen-1.5.0/tetgen.h 100644 root:root 99235f3aa45a79e4ff42bd1e3f54a784 -RPMIdentity: 2b0974da29f50285aab2363828e67806cc69145d0e55781c237e2b52763625e7e0835c9d041da853b61e4cae263f6531ecd7ea02c3043899d238e91212639d6b +RPMIdentity: be2500821bb125fc8304ade07d6889b6cd5bfcdff3c99ac26f717f39652972e1e3e3ebb5e766a2db3ab30ce2775e3d690af460d006ff6ea63392249cb526e3df