<86>Apr 27 10:51:01 userdel[2401562]: delete user 'rooter' <86>Apr 27 10:51:01 userdel[2401562]: removed group 'rooter' owned by 'rooter' <86>Apr 27 10:51:01 userdel[2401562]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 10:51:01 groupadd[2401641]: group added to /etc/group: name=rooter, GID=1877 <86>Apr 27 10:51:01 groupadd[2401641]: group added to /etc/gshadow: name=rooter <86>Apr 27 10:51:01 groupadd[2401641]: new group: name=rooter, GID=1877 <86>Apr 27 10:51:01 useradd[2401723]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>Apr 27 10:51:01 userdel[2401844]: delete user 'builder' <86>Apr 27 10:51:01 userdel[2401844]: removed group 'builder' owned by 'builder' <86>Apr 27 10:51:01 userdel[2401844]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 10:51:01 groupadd[2401949]: group added to /etc/group: name=builder, GID=1878 <86>Apr 27 10:51:01 groupadd[2401949]: group added to /etc/gshadow: name=builder <86>Apr 27 10:51:01 groupadd[2401949]: new group: name=builder, GID=1878 <86>Apr 27 10:51:01 useradd[2402031]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/tetgen-1.5.0-alt1.src.rpm: license not found in '/usr/share/license' directory: BSD-like <13>Apr 27 10:51:05 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Apr 27 10:51:05 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Apr 27 10:51:06 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Apr 27 10:51:06 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687268227 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.31574 + 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.31574 + 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 -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: 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 -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.48672 + 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:/usr/bin:/bin:/usr/local/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 Splitting links to aliased files under /{,s}bin in /usr/src/tmp/tetgen-buildroot Processing files: tetgen-1.5.0-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.66939 + 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.CO5Omb 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.pkDYJs 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.38), libc.so.6(GLIBC_2.4), 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.QzIrk4 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.NRiUed 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.0Hjggs 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.38), libc.so.6(GLIBC_2.4), 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.ha0Uix 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.Dy8AY4 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.OY8Wqn 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.LP8BTk 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.BUJ50H 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.HyrLNn 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.kdMFat find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EOLshQ 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.TAN0US find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.d1KbkY 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) 41.63user 4.69system 0:44.01elapsed 105%CPU (0avgtext+0avgdata 283416maxresident)k 0inputs+0outputs (0major+824251minor)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 3.37user 2.73system 0:55.19elapsed 11%CPU (0avgtext+0avgdata 127328maxresident)k 0inputs+0outputs (0major+204872minor)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 2024-04-27 10:51:53.766963595 +0000 @@ -6,2 +6,3 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.38) Requires: libc.so.6(GLIBC_2.4) @@ -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 32eb9458385a8effa0f7ebf7219ab57f +RPMIdentity: 52206395e91a6c649949ee6630b9fca3f574d5e0c35b81170cf0c59d17940c247c287a543a7782942c2c33b14a096ed706637a9f8df5591bad74440c9dc396cf --- 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 2024-04-27 10:51:54.252974012 +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/27 40755 root:root +/usr/lib/debug/.build-id/27/2b75f79a8aa6e68d79b2a122b11d83c50a5c2c 120777 root:root ../../../libtetgen.so.0.0.0 +/usr/lib/debug/.build-id/27/2b75f79a8aa6e68d79b2a122b11d83c50a5c2c.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/27 40755 root:root +File: /usr/lib/debug/.build-id/27/2b75f79a8aa6e68d79b2a122b11d83c50a5c2c 120777 root:root ../../../libtetgen.so.0.0.0 +File: /usr/lib/debug/.build-id/27/2b75f79a8aa6e68d79b2a122b11d83c50a5c2c.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 4f08955b22157e51e331091778957805 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: df188aa96db72ac2788735ebe17907236fb0331bf799fe23dc4046f60b9caad47bc7fd579febe5458f10328544f2662f67f0148637f2f379fb2f557d435ba5d6 --- 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 2024-04-27 10:51:54.507979478 +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 2024-04-27 10:51:56.338018703 +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 2024-04-27 10:51:56.707026612 +0000 @@ -7,3 +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.34) +Requires: libc.so.6(GLIBC_2.38) Requires: libc.so.6(GLIBC_2.4) @@ -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 ad5f857e9c2edc87766b0c56023ec84a 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: c5352678d965ab80443c66428212e30b07097e68e9d157fd53259d5e333bf46a8c52c12f95e3f3eaf0f83b4fec9333c6b87766ce124f2db6b39ac0d095c13fb6 --- 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 2024-04-27 10:51:57.189036944 +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/42 40755 root:root +/usr/lib/debug/.build-id/42/cf3fcf383aa5fc3889c425253c9d06f6934710 120777 root:root ../../../../bin/tetgen +/usr/lib/debug/.build-id/42/cf3fcf383aa5fc3889c425253c9d06f6934710.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/42 40755 root:root +File: /usr/lib/debug/.build-id/42/cf3fcf383aa5fc3889c425253c9d06f6934710 120777 root:root ../../../../bin/tetgen +File: /usr/lib/debug/.build-id/42/cf3fcf383aa5fc3889c425253c9d06f6934710.debug 120777 root:root ../../usr/bin/tetgen.debug +File: /usr/lib/debug/usr/bin/tetgen.debug 100644 root:root 0996fc57640fbccd28eeb8cb067e1d10 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: 27642b37fe2d5dc96facf04ddbb8d6ac57b38d36b14d74f7703a22fa5dea184b2e2f76e180102217e5545511c2870671ed7b2e437d892f0c2154a4482696f063