<86>Dec 25 12:51:24 userdel[2347773]: delete user 'rooter' <86>Dec 25 12:51:24 userdel[2347773]: removed group 'rooter' owned by 'rooter' <86>Dec 25 12:51:24 userdel[2347773]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 25 12:51:24 groupadd[2347790]: group added to /etc/group: name=rooter, GID=654 <86>Dec 25 12:51:24 groupadd[2347790]: group added to /etc/gshadow: name=rooter <86>Dec 25 12:51:24 groupadd[2347790]: new group: name=rooter, GID=654 <86>Dec 25 12:51:24 useradd[2347804]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Dec 25 12:51:24 userdel[2347824]: delete user 'builder' <86>Dec 25 12:51:24 userdel[2347824]: removed group 'builder' owned by 'builder' <86>Dec 25 12:51:24 userdel[2347824]: removed shadow group 'builder' owned by 'builder' <86>Dec 25 12:51:24 groupadd[2347839]: group added to /etc/group: name=builder, GID=655 <86>Dec 25 12:51:24 groupadd[2347839]: group added to /etc/gshadow: name=builder <86>Dec 25 12:51:24 groupadd[2347839]: new group: name=builder, GID=655 <86>Dec 25 12:51:24 useradd[2347850]: new user: name=builder, UID=655, GID=655, 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 25 12:51:27 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+262033.600.7.2 1607340230 installed <13>Dec 25 12:51:27 rpmi: libstdc++10-devel-10.2.1-alt2 sisyphus+263054.100.3.1 1607510657 installed <13>Dec 25 12:51:29 rpmi: gcc10-c++-10.2.1-alt2 sisyphus+263054.100.3.1 1607510657 installed <13>Dec 25 12:51:29 rpmi: gcc-c++-10-alt1 sisyphus+263054.200.3.1 1607516810 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.16472 + 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.72946 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tetgen-1.5.0 + make -j8 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 -j8 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 -j8 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.87698 + 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 Hardlinking identical .pyc and .pyo files Processing files: tetgen-1.5.0-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.47698 + 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.5yp9oS 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.xc7aUU find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.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.PbD3oS 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.xrO3UU find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,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.IFIYoS find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.F2aX9U 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.ZYKZiU 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.2Z4oAR find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.avur9T 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.N1btaV 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.mc8LwV find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.Q8yXfT find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.g81LXR 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.nRCPjT find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RmwCzU 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) 153.85user 5.44system 2:20.19elapsed 113%CPU (0avgtext+0avgdata 265372maxresident)k 0inputs+0outputs (0major+870824minor)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 162.32user 11.84system 2:33.72elapsed 113%CPU (0avgtext+0avgdata 265372maxresident)k 0inputs+0outputs (0major+1245445minor)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 2020-12-25 12:53:53.834522840 +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,3 +16,3 @@ Requires: rpmlib(PayloadIsLzma) -Provides: libtetgen.so.0 = set:mdQX2OtbF2mKUpZkH60m5hTI3EfpuHFouBY6izQ5WPwAlIVjdL7yr6eap91N5gR0C2qXKfYq2fCGVz1wppZpiX75JoNXaxXsxkufjxzhnyW5Hyrp3ARQbIwojxaRoGb4m6MnZ9cJwVVavxSjKWm9EiwuWc6IhWgYcxRVB5ERSP1g51640AKS846F7EqYZENbrZ6nZHydUVkg440HyAGZCKGUx4Qwqb7SxFuXBVaS9mZiC38f9csngT3BuhqWZ4PYq4AmHg76ocxlB2OveFZozMOOcC3uQFKH76PWBOZ04gJqMESKFwskgrEjcyFSV1bjzBziCZgEpPw0L9ATNYmHqgrjtfenOq5tTe1gt0AmT203cc2msqlG87JgpMYWjXA34ciqxhHBg8TZ8y0yQ01rc2F7SwFCe6GJmjBTwabK0yoC4fMYANSTtYjjCeVbwcgv6uwkchoI70zdW8t3HcyYXtV9w4UgKZs00CfUgpWF2A7kDu9EgxwORX3AZcxz8Z16yqhDn1sJ2I7jtxDQuZqqaZihWNqtQaC3UfGs6rnSUujWv8ckT4RNDG0dlIy07pOsgZyJzx5Boy2u91y9ytOD6FZJPlpek7x7zjrZDZIA6HiXcf8iZ9U0 +Provides: libtetgen.so.0 = set:mdQX2OtbF2mKUpZkH60m5hTI3EfpuHFouBY6izQ5WPwAlIVjdL7y4KOi2ybwG1c5QStvUR4uclP730POYjFZ3aqNyTl2TV2FYuC27zK4Rbm5TO68HFno1NC2lGNkn8IcwLWjCmMYsBLgX9ntH4k9gft63S8t8uCMWYO2QqXV0Ey0320inr42zQ3kdZvNUBJuXWv5rMPFw880m59lZJslN39E1RmeI3jZ6LcnNeNOnc7guioUKwK7aZ2ijLDCVR88JmxecMo2Ha5AZI9R77xBBpc7YEjtnfcCRbBX12EmdokrTkgeaEdQ96NkXYwBFNOh9jv0dr64UdxYeCTql3qrGXNVimHEXS90G3wQWm0owxhMyjHi5VE5a3CnvqDswwhibcqJ42VK7514F12So4ifI1jdtckrJCaL1lms14Nc9uwV9zJLXUDCctOn0pwZsM3Ay92zZ0wN6tAKxl6hZtXOj09MxsZ910cvMxOQj58fEeZ215a4kKuvwID37hW33hJEPH0Km1SzFKMjqfvljNnyQzRWElc7MvkVcSKINZ6iZz46GryWUjlwCamhwzcpeEvFtcIE4jkMb9gchIjZkzQZKVGc7GzMzNFJZHvCQoliiBkvy3 Provides: libtetgen = 1.5.0-alt1 --- tetgen-1.5.0-alt1.i586.rpm.repo 2013-11-19 14:07:58.000000000 +0000 +++ tetgen-1.5.0-alt1.i586.rpm.hasher 2020-12-25 12:53:53.956518597 +0000 @@ -7,4 +7,6 @@ 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.4) +Requires: libc.so.6(GLIBC_2.7) Requires: libgcc_s.so.1(GCC_3.0) @@ -12,2 +14,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)