+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/byacc.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.mnLxmj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf byacc-20170709 + /usr/bin/gzip -dc /builddir/build/SOURCES/byacc-20170709.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd byacc-20170709 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -type f -name '*.c' -print0 + xargs -0 sed -i 's/YYSTACKSIZE 500/YYSTACKSIZE 10000/g' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EVUMHb + umask 022 + cd /builddir/build/BUILD + cd byacc-20170709 + 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.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './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 --disable-dependency-tracking checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking target system type... riscv64-redhat-linux-gnu Configuring for linux-gnu checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking version of gcc... 7.3.1 checking for gcc option to accept ANSI C... none needed checking $CC variable... ok checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c checking if filesystem supports mixed-case filenames... yes checking for exctags... no checking for ctags... no checking for exetags... no checking for etags... no checking for ctags... no checking for etags... no checking for mawk... no checking for gawk... gawk checking for lint... no checking for cppcheck... no checking for splint... no checking if we must define _GNU_SOURCE... yes checking if we should also define _DEFAULT_SOURCE... yes checking if _XOPEN_SOURCE really is set... yes checking how to run the C preprocessor... gcc -E checking for fcntl.h... yes checking for unistd.h... yes checking for working mkstemp... yes checking for vsnprintf... yes checking for maximum table size... default checking if backtracking extension is wanted... checking if you want to check for gcc warnings... no checking if you want to see long compiling messages... yes checking if you want to use dmalloc for testing... no checking if you want to use dbmalloc for testing... no checking if you want to use valgrind for testing... no checking if you want to perform memory-leak testing... no checking for groff... /usr/bin/groff checking for nroff... /usr/bin/nroff checking for program to convert manpage to html... /usr/bin/groff checking for ANSI C header files... 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... (cached) yes checking for mode_t... yes configure: creating ./config.status config.status: creating makefile config.status: creating config.h + make -j4 gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE closure.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE error.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE graph.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE lalr.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE lr0.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE main.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE mkpar.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE mstring.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE output.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE reader.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE yaccpar.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE symtab.c gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE verbose.c reader.c: In function 'keyword': reader.c:545:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gcc -c -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE warshall.c gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -D_DEFAULT_SOURCE -o yacc closure.o error.o graph.o lalr.o lr0.o main.o mkpar.o mstring.o output.o reader.o yaccpar.o symtab.o verbose.o warshall.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Y9xWT7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64 + cd byacc-20170709 + rm -rf /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64 + make DESTDIR=/builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64 install mkdir -p /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/bin mkdir -p /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/share/man/man1 /usr/bin/install -c yacc /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/bin/`echo yacc | sed 's/$//' |sed 's,^,,'|sed 's/$//'` /usr/bin/install -c -m 644 ./yacc.1 /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/share/man/man1/`echo yacc.1| sed 's/1$//'|sed 's,^,,'|sed 's/$/1/'` + ln -s yacc /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64//usr/bin/byacc + ln -s yacc.1 /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64//usr/share/man/man1/byacc.1 + /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: byacc-1.9.20170709-3.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bETs3b + umask 022 + cd /builddir/build/BUILD + cd byacc-20170709 + DOCDIR=/builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/share/doc/byacc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/share/doc/byacc + cp -pr ACKNOWLEDGEMENTS /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/share/doc/byacc + cp -pr CHANGES /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/share/doc/byacc + cp -pr NEW_FEATURES /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/share/doc/byacc + cp -pr NOTES /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/share/doc/byacc + cp -pr NO_WARRANTY /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/share/doc/byacc + cp -pr README /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64/usr/share/doc/byacc + exit 0 Provides: byacc = 1.9.20170709-3.fc28 byacc(riscv-64) = 1.9.20170709-3.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 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) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64 Wrote: /builddir/build/SRPMS/byacc-1.9.20170709-3.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/byacc-1.9.20170709-3.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.69MKmE + umask 022 + cd /builddir/build/BUILD + cd byacc-20170709 + rm -rf /builddir/build/BUILDROOT/byacc-1.9.20170709-3.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff