<86>Nov 9 06:16:48 userdel[3062567]: delete user 'rooter' <86>Nov 9 06:16:48 userdel[3062567]: removed group 'rooter' owned by 'rooter' <86>Nov 9 06:16:48 userdel[3062567]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 9 06:16:48 groupadd[3062581]: group added to /etc/group: name=rooter, GID=1229 <86>Nov 9 06:16:48 groupadd[3062581]: group added to /etc/gshadow: name=rooter <86>Nov 9 06:16:48 groupadd[3062581]: new group: name=rooter, GID=1229 <86>Nov 9 06:16:48 useradd[3062593]: new user: name=rooter, UID=1229, GID=1229, home=/root, shell=/bin/bash, from=none <86>Nov 9 06:16:48 userdel[3062620]: delete user 'builder' <86>Nov 9 06:16:48 userdel[3062620]: removed group 'builder' owned by 'builder' <86>Nov 9 06:16:48 userdel[3062620]: removed shadow group 'builder' owned by 'builder' <86>Nov 9 06:16:48 groupadd[3062633]: group added to /etc/group: name=builder, GID=1230 <86>Nov 9 06:16:48 groupadd[3062633]: group added to /etc/gshadow: name=builder <86>Nov 9 06:16:48 groupadd[3062633]: new group: name=builder, GID=1230 <86>Nov 9 06:16:48 useradd[3062647]: new user: name=builder, UID=1230, GID=1230, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/untex-1.3-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/untex-1.3-alt1.qa1.nosrc.rpm (w1.gzdio) Installing untex-1.3-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.96590 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf untex-1.3 + /bin/mkdir -p untex-1.3 + cd untex-1.3 + echo 'Source #0 (untex-1.3.tar.gz):' Source #0 (untex-1.3.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/untex-1.3.tar.gz + /bin/tar -xf - + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.96590 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd untex-1.3 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/untex-1.3' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o untex untex.c untex.c: In function 'main': untex.c:101:16: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 101 | iso = !strcmp(&argv[i-1][2], "iso"); | ^~~~~~ untex.c:49:1: note: include '' or provide a declaration of 'strcmp' 48 | #include +++ |+#include 49 | untex.c:118:5: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 118 | exit(0); | ^~~~ untex.c:49:1: note: include '' or provide a declaration of 'exit' 48 | #include +++ |+#include 49 | untex.c:118:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 118 | exit(0); | ^~~~ untex.c:118:5: note: include '' or provide a declaration of 'exit' untex.c: In function 'usage': untex.c:141:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 141 | exit(1); | ^~~~ untex.c:141:5: note: include '' or provide a declaration of 'exit' untex.c: In function 'untex': untex.c:232:20: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 232 | case '%':while ((c=getc(inf)) != EOF && c != '\n'); | ^~~~~ untex.c:233:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 233 | break; | ^~~~~ untex.c: In function 'parsecmd': untex.c:392:13: error: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 392 | if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex"); | ^~~~~~~ untex.c:392:13: note: include '' or provide a declaration of 'strncmp' untex.c:392:42: warning: 'strncmp' argument 3 type is 'int' where 'unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 392 | if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex"); | ^ : note: built-in 'strncmp' declared here untex.c:392:46: error: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] 392 | if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex"); | ^~~~~~ untex.c:392:46: note: include '' or provide a declaration of 'strcat' untex.c:392:46: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] untex.c:392:46: note: include '' or provide a declaration of 'strcat' untex.c:345:9: warning: unused variable 'proceed' [-Wunused-variable] 345 | int proceed; | ^~~~~~~ untex.c: In function 'skip': untex.c:316:1: warning: control reaches end of non-void function [-Wreturn-type] 316 | } | ^ make: *** [Makefile:8: untex] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/untex-1.3' error: Bad exit status from /usr/src/tmp/rpm-tmp.96590 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.96590 (%build) Command exited with non-zero status 1 0.03user 0.04system 0:00.07elapsed 106%CPU (0avgtext+0avgdata 14592maxresident)k 0inputs+0outputs (0major+7428minor)pagefaults 0swaps hsh-rebuild: rebuild of `untex-1.3-alt1.qa1.src.rpm' failed. Command exited with non-zero status 1 0.66user 1.43system 0:03.77elapsed 55%CPU (0avgtext+0avgdata 11776maxresident)k 0inputs+0outputs (0major+84405minor)pagefaults 0swaps