<86>May  4 08:01:09 userdel[86146]: delete user 'rooter'
<86>May  4 08:01:09 userdel[86146]: removed group 'rooter' owned by 'rooter'
<86>May  4 08:01:09 userdel[86146]: removed shadow group 'rooter' owned by 'rooter'
<86>May  4 08:01:09 groupadd[86158]: group added to /etc/group: name=rooter, GID=597
<86>May  4 08:01:09 groupadd[86158]: group added to /etc/gshadow: name=rooter
<86>May  4 08:01:09 groupadd[86158]: new group: name=rooter, GID=597
<86>May  4 08:01:09 useradd[86164]: new user: name=rooter, UID=597, GID=597, home=/root, shell=/bin/bash
<86>May  4 08:01:09 userdel[86178]: delete user 'builder'
<86>May  4 08:01:09 userdel[86178]: removed group 'builder' owned by 'builder'
<86>May  4 08:01:09 userdel[86178]: removed shadow group 'builder' owned by 'builder'
<86>May  4 08:01:09 groupadd[86183]: group added to /etc/group: name=builder, GID=598
<86>May  4 08:01:09 groupadd[86183]: group added to /etc/gshadow: name=builder
<86>May  4 08:01:09 groupadd[86183]: new group: name=builder, GID=598
<86>May  4 08:01:09 useradd[86187]: new user: name=builder, UID=598, GID=598, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/easymesh-1.4-alt2.nosrc.rpm
Installing easymesh-1.4-alt2.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80653
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf easymesh-1.4
+ echo 'Source #0 (easymesh-1.4.tar):'
Source #0 (easymesh-1.4.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/easymesh-1.4.tar
+ cd easymesh-1.4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ install -p -m644 /usr/src/RPM/SOURCES/Makefile .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80653
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd easymesh-1.4
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/easymesh-1.4'
gcc -o EasyMesh -g -pipe -Wall -O3 easymesh_1_4.c -lm
easymesh_1_4.c:153:1: warning: return type defaults to 'int' [-Wimplicit-int]
 in_elem(struct nod *n)
 ^~~~~~~
easymesh_1_4.c:171:1: warning: return type defaults to 'int' [-Wimplicit-int]
 bowyer(int n, int spac)
 ^~~~~~
easymesh_1_4.c: In function 'bowyer':
easymesh_1_4.c:190:5: warning: implicit declaration of function 'swap_side' [-Wimplicit-function-declaration]
    {swap_side(s); swap=1;}}}
     ^~~~~~~~~
easymesh_1_4.c:173:9: warning: unused variable 'i' [-Wunused-variable]
  int e, i, s, swap;
         ^
easymesh_1_4.c: At top level:
easymesh_1_4.c:208:1: warning: return type defaults to 'int' [-Wimplicit-int]
 circles(int e)
 ^~~~~~~
easymesh_1_4.c:250:1: warning: return type defaults to 'int' [-Wimplicit-int]
 spacing(int e, int n)
 ^~~~~~~
easymesh_1_4.c:280:1: warning: return type defaults to 'int' [-Wimplicit-int]
 insert_node(double x, double y, int spac,
 ^~~~~~~~~~~
easymesh_1_4.c: In function 'insert_node':
easymesh_1_4.c:283:24: warning: variable 'ei' set but not used [-Wunused-but-set-variable]
  int    i,j,k,en, n, e,ei,ej,ek, s,si,sj,sk;
                        ^~
easymesh_1_4.c:283:19: warning: unused variable 'n' [-Wunused-variable]
  int    i,j,k,en, n, e,ei,ej,ek, s,si,sj,sk;
                   ^
easymesh_1_4.c:283:15: warning: unused variable 'en' [-Wunused-variable]
  int    i,j,k,en, n, e,ei,ej,ek, s,si,sj,sk;
               ^~
easymesh_1_4.c: At top level:
easymesh_1_4.c:388:1: warning: return type defaults to 'int' [-Wimplicit-int]
 swap_side(int s)
 ^~~~~~~~~
easymesh_1_4.c: In function 'erase':
easymesh_1_4.c:480:22: warning: unused variable 'eb' [-Wunused-variable]
  int a, b, c, d, ea, eb;
                      ^~
easymesh_1_4.c:480:18: warning: unused variable 'ea' [-Wunused-variable]
  int a, b, c, d, ea, eb;
                  ^~
easymesh_1_4.c:480:15: warning: unused variable 'd' [-Wunused-variable]
  int a, b, c, d, ea, eb;
               ^
easymesh_1_4.c: At top level:
easymesh_1_4.c:541:1: warning: return type defaults to 'int' [-Wimplicit-int]
 diamond()
 ^~~~~~~
easymesh_1_4.c:572:1: warning: return type defaults to 'int' [-Wimplicit-int]
 classify()
 ^~~~~~~~
easymesh_1_4.c:668:1: warning: return type defaults to 'int' [-Wimplicit-int]
 new_node()
 ^~~~~~~~
easymesh_1_4.c: In function 'new_node':
easymesh_1_4.c:694:13: warning: 'return' with no value, in function returning non-void
  if(s==OFF) return;
             ^~~~~~
easymesh_1_4.c:668:1: note: declared here
 new_node()
 ^~~~~~~~
easymesh_1_4.c:736:2: warning: 'return' with no value, in function returning non-void
  return;
  ^~~~~~
easymesh_1_4.c:668:1: note: declared here
 new_node()
 ^~~~~~~~
easymesh_1_4.c:675:34: warning: unused variable 'py' [-Wunused-variable]
  double xM, yM, xCa, yCa, p, px, py, q, qx, qy, rhoM, rho_M, d;
                                  ^~
easymesh_1_4.c:675:30: warning: unused variable 'px' [-Wunused-variable]
  double xM, yM, xCa, yCa, p, px, py, q, qx, qy, rhoM, rho_M, d;
                              ^~
easymesh_1_4.c:675:22: warning: unused variable 'yCa' [-Wunused-variable]
  double xM, yM, xCa, yCa, p, px, py, q, qx, qy, rhoM, rho_M, d;
                      ^~~
easymesh_1_4.c:675:17: warning: unused variable 'xCa' [-Wunused-variable]
  double xM, yM, xCa, yCa, p, px, py, q, qx, qy, rhoM, rho_M, d;
                 ^~~
easymesh_1_4.c:674:19: warning: unused variable 'e' [-Wunused-variable]
  int    s=OFF, n, e;
                   ^
easymesh_1_4.c: At top level:
easymesh_1_4.c:742:1: warning: return type defaults to 'int' [-Wimplicit-int]
 neighbours()
 ^~~~~~~~~~
easymesh_1_4.c:764:1: warning: return type defaults to 'int' [-Wimplicit-int]
 materials()
 ^~~~~~~~~
easymesh_1_4.c: In function 'materials':
easymesh_1_4.c:766:31: warning: unused variable 's' [-Wunused-variable]
  int e, c, mater, iter, over, s;
                               ^
easymesh_1_4.c:766:19: warning: unused variable 'iter' [-Wunused-variable]
  int e, c, mater, iter, over, s;
                   ^~~~
easymesh_1_4.c: At top level:
easymesh_1_4.c:833:1: warning: return type defaults to 'int' [-Wimplicit-int]
 relax()
 ^~~~~
easymesh_1_4.c:893:1: warning: return type defaults to 'int' [-Wimplicit-int]
 renum()
 ^~~~~
easymesh_1_4.c: In function 'renum':
easymesh_1_4.c:895:18: warning: unused variable 'e2' [-Wunused-variable]
  int n, o, s, e, e2, c, d, i, j, k;
                  ^~
easymesh_1_4.c:895:9: warning: unused variable 'o' [-Wunused-variable]
  int n, o, s, e, e2, c, d, i, j, k;
         ^
easymesh_1_4.c: At top level:
easymesh_1_4.c:1029:1: warning: return type defaults to 'int' [-Wimplicit-int]
 load_i(FILE *in, int *numb)
 ^~~~~~
easymesh_1_4.c:1040:1: warning: return type defaults to 'int' [-Wimplicit-int]
 load_d(FILE *in, double *numb)
 ^~~~~~
easymesh_1_4.c:1051:1: warning: return type defaults to 'int' [-Wimplicit-int]
 load_s(FILE *in, char *string)
 ^~~~~~
easymesh_1_4.c:1065:1: warning: return type defaults to 'int' [-Wimplicit-int]
 load()
 ^~~~
easymesh_1_4.c: In function 'load':
easymesh_1_4.c:1074:29: warning: unused variable 'yC' [-Wunused-variable]
  double xO, yO, xN, yN, xC, yC, L, Lx, Ly, dLm, ddL, L_tot;
                             ^~
easymesh_1_4.c:1074:25: warning: unused variable 'xC' [-Wunused-variable]
  double xO, yO, xN, yN, xC, yC, L, Lx, Ly, dLm, ddL, L_tot;
                         ^~
easymesh_1_4.c:1067:35: warning: unused variable 'bound' [-Wunused-variable]
  int  c, n, s, Fl, M, N0, chains, bound;
                                   ^~~~~
easymesh_1_4.c:1067:23: warning: unused variable 'N0' [-Wunused-variable]
  int  c, n, s, Fl, M, N0, chains, bound;
                       ^~
easymesh_1_4.c: At top level:
easymesh_1_4.c:1333:1: warning: return type defaults to 'int' [-Wimplicit-int]
 save()
 ^~~~
easymesh_1_4.c:1487:1: warning: return type defaults to 'int' [-Wimplicit-int]
 start_dxf()
 ^~~~~~~~~
easymesh_1_4.c:1508:1: warning: return type defaults to 'int' [-Wimplicit-int]
 line_dxf(double x1, double y1, double z1,
 ^~~~~~~~
easymesh_1_4.c:1535:1: warning: return type defaults to 'int' [-Wimplicit-int]
 end_dxf()
 ^~~~~~~
easymesh_1_4.c:1549:1: warning: return type defaults to 'int' [-Wimplicit-int]
 draw_dxf()
 ^~~~~~~~
easymesh_1_4.c: In function 'draw_dxf':
easymesh_1_4.c:1553:9: warning: unused variable 'numb' [-Wunused-variable]
  char   numb[80];
         ^~~~
easymesh_1_4.c:1552:12: warning: unused variable 'y' [-Wunused-variable]
  double x, y, xc, yc, xd, yd, xa, ya, xb, yb;
            ^
easymesh_1_4.c:1552:9: warning: unused variable 'x' [-Wunused-variable]
  double x, y, xc, yc, xd, yd, xa, ya, xb, yb;
         ^
easymesh_1_4.c:1551:26: warning: unused variable 'ek' [-Wunused-variable]
  int    e, n, s, ei, ej, ek, ea, eb;
                          ^~
easymesh_1_4.c:1551:22: warning: unused variable 'ej' [-Wunused-variable]
  int    e, n, s, ei, ej, ek, ea, eb;
                      ^~
easymesh_1_4.c:1551:18: warning: unused variable 'ei' [-Wunused-variable]
  int    e, n, s, ei, ej, ek, ea, eb;
                  ^~
easymesh_1_4.c:1551:12: warning: unused variable 'n' [-Wunused-variable]
  int    e, n, s, ei, ej, ek, ea, eb;
            ^
easymesh_1_4.c:1551:9: warning: unused variable 'e' [-Wunused-variable]
  int    e, n, s, ei, ej, ek, ea, eb;
         ^
easymesh_1_4.c: At top level:
easymesh_1_4.c:1606:1: warning: return type defaults to 'int' [-Wimplicit-int]
 start_fig()
 ^~~~~~~~~
easymesh_1_4.c:1628:1: warning: return type defaults to 'int' [-Wimplicit-int]
 line_fig(int x1, int y1,
 ^~~~~~~~
easymesh_1_4.c:1661:1: warning: return type defaults to 'int' [-Wimplicit-int]
 end_fig()
 ^~~~~~~
easymesh_1_4.c:1674:1: warning: return type defaults to 'int' [-Wimplicit-int]
 draw_fig()
 ^~~~~~~~
easymesh_1_4.c: In function 'draw_fig':
easymesh_1_4.c:1679:9: warning: unused variable 'numb' [-Wunused-variable]
  char   numb[80];
         ^~~~
easymesh_1_4.c:1677:12: warning: unused variable 'y' [-Wunused-variable]
  double x, y, xc, yc, xd, yd, xa, ya, xb, yb,
            ^
easymesh_1_4.c:1677:9: warning: unused variable 'x' [-Wunused-variable]
  double x, y, xc, yc, xd, yd, xa, ya, xb, yb,
         ^
easymesh_1_4.c:1676:26: warning: unused variable 'ek' [-Wunused-variable]
  int    e, n, s, ei, ej, ek, ea, eb;
                          ^~
easymesh_1_4.c:1676:22: warning: unused variable 'ej' [-Wunused-variable]
  int    e, n, s, ei, ej, ek, ea, eb;
                      ^~
easymesh_1_4.c:1676:18: warning: unused variable 'ei' [-Wunused-variable]
  int    e, n, s, ei, ej, ek, ea, eb;
                  ^~
easymesh_1_4.c:1676:9: warning: unused variable 'e' [-Wunused-variable]
  int    e, n, s, ei, ej, ek, ea, eb;
         ^
easymesh_1_4.c: In function 'main':
easymesh_1_4.c:2064:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(m==ON)
  ^~
easymesh_1_4.c:2065:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    printf("Working.  Please wait !\n"); fflush(stdout);
                                         ^~~~~~
easymesh_1_4.c:2081:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(m==ON)
    ^~
easymesh_1_4.c:2082:62: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
      printf("Improving the grid quality.  Please wait !\n"); fflush(stdout);
                                                              ^~~~~~
easymesh_1_4.c:2086:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(m==ON)
  ^~
easymesh_1_4.c:2087:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    printf("Renumerating nodes, elements and sides. Please wait !\n"); fflush(stdout);
                                                                       ^~~~~~
easymesh_1_4.c:2090:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(m==ON)
  ^~
easymesh_1_4.c:2091:58: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    printf("Processing material marks. Please wait !\n"); fflush(stdout);
                                                          ^~~~~~
easymesh_1_4.c:1863:58: warning: variable 'g' set but not used [-Wunused-but-set-variable]
  int arg, ans, d=ON, r=ON, s=ON, dxf=OFF, fig=OFF, m=ON, g=ON, exa=OFF, Nn0;
                                                          ^
easymesh_1_4.c:1863:11: warning: unused variable 'ans' [-Wunused-variable]
  int arg, ans, d=ON, r=ON, s=ON, dxf=OFF, fig=OFF, m=ON, g=ON, exa=OFF, Nn0;
           ^~~
easymesh_1_4.c: In function 'bowyer':
easymesh_1_4.c:203:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'circles':
easymesh_1_4.c:245:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'spacing':
easymesh_1_4.c:275:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'swap_side':
easymesh_1_4.c:471:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'diamond':
easymesh_1_4.c:567:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'classify':
easymesh_1_4.c:663:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'neighbours':
easymesh_1_4.c:759:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'materials':
easymesh_1_4.c:828:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'relax':
easymesh_1_4.c:854:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'renum':
easymesh_1_4.c:1021:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'load_i':
easymesh_1_4.c:1034:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   {fscanf(in,"%s", dummy);
    ^~~~~~~~~~~~~~~~~~~~~~
easymesh_1_4.c:1036:31: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
    else if(dummy[0]=='#') {do{fscanf(in,"%c", &dum);} while(dum!='#');}
                               ^~~~~~~~~~~~~~~~~~~~~
easymesh_1_4.c:1038:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'load_d':
easymesh_1_4.c:1045:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   {fscanf(in,"%s", dummy);
    ^~~~~~~~~~~~~~~~~~~~~~
easymesh_1_4.c:1047:31: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
    else if(dummy[0]=='#') {do{fscanf(in,"%c", &dum);} while(dum!='#');}
                               ^~~~~~~~~~~~~~~~~~~~~
easymesh_1_4.c:1049:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'load_s':
easymesh_1_4.c:1056:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   {fscanf(in,"%s", dummy);
    ^~~~~~~~~~~~~~~~~~~~~~
easymesh_1_4.c:1058:31: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
    else if(dummy[0]=='#') {do{fscanf(in,"%c", &dum);} while(dum!='#');}
                               ^~~~~~~~~~~~~~~~~~~~~
easymesh_1_4.c:1060:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'draw_dxf':
easymesh_1_4.c:1599:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'draw_fig':
easymesh_1_4.c:1739:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
easymesh_1_4.c: In function 'swap_side':
easymesh_1_4.c:467:14: warning: 'sbd' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(side[sbd].eb==eb) {side[sbd].eb=ea; side[sbd].b=a;}
     ~~~~~~~~~^~~
easymesh_1_4.c:464:14: warning: 'sbc' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(side[sbc].eb==eb) {side[sbc].b=a;}
     ~~~~~~~~~^~~
easymesh_1_4.c:432:37: warning: 'ebd' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if(elem[ebd].ei==eb) elem[ebd].ei=ea;
                         ~~~~~~~~~~~~^~~
easymesh_1_4.c:420:13: warning: 'ebc' may be used uninitialized in this function [-Wmaybe-uninitialized]
  elem[eb].ei=ebc; elem[eb].ej=ea;  elem[eb].ek=eac;
  ~~~~~~~~~~~^~~~
easymesh_1_4.c:457:14: warning: 'sac' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(side[sac].ea==ea) {side[sac].ea=eb; side[sac].a=b;}
     ~~~~~~~~~^~~
easymesh_1_4.c:437:14: warning: 'sad' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(side[sad].ea==ea) {side[sad].a=b;}
     ~~~~~~~~~^~~
easymesh_1_4.c:416:30: warning: 'ead' may be used uninitialized in this function [-Wmaybe-uninitialized]
  elem[ea].ei=ebd; elem[ea].ej=ead; elem[ea].ek=eb;
                   ~~~~~~~~~~~^~~~
easymesh_1_4.c:425:16: warning: 'eac' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if(elem[eac].ei==ea) elem[eac].ei=eb;
       ~~~~~~~~~^~~
easymesh_1_4.c: In function 'diamond':
easymesh_1_4.c:561:25: warning: 'ebd' may be used uninitialized in this function [-Wmaybe-uninitialized]
   (ebd==OFF || elem[ebd].state==D) )
                ~~~~~~~~~^~~~~~
easymesh_1_4.c:559:25: warning: 'ebc' may be used uninitialized in this function [-Wmaybe-uninitialized]
   (ebc==OFF || elem[ebc].state==D) &&
                ~~~~~~~~~^~~~~~
easymesh_1_4.c:560:25: warning: 'ead' may be used uninitialized in this function [-Wmaybe-uninitialized]
   (ead==OFF || elem[ead].state==D) &&
                ~~~~~~~~~^~~~~~
easymesh_1_4.c:558:32: warning: 'eac' may be used uninitialized in this function [-Wmaybe-uninitialized]
      if( (eac==OFF || elem[eac].state==D) &&
                       ~~~~~~~~~^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/easymesh-1.4'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.60036
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/easymesh-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/easymesh-buildroot
+ cd easymesh-1.4
+ make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/easymesh-buildroot
make: Entering directory '/usr/src/RPM/BUILD/easymesh-1.4'
install -d /usr/src/tmp/easymesh-buildroot/usr/bin
install -m755 EasyMesh /usr/src/tmp/easymesh-buildroot/usr/bin
ln -s EasyMesh /usr/src/tmp/easymesh-buildroot/usr/bin/easymesh
make: Leaving directory '/usr/src/RPM/BUILD/easymesh-1.4'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/easymesh-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/easymesh-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/easymesh-buildroot/ (default)
Compressing files in /usr/src/tmp/easymesh-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/easymesh-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/EasyMesh: uses non-LFS functions: fopen
Hardlinking identical .pyc and .pyo files
Processing files: easymesh-1.4-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.48006
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd easymesh-1.4
+ DOCDIR=/usr/src/tmp/easymesh-buildroot/usr/share/doc/easymesh-1.4
+ export DOCDIR
+ rm -rf /usr/src/tmp/easymesh-buildroot/usr/share/doc/easymesh-1.4
+ /bin/mkdir -p /usr/src/tmp/easymesh-buildroot/usr/share/doc/easymesh-1.4
+ cp -prL html examples /usr/src/tmp/easymesh-buildroot/usr/share/doc/easymesh-1.4
+ chmod -R go-w /usr/src/tmp/easymesh-buildroot/usr/share/doc/easymesh-1.4
+ chmod -R a+rX /usr/src/tmp/easymesh-buildroot/usr/share/doc/easymesh-1.4
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FSxtpv
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vTQKtc
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.848S1f
Creating easymesh-debuginfo package
Processing files: easymesh-debuginfo-1.4-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RIVBYu
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XXEUF6
find-requires: running scripts (debuginfo)
Requires: easymesh = 1.4-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6)
Wrote: /usr/src/RPM/RPMS/i586/easymesh-1.4-alt2.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/easymesh-debuginfo-1.4-alt2.i586.rpm
4.12user 0.49system 0:09.57elapsed 48%CPU (0avgtext+0avgdata 41820maxresident)k
0inputs+0outputs (0major+187946minor)pagefaults 0swaps
5.62user 2.54system 0:13.65elapsed 59%CPU (0avgtext+0avgdata 41820maxresident)k
0inputs+0outputs (0major+365731minor)pagefaults 0swaps