<86>Sep 30 08:16:53 userdel[3072166]: delete user 'rooter'
<86>Sep 30 08:16:53 userdel[3072166]: removed group 'rooter' owned by 'rooter'
<86>Sep 30 08:16:53 userdel[3072166]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 30 08:16:53 groupadd[3072193]: group added to /etc/group: name=rooter, GID=1241
<86>Sep 30 08:16:53 groupadd[3072193]: group added to /etc/gshadow: name=rooter
<86>Sep 30 08:16:53 groupadd[3072193]: new group: name=rooter, GID=1241
<86>Sep 30 08:16:53 useradd[3072216]: new user: name=rooter, UID=1241, GID=1241, home=/root, shell=/bin/bash, from=none
<86>Sep 30 08:16:53 userdel[3072253]: delete user 'builder'
<86>Sep 30 08:16:53 userdel[3072253]: removed group 'builder' owned by 'builder'
<86>Sep 30 08:16:53 userdel[3072253]: removed shadow group 'builder' owned by 'builder'
<86>Sep 30 08:16:53 groupadd[3072284]: group added to /etc/group: name=builder, GID=1242
<86>Sep 30 08:16:53 groupadd[3072284]: group added to /etc/gshadow: name=builder
<86>Sep 30 08:16:53 groupadd[3072284]: new group: name=builder, GID=1242
<86>Sep 30 08:16:53 useradd[3072311]: new user: name=builder, UID=1242, GID=1242, 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>Sep 30 08:16:58 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed
<13>Sep 30 08:16:58 rpmi: libstdc++13-devel-13.2.1-alt2 sisyphus+327572.100.1.1 1692472364 installed
<13>Sep 30 08:17:00 rpmi: gcc13-c++-13.2.1-alt2 sisyphus+327572.100.1.1 1692472364 installed
<13>Sep 30 08:17:00 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.48188
+ 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.48188
+ 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  -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 -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.28195
+ 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 <cmdline>:0)
/sbin/ldconfig: Cannot stat ./usr/lib/libtetgen.so: No such file or directory
	libtetgen.so.0 -> libtetgen.so.0.0.0 (changed)
Verifying ELF objects in /usr/src/tmp/tetgen-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib/libtetgen.so.0.0.0: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/tetgen: uses non-LFS functions: fopen
Processing files: tetgen-1.5.0-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.28195
+ 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.kskp38
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.oDitwi
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.HjMO4y
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.UITVA6
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.Cx5aak
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.lVX5A6
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.dcgmey
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.xBpU7U
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.kslF98
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.koTxOn
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.eioJAM
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.pAwhx6
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.98PYbd
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.QudF0K
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.el11yN
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)
81.87user 4.48system 1:09.41elapsed 124%CPU (0avgtext+0avgdata 283908maxresident)k
0inputs+0outputs (0major+828905minor)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
5.30user 2.06system 1:23.95elapsed 8%CPU (0avgtext+0avgdata 123884maxresident)k
0inputs+0outputs (0major+191733minor)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	2023-09-30 08:18:14.476423600 +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	444787b4a27e023ba4706687e1eaec3c	
+RPMIdentity: 68ebd00c33e485f890b69117102e36a5d85b66b8311ecd07c77cd7fc724e2b7b982e349b832fe062063a292a5b00c83e4412b971888e225ac1f6a02ec09c1dc3
--- 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	2023-09-30 08:18:14.619425064 +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/dc	40755	root:root	
+/usr/lib/debug/.build-id/dc/ed28faf62b9fc1634bee9d6e11281396382a92	120777	root:root	../../../libtetgen.so.0.0.0
+/usr/lib/debug/.build-id/dc/ed28faf62b9fc1634bee9d6e11281396382a92.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/dc	40755	root:root		
+File: /usr/lib/debug/.build-id/dc/ed28faf62b9fc1634bee9d6e11281396382a92	120777	root:root		../../../libtetgen.so.0.0.0
+File: /usr/lib/debug/.build-id/dc/ed28faf62b9fc1634bee9d6e11281396382a92.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	29e4045136abd24e2342f1c51637e67e	
 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: 4281b75e92ff11464e51bb7f176e8d72cdadd3fd117d511b65430899514756d7ed43323e23972e01dfabbdc8691a46de5a0a726244bbe222750c3037ae68d311
--- 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	2023-09-30 08:18:14.706425955 +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	2023-09-30 08:18:14.801426927 +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	2023-09-30 08:18:14.960428555 +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	1787233d58151b5954e4a2143efd0e48	
 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: d3c1e41a1bec7a5130007a0d90694c52763cb2de21497c896aae1aca2389fcd6162ecccd7bfb7ce64da1c63db9de4d95cda0a92f1c2d73710c7cd9cbf59e2d59
--- 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	2023-09-30 08:18:15.077429753 +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/c8	40755	root:root	
+/usr/lib/debug/.build-id/c8/0acc761f4b18f3293566e4a90d0ba74d6c21b4	120777	root:root	../../../../bin/tetgen
+/usr/lib/debug/.build-id/c8/0acc761f4b18f3293566e4a90d0ba74d6c21b4.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/c8	40755	root:root		
+File: /usr/lib/debug/.build-id/c8/0acc761f4b18f3293566e4a90d0ba74d6c21b4	120777	root:root		../../../../bin/tetgen
+File: /usr/lib/debug/.build-id/c8/0acc761f4b18f3293566e4a90d0ba74d6c21b4.debug	120777	root:root		../../usr/bin/tetgen.debug
+File: /usr/lib/debug/usr/bin/tetgen.debug	100644	root:root	04ba79e4a96e67d13df47921b1c24337	
 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: 061ef57b21c3f881cf7f77332da7ef2ca76cdf744e4c125bfd08ed329ef84bf5ee6e36b13cc780b52a013de5380c188a08c86988012725b0cedb9fc8d6b13e74