<86>Dec  3 00:03:34 userdel[191316]: delete user 'rooter'
<86>Dec  3 00:03:34 userdel[191316]: removed group 'rooter' owned by 'rooter'
<86>Dec  3 00:03:34 userdel[191316]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec  3 00:03:34 groupadd[191323]: group added to /etc/group: name=rooter, GID=1226
<86>Dec  3 00:03:34 groupadd[191323]: group added to /etc/gshadow: name=rooter
<86>Dec  3 00:03:34 groupadd[191323]: new group: name=rooter, GID=1226
<86>Dec  3 00:03:34 useradd[191329]: new user: name=rooter, UID=1226, GID=1226, home=/root, shell=/bin/bash, from=none
<86>Dec  3 00:03:34 userdel[191339]: delete user 'builder'
<86>Dec  3 00:03:34 userdel[191339]: removed group 'builder' owned by 'builder'
<86>Dec  3 00:03:34 userdel[191339]: removed shadow group 'builder' owned by 'builder'
<86>Dec  3 00:03:34 groupadd[191346]: group added to /etc/group: name=builder, GID=1227
<86>Dec  3 00:03:34 groupadd[191346]: group added to /etc/gshadow: name=builder
<86>Dec  3 00:03:34 groupadd[191346]: new group: name=builder, GID=1227
<86>Dec  3 00:03:34 useradd[191352]: new user: name=builder, UID=1227, GID=1227, 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.59295
+ 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.59295
+ 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.59295 (%build)


RPM build errors:
    Bad exit status from /usr/src/tmp/rpm-tmp.59295 (%build)
Command exited with non-zero status 1
0.11user 0.03system 0:00.13elapsed 102%CPU (0avgtext+0avgdata 25344maxresident)k
0inputs+0outputs (0major+10383minor)pagefaults 0swaps
hsh-rebuild: rebuild of `rman-3.2-alt1.qa1.src.rpm' failed.
Command exited with non-zero status 1
0.75user 1.30system 0:03.77elapsed 54%CPU (0avgtext+0avgdata 12032maxresident)k
168inputs+0outputs (0major+83971minor)pagefaults 0swaps