+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/cgdb.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JZFOIb
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf cgdb-0.6.8
+ /usr/bin/gzip -dc /builddir/build/SOURCES/cgdb-0.6.8.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd cgdb-0.6.8
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.yapIxs
+ umask 022
+ cd /builddir/build/BUILD
+ cd cgdb-0.6.8
+ autoconf
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ '[' 1 = 1 ']'
+++ dirname ./configure
++ find . -name config.guess -o -name config.sub
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./config/config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /usr/bin/rm -f ./config/config.sub
++ basename ./config/config.sub
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config/config.sub
'/usr/lib/rpm/redhat/config.sub' -> './config/config.sub'
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./config/config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /usr/bin/rm -f ./config/config.guess
++ basename ./config/config.guess
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config/config.guess
'/usr/lib/rpm/redhat/config.guess' -> './config/config.guess'
+ '[' 1 = 1 ']'
+ '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']'
++ find . -name ltmain.sh
+ ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for riscv64-redhat-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for riscv64-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for bison... no
checking for byacc... no
checking build system type... riscv64-redhat-linux-gnu
checking host system type... riscv64-redhat-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking sys/stropts.h usability... no
checking sys/stropts.h presence... no
checking for sys/stropts.h... no
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for /dev/ptmx... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether gcc needs -traditional... no
checking whether setpgrp takes no argument... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for putenv... yes
checking for select... yes
checking for strdup... yes
checking for strerror... yes
checking for openpty... no
checking for makeinfo... yes
checking for help2man... yes
checking for log10 in -lm... yes
checking for initscr in -lncurses... yes
checking for tgetent in -lncurses... yes
checking which library has the termcap functions... using libncurses
checking version of installed readline library... 7.0
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/adt/Makefile
config.status: creating lib/gdbmi/Makefile
config.status: creating lib/kui/Makefile
config.status: creating lib/rline/Makefile
config.status: creating lib/tgdb/Makefile
config.status: creating lib/tgdb/annotate-two/Makefile
config.status: creating lib/tgdb/gdbmi/Makefile
config.status: creating lib/tgdb/tgdb-base/Makefile
config.status: creating lib/tokenizer/Makefile
config.status: creating lib/util/Makefile
config.status: creating doc/Makefile
config.status: creating cgdb/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
+ make -j4
make  all-recursive
make[1]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8'
Making all in lib
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib'
Making all in util
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/util'
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o fork_util.o fork_util.c
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o fs_util.o fs_util.c
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o io.o io.c
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o logger.o logger.c
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o pseudo.o pseudo.c
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o sys_util.o sys_util.c
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o terminal.o terminal.c
pseudo.c: In function 'pty_release':
pseudo.c:494:5: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
     chown(slavename, (uid_t) 0, (gid_t) 0);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f libutil.a
ar cru libutil.a fork_util.o fs_util.o io.o logger.o pseudo.o sys_util.o terminal.o 
ranlib libutil.a
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/util'
Making all in rline
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/rline'
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o rline.o rline.c
rm -f librline.a
ar cru librline.a rline.o 
ranlib librline.a
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/rline'
Making all in adt
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/adt'
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o ibuf.o ibuf.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o queue.o queue.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o tgdb_list.o tgdb_list.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o std_bbtree.o std_bbtree.c
std_bbtree.c:704:13: warning: 'std_bbtree_node_check' defined but not used [-Wunused-function]
 static void std_bbtree_node_check(struct std_bbtreenode *node)
             ^~~~~~~~~~~~~~~~~~~~~
std_bbtree.c:580:1: warning: 'std_bbtree_node_post_order' defined but not used [-Wunused-function]
 std_bbtree_node_post_order(struct std_bbtreenode *node,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
std_bbtree.c:544:1: warning: 'std_bbtree_node_pre_order' defined but not used [-Wunused-function]
 std_bbtree_node_pre_order(struct std_bbtreenode *node,
 ^~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o std_btree.o std_btree.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o std_hash.o std_hash.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o std_list.o std_list.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o ibuf_driver-ibuf_driver.o `test -f 'ibuf_driver.c' || echo './'`ibuf_driver.c
std_list.c: In function 'std_list_find':
std_list.c:306:23: warning: variable 'found' set but not used [-Wunused-but-set-variable]
     std_list_iterator found;
                       ^~~~~
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o std_hash_driver-std_hash_driver.o `test -f 'std_hash_driver.c' || echo './'`std_hash_driver.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o std_list_driver-std_list_driver.o `test -f 'std_list_driver.c' || echo './'`std_list_driver.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o std_btree_driver-std_btree_driver.o `test -f 'std_btree_driver.c' || echo './'`std_btree_driver.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o std_bbtree_driver-std_bbtree_driver.o `test -f 'std_bbtree_driver.c' || echo './'`std_bbtree_driver.c
rm -f libadt.a
ar cru libadt.a ibuf.o queue.o tgdb_list.o std_bbtree.o std_btree.o std_hash.o std_list.o 
ranlib libadt.a
gcc -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -L. -L../../lib/util -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ibuf_driver ibuf_driver-ibuf_driver.o libadt.a ../../lib/util/libutil.a -lreadline -lncurses -lm 
gcc -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -L. -L../../lib/util -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o std_btree_driver std_btree_driver-std_btree_driver.o libadt.a ../../lib/util/libutil.a -lreadline -lncurses -lm 
gcc -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -L. -L../../lib/util -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o std_list_driver std_list_driver-std_list_driver.o libadt.a ../../lib/util/libutil.a -lreadline -lncurses -lm 
gcc -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -L. -L../../lib/util -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o std_bbtree_driver std_bbtree_driver-std_bbtree_driver.o libadt.a ../../lib/util/libutil.a -lreadline -lncurses -lm 
gcc -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -L. -L../../lib/util -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o std_hash_driver std_hash_driver-std_hash_driver.o libadt.a ../../lib/util/libutil.a -lreadline -lncurses -lm 
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/adt'
Making all in gdbmi
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/gdbmi'
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o gdbmi_grammar.o gdbmi_grammar.c
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o gdbmi_lexer.o gdbmi_lexer.c
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o gdbmi_oc.o gdbmi_oc.c
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o gdbmi_parser.o gdbmi_parser.c
gdbmi_lexer.c:1298:16: warning: 'input' defined but not used [-Wunused-function]
     static int input  (void)
                ^~~~~
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o gdbmi_pt.o gdbmi_pt.c
gcc -DHAVE_CONFIG_H -I. -I../..     -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o gdbmi_driver.o gdbmi_driver.c
rm -f libgdbmi.a
ar cru libgdbmi.a gdbmi_grammar.o gdbmi_lexer.o gdbmi_oc.o gdbmi_parser.o gdbmi_pt.o 
ranlib libgdbmi.a
gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gdbmi_driver gdbmi_driver.o libgdbmi.a -lreadline -lncurses -lm 
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/gdbmi'
Making all in tgdb
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb'
Making all in annotate-two
make[4]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/annotate-two'
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/adt -I../../../lib/util -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libtgdb_a2_a-a2-tgdb.o `test -f 'a2-tgdb.c' || echo './'`a2-tgdb.c
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/adt -I../../../lib/util -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libtgdb_a2_a-annotate.o `test -f 'annotate.c' || echo './'`annotate.c
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/adt -I../../../lib/util -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libtgdb_a2_a-commands.o `test -f 'commands.c' || echo './'`commands.c
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/adt -I../../../lib/util -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libtgdb_a2_a-data.o `test -f 'data.c' || echo './'`data.c
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/adt -I../../../lib/util -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libtgdb_a2_a-globals.o `test -f 'globals.c' || echo './'`globals.c
a2-tgdb.c: In function 'a2_parse_io':
a2-tgdb.c:280:9: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     int val;
         ^~~
a2-tgdb.c: In function 'a2_return_client_command':
a2-tgdb.c:373:5: warning: enumeration value 'TGDB_ERROR' not handled in switch [-Wswitch]
     switch (c) {
     ^~~~~~
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/adt -I../../../lib/util -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libtgdb_a2_a-state_machine.o `test -f 'state_machine.c' || echo './'`state_machine.c
rm -f libtgdb_a2.a
ar cru libtgdb_a2.a libtgdb_a2_a-a2-tgdb.o libtgdb_a2_a-annotate.o libtgdb_a2_a-commands.o libtgdb_a2_a-data.o libtgdb_a2_a-globals.o libtgdb_a2_a-state_machine.o 
ranlib libtgdb_a2.a
make[4]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/annotate-two'
Making all in gdbmi
make[4]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/gdbmi'
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/util -I../../../lib/adt -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o gdbmi_tgdb.o gdbmi_tgdb.c
rm -f libtgdb_mi.a
ar cru libtgdb_mi.a gdbmi_tgdb.o 
ranlib libtgdb_mi.a
make[4]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/gdbmi'
Making all in tgdb-base
make[4]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/tgdb-base'
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/adt -I../../../lib/rline -I../../../lib/util -I../../../lib/tgdb/annotate-two -I../../../lib/tgdb/gdbmi -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o tgdb.o tgdb.c
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/adt -I../../../lib/rline -I../../../lib/util -I../../../lib/tgdb/annotate-two -I../../../lib/tgdb/gdbmi -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o tgdb_client_interface.o tgdb_client_interface.c
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/adt -I../../../lib/rline -I../../../lib/util -I../../../lib/tgdb/annotate-two -I../../../lib/tgdb/gdbmi -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o tgdb_command.o tgdb_command.c
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/adt -I../../../lib/rline -I../../../lib/util -I../../../lib/tgdb/annotate-two -I../../../lib/tgdb/gdbmi -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o tgdb_types.o tgdb_types.c
gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../lib/adt -I../../../lib/rline -I../../../lib/util -I../../../lib/tgdb/annotate-two -I../../../lib/tgdb/gdbmi -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o driver.o driver.c
driver.c: In function 'main':
driver.c:460:17: warning: unused variable 'child_fd' [-Wunused-variable]
     int gdb_fd, child_fd, slavefd, masterfd;
                 ^~~~~~~~
rm -f libtgdb.a
ar cru libtgdb.a tgdb.o tgdb_client_interface.o tgdb_command.o tgdb_types.o 
ranlib libtgdb.a
gcc -I../../../lib/adt -I../../../lib/rline -I../../../lib/util -I../../../lib/tgdb/annotate-two -I../../../lib/tgdb/gdbmi -I../../../lib/tgdb/tgdb-base -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -L../../../lib/adt -L../../../lib/rline -L../../../lib/util -L../../../lib/tgdb/annotate-two -L../../../lib/tgdb/gdbmi -L../../../lib/tgdb/tgdb-base -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tgdb_driver driver.o libtgdb.a ../../../lib/tgdb/annotate-two/libtgdb_a2.a ../../../lib/tgdb/gdbmi/libtgdb_mi.a ../../../lib/rline/librline.a ../../../lib/adt/libadt.a ../../../lib/util/libutil.a -lreadline -lncurses -lm 
make[4]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/tgdb-base'
make[4]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb'
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb'
Making all in kui
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/kui'
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o kui.o kui.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o kui_term.o kui_term.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o kui_tree.o kui_tree.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o kui_driver-kui_driver.o `test -f 'kui_driver.c' || echo './'`kui_driver.c
kui.c: In function 'kui_manager_getkey_blocking':
kui.c:1035:14: warning: 'terminal_keys_msec' may be used uninitialized in this function [-Wmaybe-uninitialized]
     kctx->ms = msec;
     ~~~~~~~~~^~~~~~
kui.c:1244:19: note: 'terminal_keys_msec' was declared here
     unsigned long terminal_keys_msec, normal_keys_msec, val;
                   ^~~~~~~~~~~~~~~~~~
kui.c:1035:14: warning: 'normal_keys_msec' may be used uninitialized in this function [-Wmaybe-uninitialized]
     kctx->ms = msec;
     ~~~~~~~~~^~~~~~
kui.c:1244:39: note: 'normal_keys_msec' was declared here
     unsigned long terminal_keys_msec, normal_keys_msec, val;
                                       ^~~~~~~~~~~~~~~~
kui.c: In function 'kui_manager_get_terminal_keys_kui_map':
kui.c:1319:9: warning: 'map_set' may be used uninitialized in this function [-Wmaybe-uninitialized]
         kui_ms_register_map(map_set, data, keycode_str);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f libkui.a
ar cru libkui.a kui.o kui_term.o kui_tree.o 
ranlib libkui.a
gcc -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -L../../lib/adt -L../../lib/util -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o kui_driver kui_driver-kui_driver.o libkui.a ../../lib/adt/libadt.a ../../lib/util/libutil.a -lreadline -lncurses -lm 
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/kui'
Making all in tokenizer
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tokenizer'
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o adalexer.o adalexer.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o clexer.o clexer.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o dlexer.o dlexer.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o golexer.o golexer.c
clexer.c:2043:12: warning: 'input' defined but not used [-Wunused-function]
 static int input()
            ^~~~~
adalexer.c:1734:12: warning: 'input' defined but not used [-Wunused-function]
 static int input()
            ^~~~~
golexer.c:1909:16: warning: 'input' defined but not used [-Wunused-function]
     static int input  (void)
                ^~~~~
dlexer.c:3144:16: warning: 'input' defined but not used [-Wunused-function]
     static int input  (void)
                ^~~~~
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o tokenizer.o tokenizer.c
gcc -DHAVE_CONFIG_H -I. -I../..    -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o tokenizer_driver.o tokenizer_driver.c
rm -f libtokenizer.a
ar cru libtokenizer.a adalexer.o clexer.o dlexer.o golexer.o tokenizer.o 
ranlib libtokenizer.a
gcc -I../../lib/adt -I../../lib/util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -L. -L../../lib/adt -L../../lib/util -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tokenizer_driver tokenizer_driver.o ./libtokenizer.a ../../lib/adt/libadt.a ../../lib/util/libutil.a -lreadline -lncurses -lm 
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tokenizer'
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib'
Making all in cgdb
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/cgdb'
gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/cgdb\" -I. -I..    -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o cgdb.o cgdb.c
gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/cgdb\" -I. -I..    -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o cgdbrc.o cgdbrc.c
gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/cgdb\" -I. -I..    -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o command_lexer.o command_lexer.c
gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/cgdb\" -I. -I..    -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o filedlg.o filedlg.c
../../cgdb/cgdb/command_lexer.c:1300:16: warning: 'input' defined but not used [-Wunused-function]
filedlg.c: In function 'print_in_middle':
filedlg.c:63:12: warning: variable 'y' set but not used [-Wunused-but-set-variable]
     int x, y;
            ^
filedlg.c: In function 'filedlg_recv_char':
filedlg.c:475:17: warning: variable 'width' set but not used [-Wunused-but-set-variable]
     int height, width;
                 ^~~~~
cgdbrc.c: In function 'command_set_syntax_type':
cgdbrc.c:425:5: warning: 'lang' may be used uninitialized in this function [-Wmaybe-uninitialized]
     if_highlight_sviewer(lang);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/cgdb\" -I. -I..    -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o highlight.o highlight.c
gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/cgdb\" -I. -I..    -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o highlight_groups.o highlight_groups.c
gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/cgdb\" -I. -I..    -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o interface.o interface.c
highlight_groups.c:88:43: warning: 'default_groups_for_curses' defined but not used [-Wunused-const-variable=]
 static const struct default_hl_group_info default_groups_for_curses[] = {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/cgdb\" -I. -I..    -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o logo.o logo.c
gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/cgdb\" -I. -I..    -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o scroller.o scroller.c
gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/cgdb\" -I. -I..    -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o sources.o sources.c
scroller.c: In function 'scr_up':
scroller.c:156:9: warning: variable 'height' set but not used [-Wunused-but-set-variable]
     int height, width;
         ^~~~~~
scroller.c: In function 'scr_down':
scroller.c:188:9: warning: variable 'height' set but not used [-Wunused-but-set-variable]
     int height, width;
         ^~~~~~
scroller.c: In function 'scr_end':
scroller.c:226:9: warning: variable 'height' set but not used [-Wunused-but-set-variable]
     int height, width;
         ^~~~~~
scroller.c: In function 'scr_add':
scroller.c:237:9: warning: variable 'length' set but not used [-Wunused-but-set-variable]
     int length;                 /* Length of the current line */
         ^~~~~~
gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/cgdb\" -I. -I..    -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o usage.o usage.c
sources.c: In function 'draw_current_line':
sources.c:301:9: warning: variable 'height' set but not used [-Wunused-but-set-variable]
     int height = 0;             /* Height of curses window */
         ^~~~~~
sources.c: In function 'source_reload':
sources.c:915:23: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
     struct list_node *prev = NULL;
                       ^~~~
gcc -I../lib/adt -I../lib/kui -I../lib/rline -I../lib/util -I../lib/tgdb/tgdb-base -I../lib/tgdb/annotate-two -I../lib/tgdb/gdbmi -I../lib/tokenizer -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -L../lib/adt -L../lib/kui -L../lib/rline -L../lib/tokenizer -L../lib/util -L../lib/tgdb/annotate-two -L../lib/tgdb/gdbmi -L../lib/tgdb/tgdb-base -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cgdb cgdb.o cgdbrc.o command_lexer.o filedlg.o highlight.o highlight_groups.o interface.o logo.o scroller.o sources.o usage.o ../lib/tgdb/tgdb-base/libtgdb.a ../lib/tgdb/annotate-two/libtgdb_a2.a ../lib/tgdb/gdbmi/libtgdb_mi.a ../lib/tokenizer/libtokenizer.a ../lib/kui/libkui.a ../lib/rline/librline.a ../lib/adt/libadt.a ../lib/util/libutil.a -lreadline -lncurses -lm 
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/cgdb'
Making all in doc
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/doc'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/doc'
Making all in test
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/test'
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8'
make[1]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nDkY0D
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64
+ cd cgdb-0.6.8
+ rm -rf /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64
+ make install DESTDIR=/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64 'INSTALL=/usr/bin/install -p'
Making install in lib
make[1]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib'
Making install in util
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/util'
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/util'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/util'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/util'
Making install in rline
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/rline'
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/rline'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/rline'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/rline'
Making install in adt
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/adt'
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/adt'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/adt'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/adt'
Making install in gdbmi
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/gdbmi'
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/gdbmi'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/gdbmi'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/gdbmi'
Making install in tgdb
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb'
Making install in annotate-two
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/annotate-two'
make[4]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/annotate-two'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/annotate-two'
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/annotate-two'
Making install in gdbmi
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/gdbmi'
make[4]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/gdbmi'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/gdbmi'
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/gdbmi'
Making install in tgdb-base
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/tgdb-base'
make[4]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/tgdb-base'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/tgdb-base'
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb/tgdb-base'
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb'
make[4]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb'
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tgdb'
Making install in kui
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/kui'
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/kui'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/kui'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/kui'
Making install in tokenizer
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tokenizer'
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tokenizer'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tokenizer'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib/tokenizer'
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib'
make[3]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/lib'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib'
make[1]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/lib'
Making install in cgdb
make[1]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/cgdb'
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/cgdb'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/bin'
  /usr/bin/install -p cgdb '/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/cgdb'
make[1]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/cgdb'
Making install in doc
make[1]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/doc'
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/cgdb'
 /usr/bin/install -p -m 644 cgdb.txt '/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/cgdb'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/info'
 /usr/bin/install -p -m 644 ./cgdb.info '/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/info'
 install-info --info-dir='/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/info' '/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/info/cgdb.info'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/man/man1'
 /usr/bin/install -p -m 644 cgdb.1 '/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/man/man1'
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/doc'
make[1]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/doc'
Making install in test
make[1]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/test'
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/test'
make[1]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8/test'
make[1]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8'
make[2]: Entering directory '/builddir/build/BUILD/cgdb-0.6.8'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8'
make[1]: Leaving directory '/builddir/build/BUILD/cgdb-0.6.8'
+ rm -rf /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64//usr/share/info/dir
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: cgdb-0.6.8-7.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qV7o8o
+ umask 022
+ cd /builddir/build/BUILD
+ cd cgdb-0.6.8
+ DOCDIR=/builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/doc/cgdb
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/doc/cgdb
+ cp -pr AUTHORS /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/doc/cgdb
+ cp -pr COPYING /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/doc/cgdb
+ cp -pr NEWS /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/doc/cgdb
+ cp -pr TODO /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/doc/cgdb
+ cp -pr README /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/doc/cgdb
+ cp -pr ChangeLog /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64/usr/share/doc/cgdb
+ exit 0
Provides: cgdb = 0.6.8-7.fc28 cgdb(riscv-64) = 0.6.8-7.fc28
Requires(interp): /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /bin/sh /sbin/install-info
Requires(preun): /bin/sh /sbin/install-info
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libncurses.so.6()(64bit) libreadline.so.7()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64
Wrote: /builddir/build/SRPMS/cgdb-0.6.8-7.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/cgdb-0.6.8-7.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lDskGH
+ umask 022
+ cd /builddir/build/BUILD
+ cd cgdb-0.6.8
+ rm -rf /builddir/build/BUILDROOT/cgdb-0.6.8-7.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
++ sleep 5
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff