<86>Mar 23 06:11:07 userdel[4125055]: delete user 'rooter' <86>Mar 23 06:11:07 userdel[4125055]: removed group 'rooter' owned by 'rooter' <86>Mar 23 06:11:07 userdel[4125055]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 23 06:11:07 groupadd[4125095]: group added to /etc/group: name=rooter, GID=1847 <86>Mar 23 06:11:07 groupadd[4125095]: group added to /etc/gshadow: name=rooter <86>Mar 23 06:11:07 groupadd[4125095]: new group: name=rooter, GID=1847 <86>Mar 23 06:11:07 useradd[4125132]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash, from=none <86>Mar 23 06:11:07 userdel[4125176]: delete user 'builder' <86>Mar 23 06:11:07 userdel[4125176]: removed group 'builder' owned by 'builder' <86>Mar 23 06:11:07 userdel[4125176]: removed shadow group 'builder' owned by 'builder' <86>Mar 23 06:11:07 groupadd[4125202]: group added to /etc/group: name=builder, GID=1848 <86>Mar 23 06:11:07 groupadd[4125202]: group added to /etc/gshadow: name=builder <86>Mar 23 06:11:07 groupadd[4125202]: new group: name=builder, GID=1848 <86>Mar 23 06:11:07 useradd[4125233]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/easymesh-1.4-alt2.src.rpm: license not found in '/usr/share/license' directory: Free /usr/src/in/srpm/easymesh-1.4-alt2.src.rpm: license not found in '/usr/share/license' directory: for /usr/src/in/srpm/easymesh-1.4-alt2.src.rpm: license not found in '/usr/share/license' directory: non-commertial /usr/src/in/srpm/easymesh-1.4-alt2.src.rpm: license not found in '/usr/share/license' directory: using Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/easymesh-1.4-alt2.nosrc.rpm (w1.gzdio) 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.84397 + 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.84397 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd easymesh-1.4 + make -j16 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] 153 | in_elem(struct nod *n) | ^~~~~~~ easymesh_1_4.c:171:1: warning: return type defaults to 'int' [-Wimplicit-int] 171 | bowyer(int n, int spac) | ^~~~~~ easymesh_1_4.c: In function 'bowyer': easymesh_1_4.c:190:12: warning: implicit declaration of function 'swap_side' [-Wimplicit-function-declaration] 190 | {swap_side(s); swap=1;}}} | ^~~~~~~~~ easymesh_1_4.c:173:9: warning: unused variable 'i' [-Wunused-variable] 173 | 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] 208 | circles(int e) | ^~~~~~~ easymesh_1_4.c:250:1: warning: return type defaults to 'int' [-Wimplicit-int] 250 | spacing(int e, int n) | ^~~~~~~ easymesh_1_4.c:280:1: warning: return type defaults to 'int' [-Wimplicit-int] 280 | 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] 283 | 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] 283 | 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] 283 | 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] 388 | swap_side(int s) | ^~~~~~~~~ easymesh_1_4.c: In function 'erase': easymesh_1_4.c:480:22: warning: unused variable 'eb' [-Wunused-variable] 480 | int a, b, c, d, ea, eb; | ^~ easymesh_1_4.c:480:18: warning: unused variable 'ea' [-Wunused-variable] 480 | int a, b, c, d, ea, eb; | ^~ easymesh_1_4.c:480:15: warning: unused variable 'd' [-Wunused-variable] 480 | 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] 541 | diamond() | ^~~~~~~ easymesh_1_4.c:572:1: warning: return type defaults to 'int' [-Wimplicit-int] 572 | classify() | ^~~~~~~~ easymesh_1_4.c:668:1: warning: return type defaults to 'int' [-Wimplicit-int] 668 | 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 [-Wreturn-type] 694 | if(s==OFF) return; | ^~~~~~ easymesh_1_4.c:668:1: note: declared here 668 | new_node() | ^~~~~~~~ easymesh_1_4.c:736:2: warning: 'return' with no value, in function returning non-void [-Wreturn-type] 736 | return; | ^~~~~~ easymesh_1_4.c:668:1: note: declared here 668 | new_node() | ^~~~~~~~ easymesh_1_4.c:675:34: warning: unused variable 'py' [-Wunused-variable] 675 | 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] 675 | 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] 675 | 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] 675 | 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] 674 | 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] 742 | neighbours() | ^~~~~~~~~~ easymesh_1_4.c:764:1: warning: return type defaults to 'int' [-Wimplicit-int] 764 | materials() | ^~~~~~~~~ easymesh_1_4.c: In function 'materials': easymesh_1_4.c:766:31: warning: unused variable 's' [-Wunused-variable] 766 | int e, c, mater, iter, over, s; | ^ easymesh_1_4.c:766:19: warning: unused variable 'iter' [-Wunused-variable] 766 | 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] 833 | relax() | ^~~~~ easymesh_1_4.c:893:1: warning: return type defaults to 'int' [-Wimplicit-int] 893 | renum() | ^~~~~ easymesh_1_4.c: In function 'renum': easymesh_1_4.c:895:18: warning: unused variable 'e2' [-Wunused-variable] 895 | int n, o, s, e, e2, c, d, i, j, k; | ^~ easymesh_1_4.c:895:9: warning: unused variable 'o' [-Wunused-variable] 895 | 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] 1029 | load_i(FILE *in, int *numb) | ^~~~~~ easymesh_1_4.c:1040:1: warning: return type defaults to 'int' [-Wimplicit-int] 1040 | load_d(FILE *in, double *numb) | ^~~~~~ easymesh_1_4.c:1051:1: warning: return type defaults to 'int' [-Wimplicit-int] 1051 | load_s(FILE *in, char *string) | ^~~~~~ easymesh_1_4.c:1065:1: warning: return type defaults to 'int' [-Wimplicit-int] 1065 | load() | ^~~~ easymesh_1_4.c: In function 'load': easymesh_1_4.c:1074:29: warning: unused variable 'yC' [-Wunused-variable] 1074 | 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] 1074 | 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] 1067 | int c, n, s, Fl, M, N0, chains, bound; | ^~~~~ easymesh_1_4.c:1067:23: warning: unused variable 'N0' [-Wunused-variable] 1067 | 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] 1333 | save() | ^~~~ easymesh_1_4.c:1487:1: warning: return type defaults to 'int' [-Wimplicit-int] 1487 | start_dxf() | ^~~~~~~~~ easymesh_1_4.c:1508:1: warning: return type defaults to 'int' [-Wimplicit-int] 1508 | line_dxf(double x1, double y1, double z1, | ^~~~~~~~ easymesh_1_4.c:1535:1: warning: return type defaults to 'int' [-Wimplicit-int] 1535 | end_dxf() | ^~~~~~~ easymesh_1_4.c:1549:1: warning: return type defaults to 'int' [-Wimplicit-int] 1549 | draw_dxf() | ^~~~~~~~ easymesh_1_4.c: In function 'draw_dxf': easymesh_1_4.c:1553:9: warning: unused variable 'numb' [-Wunused-variable] 1553 | char numb[80]; | ^~~~ easymesh_1_4.c:1552:12: warning: unused variable 'y' [-Wunused-variable] 1552 | double x, y, xc, yc, xd, yd, xa, ya, xb, yb; | ^ easymesh_1_4.c:1552:9: warning: unused variable 'x' [-Wunused-variable] 1552 | double x, y, xc, yc, xd, yd, xa, ya, xb, yb; | ^ easymesh_1_4.c:1551:26: warning: unused variable 'ek' [-Wunused-variable] 1551 | int e, n, s, ei, ej, ek, ea, eb; | ^~ easymesh_1_4.c:1551:22: warning: unused variable 'ej' [-Wunused-variable] 1551 | int e, n, s, ei, ej, ek, ea, eb; | ^~ easymesh_1_4.c:1551:18: warning: unused variable 'ei' [-Wunused-variable] 1551 | int e, n, s, ei, ej, ek, ea, eb; | ^~ easymesh_1_4.c:1551:12: warning: unused variable 'n' [-Wunused-variable] 1551 | int e, n, s, ei, ej, ek, ea, eb; | ^ easymesh_1_4.c:1551:9: warning: unused variable 'e' [-Wunused-variable] 1551 | 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] 1606 | start_fig() | ^~~~~~~~~ easymesh_1_4.c:1628:1: warning: return type defaults to 'int' [-Wimplicit-int] 1628 | line_fig(int x1, int y1, | ^~~~~~~~ easymesh_1_4.c:1661:1: warning: return type defaults to 'int' [-Wimplicit-int] 1661 | end_fig() | ^~~~~~~ easymesh_1_4.c:1674:1: warning: return type defaults to 'int' [-Wimplicit-int] 1674 | draw_fig() | ^~~~~~~~ easymesh_1_4.c: In function 'draw_fig': easymesh_1_4.c:1679:9: warning: unused variable 'numb' [-Wunused-variable] 1679 | char numb[80]; | ^~~~ easymesh_1_4.c:1677:12: warning: unused variable 'y' [-Wunused-variable] 1677 | double x, y, xc, yc, xd, yd, xa, ya, xb, yb, | ^ easymesh_1_4.c:1677:9: warning: unused variable 'x' [-Wunused-variable] 1677 | double x, y, xc, yc, xd, yd, xa, ya, xb, yb, | ^ easymesh_1_4.c:1676:26: warning: unused variable 'ek' [-Wunused-variable] 1676 | int e, n, s, ei, ej, ek, ea, eb; | ^~ easymesh_1_4.c:1676:22: warning: unused variable 'ej' [-Wunused-variable] 1676 | int e, n, s, ei, ej, ek, ea, eb; | ^~ easymesh_1_4.c:1676:18: warning: unused variable 'ei' [-Wunused-variable] 1676 | int e, n, s, ei, ej, ek, ea, eb; | ^~ easymesh_1_4.c:1676:9: warning: unused variable 'e' [-Wunused-variable] 1676 | 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] 2064 | 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' 2065 | printf("Working. Please wait !\n"); fflush(stdout); | ^~~~~~ easymesh_1_4.c:2081:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2081 | 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' 2082 | 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] 2086 | 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' 2087 | 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] 2090 | 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' 2091 | 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] 1863 | 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] 1863 | 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] 203 | } | ^ easymesh_1_4.c: In function 'circles': easymesh_1_4.c:245:1: warning: control reaches end of non-void function [-Wreturn-type] 245 | } | ^ easymesh_1_4.c: In function 'spacing': easymesh_1_4.c:275:1: warning: control reaches end of non-void function [-Wreturn-type] 275 | } | ^ easymesh_1_4.c: In function 'swap_side': easymesh_1_4.c:471:1: warning: control reaches end of non-void function [-Wreturn-type] 471 | } | ^ easymesh_1_4.c: In function 'diamond': easymesh_1_4.c:567:1: warning: control reaches end of non-void function [-Wreturn-type] 567 | } | ^ easymesh_1_4.c: In function 'classify': easymesh_1_4.c:663:1: warning: control reaches end of non-void function [-Wreturn-type] 663 | } | ^ easymesh_1_4.c: In function 'neighbours': easymesh_1_4.c:759:1: warning: control reaches end of non-void function [-Wreturn-type] 759 | } | ^ easymesh_1_4.c: In function 'materials': easymesh_1_4.c:828:1: warning: control reaches end of non-void function [-Wreturn-type] 828 | } | ^ easymesh_1_4.c: In function 'relax': easymesh_1_4.c:854:1: warning: control reaches end of non-void function [-Wreturn-type] 854 | } | ^ easymesh_1_4.c: In function 'renum': easymesh_1_4.c:1021:1: warning: control reaches end of non-void function [-Wreturn-type] 1021 | } | ^ 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] 1034 | {fscanf(in,"%s", dummy); | ^~~~~~~~~~~~~~~~~~~~~~ easymesh_1_4.c:1036:31: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 1036 | 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] 1038 | } | ^ 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] 1045 | {fscanf(in,"%s", dummy); | ^~~~~~~~~~~~~~~~~~~~~~ easymesh_1_4.c:1047:31: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 1047 | 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] 1049 | } | ^ 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] 1056 | {fscanf(in,"%s", dummy); | ^~~~~~~~~~~~~~~~~~~~~~ easymesh_1_4.c:1058:31: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 1058 | 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] 1060 | } | ^ easymesh_1_4.c: In function 'draw_dxf': easymesh_1_4.c:1599:1: warning: control reaches end of non-void function [-Wreturn-type] 1599 | } | ^ easymesh_1_4.c: In function 'draw_fig': easymesh_1_4.c:1739:1: warning: control reaches end of non-void function [-Wreturn-type] 1739 | } | ^ easymesh_1_4.c: In function 'swap_side': easymesh_1_4.c:423:4: warning: 'eac' may be used uninitialized [-Wmaybe-uninitialized] 423 | if(eac!=-1) | ^ easymesh_1_4.c:390:29: note: 'eac' was declared here 390 | int a, b, c, d, ea, eb, eac, ead, ebc, ebd, sad, sac, sbc, sbd; | ^~~ easymesh_1_4.c:416:30: warning: 'ead' may be used uninitialized [-Wmaybe-uninitialized] 416 | elem[ea].ei=ebd; elem[ea].ej=ead; elem[ea].ek=eb; | ~~~~~~~~~~~^~~~ easymesh_1_4.c:390:34: note: 'ead' was declared here 390 | int a, b, c, d, ea, eb, eac, ead, ebc, ebd, sad, sac, sbc, sbd; | ^~~ easymesh_1_4.c:417:30: warning: 'sad' may be used uninitialized [-Wmaybe-uninitialized] 417 | elem[ea].si=sbd; elem[ea].sj=sad; elem[ea].sk=s; | ~~~~~~~~~~~^~~~ easymesh_1_4.c:390:49: note: 'sad' was declared here 390 | int a, b, c, d, ea, eb, eac, ead, ebc, ebd, sad, sac, sbc, sbd; | ^~~ easymesh_1_4.c:421:47: warning: 'sac' may be used uninitialized [-Wmaybe-uninitialized] 421 | elem[eb].si=sbc; elem[eb].sj=s; elem[eb].sk=sac; | ~~~~~~~~~~~^~~~ easymesh_1_4.c:390:54: note: 'sac' was declared here 390 | int a, b, c, d, ea, eb, eac, ead, ebc, ebd, sad, sac, sbc, sbd; | ^~~ easymesh_1_4.c:420:13: warning: 'ebc' may be used uninitialized [-Wmaybe-uninitialized] 420 | elem[eb].ei=ebc; elem[eb].ej=ea; elem[eb].ek=eac; | ~~~~~~~~~~~^~~~ easymesh_1_4.c:390:39: note: 'ebc' was declared here 390 | int a, b, c, d, ea, eb, eac, ead, ebc, ebd, sad, sac, sbc, sbd; | ^~~ easymesh_1_4.c:416:13: warning: 'ebd' may be used uninitialized [-Wmaybe-uninitialized] 416 | elem[ea].ei=ebd; elem[ea].ej=ead; elem[ea].ek=eb; | ~~~~~~~~~~~^~~~ easymesh_1_4.c:390:44: note: 'ebd' was declared here 390 | int a, b, c, d, ea, eb, eac, ead, ebc, ebd, sad, sac, sbc, sbd; | ^~~ easymesh_1_4.c:421:13: warning: 'sbc' may be used uninitialized [-Wmaybe-uninitialized] 421 | elem[eb].si=sbc; elem[eb].sj=s; elem[eb].sk=sac; | ~~~~~~~~~~~^~~~ easymesh_1_4.c:390:59: note: 'sbc' was declared here 390 | int a, b, c, d, ea, eb, eac, ead, ebc, ebd, sad, sac, sbc, sbd; | ^~~ easymesh_1_4.c:417:13: warning: 'sbd' may be used uninitialized [-Wmaybe-uninitialized] 417 | elem[ea].si=sbd; elem[ea].sj=sad; elem[ea].sk=s; | ~~~~~~~~~~~^~~~ easymesh_1_4.c:390:64: note: 'sbd' was declared here 390 | int a, b, c, d, ea, eb, eac, ead, ebc, ebd, sad, sac, sbc, sbd; | ^~~ easymesh_1_4.c: In function 'diamond': easymesh_1_4.c:558:8: warning: 'eac' may be used uninitialized [-Wmaybe-uninitialized] 558 | if( (eac==OFF || elem[eac].state==D) && | ^ easymesh_1_4.c:543:17: note: 'eac' was declared here 543 | int ea, eb, eac, ead, ebc, ebd, s; | ^~~ easymesh_1_4.c:559:43: warning: 'ead' may be used uninitialized [-Wmaybe-uninitialized] 558 | if( (eac==OFF || elem[eac].state==D) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 559 | (ebc==OFF || elem[ebc].state==D) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 560 | (ead==OFF || elem[ead].state==D) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ easymesh_1_4.c:543:22: note: 'ead' was declared here 543 | int ea, eb, eac, ead, ebc, ebd, s; | ^~~ easymesh_1_4.c:558:43: warning: 'ebc' may be used uninitialized [-Wmaybe-uninitialized] 558 | if( (eac==OFF || elem[eac].state==D) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 559 | (ebc==OFF || elem[ebc].state==D) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ easymesh_1_4.c:543:27: note: 'ebc' was declared here 543 | int ea, eb, eac, ead, ebc, ebd, s; | ^~~ easymesh_1_4.c:560:43: warning: 'ebd' may be used uninitialized [-Wmaybe-uninitialized] 558 | if( (eac==OFF || elem[eac].state==D) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 559 | (ebc==OFF || elem[ebc].state==D) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 560 | (ead==OFF || elem[ead].state==D) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 561 | (ebd==OFF || elem[ebd].state==D) ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ easymesh_1_4.c:543:32: note: 'ebd' was declared here 543 | int ea, eb, eac, ead, ebc, ebd, s; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/easymesh-1.4' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.32681 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd easymesh-1.4 + make 'INSTALL=/usr/libexec/rpm-build/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,gnuconfig) 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 Processing files: easymesh-1.4-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.32681 + 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.Ui0WZZ 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.BaeA27 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), 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.THjoq5 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.O93KMw find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2A4pbL 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 (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/easymesh-debuginfo-1.4-alt2.i586.rpm (w2.lzdio) 1.07user 1.04system 0:06.34elapsed 33%CPU (0avgtext+0avgdata 44520maxresident)k 0inputs+0outputs (0major+170970minor)pagefaults 0swaps /.out/easymesh-1.4-alt2.i586.rpm: license not found in '/usr/share/license' directory: Free /.out/easymesh-1.4-alt2.i586.rpm: license not found in '/usr/share/license' directory: for /.out/easymesh-1.4-alt2.i586.rpm: license not found in '/usr/share/license' directory: non-commertial /.out/easymesh-1.4-alt2.i586.rpm: license not found in '/usr/share/license' directory: using /.out/easymesh-debuginfo-1.4-alt2.i586.rpm: license not found in '/usr/share/license' directory: Free /.out/easymesh-debuginfo-1.4-alt2.i586.rpm: license not found in '/usr/share/license' directory: for /.out/easymesh-debuginfo-1.4-alt2.i586.rpm: license not found in '/usr/share/license' directory: non-commertial /.out/easymesh-debuginfo-1.4-alt2.i586.rpm: license not found in '/usr/share/license' directory: using 0.52user 1.81system 0:11.44elapsed 20%CPU (0avgtext+0avgdata 12240maxresident)k 0inputs+0outputs (0major+93654minor)pagefaults 0swaps --- easymesh-1.4-alt2.i586.rpm.repo 2011-03-16 14:08:02.000000000 +0000 +++ easymesh-1.4-alt2.i586.rpm.hasher 2024-03-23 06:11:15.434451460 +0000 @@ -38,3 +38,5 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -45,3 +47,3 @@ Provides: easymesh = 1.4-alt2 -File: /usr/bin/EasyMesh 100755 root:root 18de3dadbb675ee3ef22785464cb0f99 +File: /usr/bin/EasyMesh 100755 root:root d8f0b87fd92150270a0fefdcb816b7e6 File: /usr/bin/easymesh 120777 root:root EasyMesh @@ -80,2 +82,2 @@ File: /usr/share/doc/easymesh-1.4/html/using.html 100755 root:root 4e9fc67abfdb259023674c494522e652 -RPMIdentity: 6929c17a326f833064c0fb880cdd4d4ff10905d1c8e420abe3d6020d911738b2b5601863d9dafcc51e9155a359cbcad2f2e0818ba3682e915b2b682b5b0415de +RPMIdentity: 0916204fabdd975190f3dbb8647a432c6cb5693a6ad41f623845baaf8a2202c46286e09fc1f5ec609d784ca6088d3234c4299f0cc36bfce41957d9b9ef01f9f2 --- easymesh-debuginfo-1.4-alt2.i586.rpm.repo 2011-03-16 14:08:02.000000000 +0000 +++ easymesh-debuginfo-1.4-alt2.i586.rpm.hasher 2024-03-23 06:11:15.507452358 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/c7 40755 root:root -/usr/lib/debug/.build-id/c7/a004563ed28693589a890e7d93b3a3a1413707 120777 root:root ../../../../bin/EasyMesh -/usr/lib/debug/.build-id/c7/a004563ed28693589a890e7d93b3a3a1413707.debug 120777 root:root ../../usr/bin/EasyMesh.debug +/usr/lib/debug/.build-id/89 40755 root:root +/usr/lib/debug/.build-id/89/d1994ae70aca417f98511e2fe4be0a1a737cf8 120777 root:root ../../../../bin/EasyMesh +/usr/lib/debug/.build-id/89/d1994ae70aca417f98511e2fe4be0a1a737cf8.debug 120777 root:root ../../usr/bin/EasyMesh.debug /usr/lib/debug/usr/bin/EasyMesh.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: easymesh-debuginfo = 1.4-alt2 -File: /usr/lib/debug/.build-id/c7 40755 root:root -File: /usr/lib/debug/.build-id/c7/a004563ed28693589a890e7d93b3a3a1413707 120777 root:root ../../../../bin/EasyMesh -File: /usr/lib/debug/.build-id/c7/a004563ed28693589a890e7d93b3a3a1413707.debug 120777 root:root ../../usr/bin/EasyMesh.debug -File: /usr/lib/debug/usr/bin/EasyMesh.debug 100644 root:root c4e73a96fd3fe7888ab35993c6ed0b14 +File: /usr/lib/debug/.build-id/89 40755 root:root +File: /usr/lib/debug/.build-id/89/d1994ae70aca417f98511e2fe4be0a1a737cf8 120777 root:root ../../../../bin/EasyMesh +File: /usr/lib/debug/.build-id/89/d1994ae70aca417f98511e2fe4be0a1a737cf8.debug 120777 root:root ../../usr/bin/EasyMesh.debug +File: /usr/lib/debug/usr/bin/EasyMesh.debug 100644 root:root 34519ea45d9467b7530d2db728f3cb9d File: /usr/lib/debug/usr/bin/easymesh.debug 120777 root:root EasyMesh.debug @@ -20,2 +20,2 @@ File: /usr/src/debug/easymesh-1.4/easymesh_1_4.c 100644 root:root b0cfc16804fd0f439f9acdb0f95c7964 -RPMIdentity: 9cc87630815724c248cd366d9e07721e3205ed7408b8cb3c790540679952e5a924e088fe5a27129cab89b487bf59ecdb037dcfa128d37fce7c076e55a2cf51b0 +RPMIdentity: 7211b04a03cf4d9f7f2f1d89d9a81e7069fc1628bbfffac885e9fc05b3912934c980b00cac9a314535a9d339bca6f7547506b5d77752f848465cbd90eec98940