<86>Oct 29 14:36:29 userdel[671695]: delete user 'rooter' <86>Oct 29 14:36:29 userdel[671695]: removed group 'rooter' owned by 'rooter' <86>Oct 29 14:36:29 userdel[671695]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 14:36:29 groupadd[671805]: group added to /etc/group: name=rooter, GID=1244 <86>Oct 29 14:36:29 groupadd[671805]: group added to /etc/gshadow: name=rooter <86>Oct 29 14:36:29 groupadd[671805]: new group: name=rooter, GID=1244 <86>Oct 29 14:36:29 useradd[671911]: new user: name=rooter, UID=1244, GID=1244, home=/root, shell=/bin/bash, from=none <86>Oct 29 14:36:29 userdel[671975]: delete user 'builder' <86>Oct 29 14:36:29 userdel[671975]: removed group 'builder' owned by 'builder' <86>Oct 29 14:36:29 userdel[671975]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 14:36:29 groupadd[672019]: group added to /etc/group: name=builder, GID=1245 <86>Oct 29 14:36:29 groupadd[672019]: group added to /etc/gshadow: name=builder <86>Oct 29 14:36:29 groupadd[672019]: new group: name=builder, GID=1245 <86>Oct 29 14:36:29 useradd[672037]: new user: name=builder, UID=1245, GID=1245, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/rman-3.2-alt1.qa1.src.rpm: The use of such a license name is ambiguous: Artistic Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/rman-3.2-alt1.qa1.nosrc.rpm (w1.gzdio) Installing rman-3.2-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.15498 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf rman-3.2 + echo 'Source #0 (rman-3.2.tar.gz):' Source #0 (rman-3.2.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/rman-3.2.tar.gz + /bin/tar -xf - + cd rman-3.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (rman-3.2-alt-make.patch):' Patch #1 (rman-3.2-alt-make.patch): + /usr/bin/patch -p1 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.15498 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rman-3.2 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/rman-3.2' gcc -DNDEBUG -DVOLLIST='"1:2:3:4:5:6:7:8:9:o:l:n:p"' -DMANTITLEPRINTF='"%s(%s) manual page"' -DMANREFPRINTF='"%s.%s"' -DPOLYGLOTMANVERSION=\"3.2\" -O2 -finline-functions -o rman rman.c rman.c: In function 'casify': rman.c:364:99: error: passing argument 5 of 'bsearch' from incompatible pointer type [-Wincompatible-pointer-types] 364 | exp = (char **)bsearch(&p, lcexceptions, lcexceptionslen, sizeof(char *), lcexceptionscmp); | ^~~~~~~~~~~~~~~ | | | int (*)(const char **, const char **) In file included from /usr/include/stdlib.h:973, from rman.c:24: /usr/include/bits/stdlib-bsearch.h:21:24: note: expected 'int (*)(const void *, const void *)' but argument is of type 'int (*)(const char **, const char **)' 21 | __compar_fn_t __compar) | ~~~~~~~~~~~~~~^~~~~~~~ rman.c: In function 'HTML': rman.c:1375:17: warning: format not a string literal and no format arguments [-Wformat-security] 1375 | if (sectheadid==NAME && message!=NULL) printf(message); | ^~ rman.c: In function 'source_command': rman.c:4174:44: warning: passing argument 1 of 'source_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4174 | if (fcharout) { source_out(tcltkOP[i]); source_out(": "); } | ~~~~~~~^~~ rman.c:3558:24: note: expected 'char *' but argument is of type 'const char *' 3558 | char *source_out(char *p) { | ~~~~~~^ rman.c: In function 'main': rman.c:4669:61: error: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types] 4669 | qsort(lcexceptions, lcexceptionslen, sizeof(char*), lcexceptionscmp); | ^~~~~~~~~~~~~~~ | | | int (*)(const char **, const char **) /usr/include/stdlib.h:979:34: note: expected '__compar_fn_t' {aka 'int (*)(const void *, const void *)'} but argument is of type 'int (*)(const char **, const char **)' 979 | __compar_fn_t __compar) __nonnull ((1, 4)); | ~~~~~~~~~~~~~~^~~~~~~~ rman.c: In function 'source_filter': rman.c:4440:27: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 4440 | fgets(p, MAXBUF-lenp, difffd); p[strlen(p)-1]='\0'; lenp+=strlen(p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rman.c:4494:19: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 4494 | fgets(diffline, MAXBUF, difffd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rman.c:4503:50: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 4503 | if (diffcmd=='c') while (insertcnt0--) fgets(diffline, MAXBUF, difffd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rman.c:4508:31: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 4508 | while (insertcnt--) fgets(diffline, MAXBUF, difffd); /* eat duplicate text of above */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:105: rman] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/rman-3.2' error: Bad exit status from /usr/src/tmp/rpm-tmp.15498 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.15498 (%build) Command exited with non-zero status 1 0.10user 0.03system 0:00.28elapsed 51%CPU (0avgtext+0avgdata 25780maxresident)k 0inputs+0outputs (0major+10404minor)pagefaults 0swaps hsh-rebuild: rebuild of `rman-3.2-alt1.qa1.src.rpm' failed. Command exited with non-zero status 1 0.93user 1.72system 0:08.29elapsed 32%CPU (0avgtext+0avgdata 12220maxresident)k 0inputs+0outputs (0major+84640minor)pagefaults 0swaps