<86>Nov  9 00:06:27 userdel[640541]: delete user 'rooter'
<86>Nov  9 00:06:27 userdel[640541]: removed group 'rooter' owned by 'rooter'
<86>Nov  9 00:06:27 userdel[640541]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov  9 00:06:27 groupadd[640579]: group added to /etc/group: name=rooter, GID=1814
<86>Nov  9 00:06:27 groupadd[640579]: group added to /etc/gshadow: name=rooter
<86>Nov  9 00:06:27 groupadd[640579]: new group: name=rooter, GID=1814
<86>Nov  9 00:06:27 useradd[640621]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash, from=none
<86>Nov  9 00:06:27 userdel[640683]: delete user 'builder'
<86>Nov  9 00:06:27 groupadd[640736]: group added to /etc/group: name=builder, GID=1815
<86>Nov  9 00:06:27 groupadd[640736]: group added to /etc/gshadow: name=builder
<86>Nov  9 00:06:27 groupadd[640736]: new group: name=builder, GID=1815
<86>Nov  9 00:06:27 useradd[640768]: new user: name=builder, UID=1815, GID=1815, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/sc-7.16-alt3.qa1.src.rpm: license not found in '/usr/share/license' directory: PD
<13>Nov  9 00:06:34 rpmi: libncurses6-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486705 installed
<13>Nov  9 00:06:34 rpmi: libtinfo-devel-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486705 installed
<13>Nov  9 00:06:34 rpmi: libncurses-devel-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486705 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/sc-7.16-alt3.qa1.nosrc.rpm (w1.gzdio)
Installing sc-7.16-alt3.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.88201
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf sc-7.16
+ echo 'Source #0 (sc-7.16.tar):'
Source #0 (sc-7.16.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/sc-7.16.tar
+ cd sc-7.16
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.88201
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd sc-7.16
+ make 'CFLAGS=-DSYSV3 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' LIBDIR=/usr/share/doc/sc-7.16
make: Entering directory '/usr/src/RPM/BUILD/sc-7.16'
gcc -DSYSV3 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDFLT_PAGER=\"less\" -c abbrev.c
In file included from abbrev.c:24:
sc.h:307:9: warning: "is_cleared" redefined
  307 | #define is_cleared   0200
      |         ^~~~~~~~~~
In file included from abbrev.c:22:
/usr/include/curses.h:1417:9: note: this is the location of the previous definition
 1417 | #define is_cleared(win)         (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE)
      |         ^~~~~~~~~~
abbrev.c: In function 'add_abbr':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
abbrev.c:41:13: note: in expansion of macro 'error'
   41 |             error("No abbreviations defined");
      |             ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
abbrev.c:57:17: note: in expansion of macro 'error'
   57 |                 error("Can't open pipe to %s", pager);
      |                 ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
abbrev.c:82:17: note: in expansion of macro 'error'
   82 |                 error("Invalid abbreviation: %s", string);
      |                 ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
abbrev.c:89:17: note: in expansion of macro 'error'
   89 |                 error("Invalid abbreviation: %s", string);
      |                 ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
abbrev.c:97:13: note: in expansion of macro 'error'
   97 |             error("abbrev \"%s %s\"", a->abbr, a->exp);
      |             ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
abbrev.c:100:13: note: in expansion of macro 'error'
  100 |             error("abreviation \"%s\" doesn't exist", string);
      |             ^~~~~
gcc -DSYSV3 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDOBACKUPS  -c cmds.c
In file included from cmds.c:31:
sc.h:307:9: warning: "is_cleared" redefined
  307 | #define is_cleared   0200
      |         ^~~~~~~~~~
In file included from cmds.c:23:
/usr/include/curses.h:1417:9: note: this is the location of the previous definition
 1417 | #define is_cleared(win)         (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE)
      |         ^~~~~~~~~~
cmds.c: In function 'deleterow':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:327:9: note: in expansion of macro 'error'
  327 |         error(buf);
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:333:13: note: in expansion of macro 'error'
  333 |             error("Locked cells encountered. Nothing changed");
      |             ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:430:13: note: in expansion of macro 'error'
  430 |             error("Locked cells encountered. Nothing changed");
      |             ^~~~~
cmds.c: In function 'yankrow':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:489:9: note: in expansion of macro 'error'
  489 |         error(buf);
      |         ^~~~~
cmds.c: In function 'yankcol':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:544:9: note: in expansion of macro 'error'
  544 |         error(buf);
      |         ^~~~~
cmds.c: In function 'valueize_area':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:745:17: note: in expansion of macro 'error'
  745 |                 error(" Cell %s%d is locked", coltoa(c), r);
      |                 ^~~~~
cmds.c: In function 'pullcells':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:777:9: note: in expansion of macro 'error'
  777 |         error("No data to pull");
      |         ^~~~~
cmds.c: In function 'colshow_op':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:949:9: note: in expansion of macro 'error'
  949 |         error("No hidden columns to show");
      |         ^~~~~
cmds.c: In function 'rowshow_op':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:971:9: note: in expansion of macro 'error'
  971 |         error("No hidden rows to show");
      |         ^~~~~
cmds.c: In function 'get_rcqual':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:990:5: note: in expansion of macro 'error'
  990 |     error("%sow/column:  r: row  c: column%s",
      |     ^~~~~
cmds.c: In function 'closecol':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1215:9: note: in expansion of macro 'error'
 1215 |         error(buf);
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1219:9: note: in expansion of macro 'error'
 1219 |         error("Locked cells encountered. Nothing changed");
      |         ^~~~~
cmds.c: In function 'doend':
cmds.c:1394:16: warning: zero-length gnu_printf format string [-Wformat-zero-length]
 1394 |         error ("");     /* clear line */
      |                ^~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1394:9: note: in expansion of macro 'error'
 1394 |         error ("");     /* clear line */
      |         ^~~~~
cmds.c: In function 'doformat':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1440:9: note: in expansion of macro 'error'
 1440 |         error("Width too small - setting to 1");
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1445:9: note: in expansion of macro 'error'
 1445 |         error("Width too large - Maximum = %d", COLS - rescol - 2);
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1450:9: note: in expansion of macro 'error'
 1450 |         error("Precision too large");
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1456:9: note: in expansion of macro 'error'
 1456 |         error("Format statement failed to create implied column %d", c2);
      |         ^~~~~
cmds.c: In function 'formatcol':
cmds.c:1471:1: error: type of 'arg' defaults to 'int' [-Wimplicit-int]
 1471 | formatcol(arg)
      | ^~~~~~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1477:5: note: in expansion of macro 'error'
 1477 |     error("Current format is %d %d %d",
      |     ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1550:21: note: in expansion of macro 'error'
 1550 |                     error("Current format is %d %d %d",
      |                     ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1555:21: note: in expansion of macro 'error'
 1555 |                     error("Define format type (0-9):");
      |                     ^~~~~
cmds.c:1569:31: warning: zero-length gnu_printf format string [-Wformat-zero-length]
 1569 |                         error("");
      |                               ^~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1569:25: note: in expansion of macro 'error'
 1569 |                         error("");
      |                         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1571:25: note: in expansion of macro 'error'
 1571 |                         error("Invalid format type");
      |                         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1582:9: note: in expansion of macro 'error'
 1582 |         error("Current format is %d %d %d",
      |         ^~~~~
cmds.c:1602:15: warning: zero-length gnu_printf format string [-Wformat-zero-length]
 1602 |         error("");
      |               ^~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1602:9: note: in expansion of macro 'error'
 1602 |         error("");
      |         ^~~~~
cmds.c: In function 'ljustify':
cmds.c:1606:1: error: type of 'sr' defaults to 'int' [-Wimplicit-int]
 1606 | ljustify(sr, sc, er, ec)
      | ^~~~~~~~
cmds.c:1606:1: error: type of 'sc' defaults to 'int' [-Wimplicit-int]
cmds.c:1606:1: error: type of 'er' defaults to 'int' [-Wimplicit-int]
cmds.c:1606:1: error: type of 'ec' defaults to 'int' [-Wimplicit-int]
cmds.c: In function 'rjustify':
cmds.c:1635:1: error: type of 'sr' defaults to 'int' [-Wimplicit-int]
 1635 | rjustify(sr, sc, er, ec)
      | ^~~~~~~~
cmds.c:1635:1: error: type of 'sc' defaults to 'int' [-Wimplicit-int]
cmds.c:1635:1: error: type of 'er' defaults to 'int' [-Wimplicit-int]
cmds.c:1635:1: error: type of 'ec' defaults to 'int' [-Wimplicit-int]
cmds.c: In function 'center':
cmds.c:1664:1: error: type of 'sr' defaults to 'int' [-Wimplicit-int]
 1664 | center(sr, sc, er, ec)
      | ^~~~~~
cmds.c:1664:1: error: type of 'sc' defaults to 'int' [-Wimplicit-int]
cmds.c:1664:1: error: type of 'er' defaults to 'int' [-Wimplicit-int]
cmds.c:1664:1: error: type of 'ec' defaults to 'int' [-Wimplicit-int]
cmds.c: In function 'printfile':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1826:13: note: in expansion of macro 'error'
 1826 |             error("Can't create file \"%s\"", fname);
      |             ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1834:9: note: in expansion of macro 'error'
 1834 |         error("Malloc failed in printfile()");
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1865:25: note: in expansion of macro 'error'
 1865 |                         error ("Realloc failed in printfile()");
      |                         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1878:25: note: in expansion of macro 'error'
 1878 |                         error("Realloc failed in printfile()");
      |                         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:1950:25: note: in expansion of macro 'error'
 1950 |                         error ("scxrealloc failed in printfile()");
      |                         ^~~~~
cmds.c: In function 'tblprintfile':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2076:9: note: in expansion of macro 'error'
 2076 |         error ("Can't create file \"%s\"", fname);
      |         ^~~~~
cmds.c: In function 'hiderow':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2438:9: note: in expansion of macro 'error'
 2438 |         error("Invalid range");
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2443:13: note: in expansion of macro 'error'
 2443 |             error("You can't hide the last row");
      |             ^~~~~
cmds.c: In function 'hidecol':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2463:9: note: in expansion of macro 'error'
 2463 |         error ("Invalid range");
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2468:13: note: in expansion of macro 'error'
 2468 |             error("You can't hide the last col");
      |             ^~~~~
cmds.c: In function 'showrow':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2483:9: note: in expansion of macro 'error'
 2483 |         error ("Invalid range");
      |         ^~~~~
cmds.c: In function 'showcol':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2500:9: note: in expansion of macro 'error'
 2500 |         error ("Invalid range");
      |         ^~~~~
cmds.c: In function 'openfile':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2545:9: note: in expansion of macro 'error'
 2545 |         error("Can't make pipe to child");
      |         ^~~~~
cmds.c:2565:9: warning: missing sentinel in function call [-Wformat=]
 2565 |         (void) execl("/bin/sh", "sh", "-c", efname, 0);
      |         ^
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2571:13: note: in expansion of macro 'error'
 2571 |             error("Can't fdopen %sput", rfd==NULL?"out":"in");
      |             ^~~~~
cmds.c: In function 'closefile':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2628:9: note: in expansion of macro 'error'
 2628 |         error("Broken pipe");
      |         ^~~~~
cmds.c: In function 'copyent':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2644:9: note: in expansion of macro 'error'
 2644 |         error("internal error");
      |         ^~~~~
cmds.c: In function 'addplugin':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2694:9: note: in expansion of macro 'error'
 2694 |         error("Cannot find plugin %s", plugin);
      |         ^~~~~
cmds.c: In function 'writefile':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2862:17: note: in expansion of macro 'error'
 2862 |                 error("plugin not found");
      |                 ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2867:17: note: in expansion of macro 'error'
 2867 |                 error("Path too long");
      |                 ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2931:9: note: in expansion of macro 'error'
 2931 |         error("Can't create file \"%s\"", save);
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2936:9: note: in expansion of macro 'error'
 2936 |         error("Writing file \"%s\"...", save);
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2948:13: note: in expansion of macro 'error'
 2948 |             error("File \"%s\" written", curfile);
      |             ^~~~~
cmds.c: In function 'readfile':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2983:17: note: in expansion of macro 'error'
 2983 |                 error("plugin not found");
      |                 ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:2988:17: note: in expansion of macro 'error'
 2988 |                 error("Path too long");
      |                 ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3032:13: note: in expansion of macro 'error'
 3032 |             error("Can't read file \"%s\"", save);
      |             ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3037:17: note: in expansion of macro 'error'
 3037 |                 error("Reading file \"%s\"", save);
      |                 ^~~~~
cmds.c: In function 'backcol':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3190:14: note: in expansion of macro 'error'
 3190 |             {error ("At column A"); break;}
      |              ^~~~~
cmds.c: In function 'backrow':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3244:14: note: in expansion of macro 'error'
 3244 |             {error("At row zero"); break;}
      |              ^~~~~
cmds.c: In function 'markcell':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3257:5: note: in expansion of macro 'error'
 3257 |     error("Mark cell:");
      |     ^~~~~
cmds.c:3259:15: warning: zero-length gnu_printf format string [-Wformat-zero-length]
 3259 |         error("");
      |               ^~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3259:9: note: in expansion of macro 'error'
 3259 |         error("");
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3263:9: note: in expansion of macro 'error'
 3263 |         error("Invalid mark (must be a-z)");
      |         ^~~~~
cmds.c:3266:11: warning: zero-length gnu_printf format string [-Wformat-zero-length]
 3266 |     error("");
      |           ^~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3266:5: note: in expansion of macro 'error'
 3266 |     error("");
      |     ^~~~~
cmds.c: In function 'dotick':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3280:5: note: in expansion of macro 'error'
 3280 |     error("Go to marked cell:");
      |     ^~~~~
cmds.c:3282:15: warning: zero-length gnu_printf format string [-Wformat-zero-length]
 3282 |         error("");
      |               ^~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3282:9: note: in expansion of macro 'error'
 3282 |         error("");
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3289:9: note: in expansion of macro 'error'
 3289 |         error("Invalid mark (must be a-z, 0-9, ` or \')");
      |         ^~~~~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3293:9: note: in expansion of macro 'error'
 3293 |         error("Mark not set");
      |         ^~~~~
cmds.c:3296:11: warning: zero-length gnu_printf format string [-Wformat-zero-length]
 3296 |     error("");
      |           ^~
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3296:5: note: in expansion of macro 'error'
 3296 |     error("");
      |     ^~~~~
cmds.c: In function 'gotonote':
sc.h:46:68: warning: value computed is not used [-Wunused-value]
   46 | # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw
      |                                                                    ^~
cmds.c:3319:9: note: in expansion of macro 'error'
 3319 |         error("No note attached");
      |         ^~~~~
cmds.c: In function 'openfile':
cmds.c:2558:16: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]
 2558 |         (void) dup(pipefd[0]);          /* connect to first pipe */
      |                ^~~~~~~~~~~~~~
cmds.c:2562:20: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]
 2562 |             (void) dup(pipefd[3]);      /* connect to second pipe */
      |                    ^~~~~~~~~~~~~~
cmds.c: In function 'readfile':
cmds.c:3069:9: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result]
 3069 |         freopen("/dev/tty", "r", stdin);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cmds.c: In function 'backup_file':
cmds.c:3586:9: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result]
 3586 |         chown(tpath, statbuf.st_uid, statbuf.st_gid);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:406: cmds.o] Error 1
make: Leaving directory '/usr/src/RPM/BUILD/sc-7.16'
error: Bad exit status from /usr/src/tmp/rpm-tmp.88201 (%build)


RPM build errors:
    Bad exit status from /usr/src/tmp/rpm-tmp.88201 (%build)
Command exited with non-zero status 1
0.33user 0.11system 0:00.56elapsed 80%CPU (0avgtext+0avgdata 26624maxresident)k
0inputs+0outputs (0major+14394minor)pagefaults 0swaps
hsh-rebuild: rebuild of `sc-7.16-alt3.qa1.src.rpm' failed.
Command exited with non-zero status 1
6.30user 4.56system 0:19.70elapsed 55%CPU (0avgtext+0avgdata 137388maxresident)k
1680inputs+0outputs (0major+183249minor)pagefaults 0swaps