+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/chkconfig.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
warning: bogus date in %changelog: Wed May 29 2004 Bill Nottingham <notting@redhat.com> 1.3.10-1
warning: bogus date in %changelog: Thu Jan 25 2002 Bill Nottingham <notting@redhat.com>
warning: bogus date in %changelog: Tue Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
warning: bogus date in %changelog: Wed Aug 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.V8yzXf
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf chkconfig-1.10
+ /usr/bin/tar -xof -
+ /usr/bin/gzip -dc /builddir/build/SOURCES/chkconfig-1.10.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd chkconfig-1.10
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7BCXZJ
+ umask 022
+ cd /builddir/build/BUILD
+ cd chkconfig-1.10
+ make 'RPM_OPT_FLAGS=-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 ' 'LDFLAGS=-Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' -j4
for d in po; do \
(cd $d; make) \
|| case "-j4 --jobserver-auth=3,4" in *k*) fail=yes;; *) exit 1;; esac;\
done && test -z "$fail"
make[1]: Entering directory '/builddir/build/BUILD/chkconfig-1.10/po'
msgfmt -o ar.mo ar.po
msgfmt -o as.mo as.po
msgfmt -o bal.mo bal.po
msgfmt -o be.mo be.po
msgfmt -o bg.mo bg.po
cc -g -Wall -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  -D_GNU_SOURCE -DVERSION=\"1.10\" -c chkconfig.c
msgfmt -o bn.mo bn.po
msgfmt -o bn_IN.mo bn_IN.po
msgfmt -o bs.mo bs.po
cc -g -Wall -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  -D_GNU_SOURCE   -c -o leveldb.o leveldb.c
msgfmt -o ca.mo ca.po
cc -g -Wall -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  -D_GNU_SOURCE -DVERSION=\"1.10\" -c ntsysv.c
msgfmt -o cs.mo cs.po
msgfmt -o cy.mo cy.po
msgfmt -o da.mo da.po
msgfmt -o de.mo de.po
msgfmt -o el.mo el.po
msgfmt -o en_GB.mo en_GB.po
msgfmt -o es.mo es.po
msgfmt -o et.mo et.po
msgfmt -o eu.mo eu.po
msgfmt -o fa.mo fa.po
msgfmt -o fi.mo fi.po
msgfmt -o fr.mo fr.po
msgfmt -o gl.mo gl.po
msgfmt -o gu.mo gu.po
msgfmt -o he.mo he.po
msgfmt -o hi.mo hi.po
msgfmt -o hr.mo hr.po
msgfmt -o hu.mo hu.po
msgfmt -o hy.mo hy.po
msgfmt -o ia.mo ia.po
msgfmt -o id.mo id.po
msgfmt -o is.mo is.po
msgfmt -o it.mo it.po
msgfmt -o ja.mo ja.po
msgfmt -o ka.mo ka.po
msgfmt -o km.mo km.po
msgfmt -o kn.mo kn.po
msgfmt -o ko.mo ko.po
msgfmt -o ku.mo ku.po
msgfmt -o lo.mo lo.po
msgfmt -o lv.mo lv.po
ntsysv.c: In function 'servicesWindow':
ntsysv.c:158:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
               asprintf(&cmd, "/usr/bin/systemctl %s %s >/dev/null 2>&1", en ? "enable" : "disable", services[i].name);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntsysv.c:161:15: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
               system(cmd);
               ^~~~~~~~~~~
chkconfig.c: In function 'setService':
chkconfig.c:626:6: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
      system("/sbin/service xinetd reload >/dev/null 2>&1");
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msgfmt -o mai.mo mai.po
chkconfig.c: In function 'reloadSystemd':
chkconfig.c:93:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
         system("systemctl daemon-reload > /dev/null 2>&1");
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
chkconfig.c: In function 'forwardSystemd':
chkconfig.c:644:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
                 asprintf(&p, "%s.service", name);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
chkconfig.c:646:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
                 asprintf(&p, "%s.socket", name);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c: In function 'readXinetdServiceInfo':
leveldb.c:219:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
  asprintf(&filename, XINETDDIR "/%s", name);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c: In function 'readServiceInfo':
leveldb.c:349:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&filename, RUNLEVELS "/init.d/%s", name);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c:359:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&filename, RUNLEVELS "/chkconfig.d/%s", name);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c: In function 'readServiceDifferences':
leveldb.c:398:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&filename, RUNLEVELS "/init.d/%s", name);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c:410:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&filename, RUNLEVELS "/chkconfig.d/%s", name);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msgfmt -o mk.mo mk.po
leveldb.c: In function 'setXinetdService':
leveldb.c:826:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write(newfd,tmp,strlen(tmp));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c:827:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write(newfd,"\n",1);
    ^~~~~~~~~~~~~~~~~~~
leveldb.c:830:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(newfd,tmpstr,strlen(tmpstr));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c:831:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(newfd,"\n",1);
     ^~~~~~~~~~~~~~~~~~~
leveldb.c: In function 'isOverriddenBySystemd':
leveldb.c:905:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&p, SYSTEMD_SERVICE_PATH "/%s.service", service);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c:912:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&p, SYSTEMD_LOCAL_SERVICE_PATH "/%s.service", service);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c: In function 'isSocketActivatedBySystemd':
leveldb.c:926:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&p, SYSTEMD_SERVICE_PATH "/%s@.service", service);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c:927:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&s, SYSTEMD_SERVICE_PATH "/%s.socket", service);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c:936:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&p, SYSTEMD_LOCAL_SERVICE_PATH "/%s@.service", service);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c:937:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&s, SYSTEMD_LOCAL_SERVICE_PATH "/%s.socket", service);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leveldb.c: In function 'serviceNameToUnit':
leveldb.c:1109:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
                 asprintf(&ret, "%s.service", service);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msgfmt -o ml.mo ml.po
msgfmt -o mr.mo mr.po
msgfmt -o ms.mo ms.po
msgfmt -o my.mo my.po
msgfmt -o nb.mo nb.po
msgfmt -o nds.mo nds.po
msgfmt -o nl.mo nl.po
msgfmt -o nn.mo nn.po
msgfmt -o or.mo or.po
msgfmt -o pa.mo pa.po
msgfmt -o pl.mo pl.po
msgfmt -o pt.mo pt.po
msgfmt -o pt_BR.mo pt_BR.po
msgfmt -o ro.mo ro.po
msgfmt -o ru.mo ru.po
msgfmt -o si.mo si.po
msgfmt -o sk.mo sk.po
msgfmt -o sl.mo sl.po
msgfmt -o sq.mo sq.po
msgfmt -o sr.mo sr.po
msgfmt -o sr@latin.mo sr@latin.po
msgfmt -o sv.mo sv.po
msgfmt -o ta.mo ta.po
msgfmt -o te.mo te.po
msgfmt -o tg.mo tg.po
msgfmt -o th.mo th.po
msgfmt -o tr.mo tr.po
msgfmt -o uk.mo uk.po
msgfmt -o ur.mo ur.po
msgfmt -o vi.mo vi.po
msgfmt -o zh_CN.mo zh_CN.po
msgfmt -o zh_TW.mo zh_TW.po
make[1]: Leaving directory '/builddir/build/BUILD/chkconfig-1.10/po'
cc -g -Wall -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  -D_GNU_SOURCE -DVERSION=\"1.10\" -c alternatives.c
alternatives.c: In function 'writeState':
alternatives.c:564:29: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
                             asprintf(&path, "/bin/systemctl -q is-enabled %s.service || /bin/systemctl -q preset %s.service", alt->initscript, alt->initscript);
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alternatives.c:567:29: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
                             system(path);
                             ^~~~~~~~~~~~
alternatives.c:570:29: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
                             asprintf(&path, "/sbin/chkconfig --add %s", alt->initscript);
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alternatives.c:573:29: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
                             system(path);
                             ^~~~~~~~~~~~
alternatives.c:581:37: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
                                     asprintf(&path, "/bin/systemctl -q disable %s.service", tmpalt->initscript);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alternatives.c:584:37: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
                                     system(path);
                                     ^~~~~~~~~~~~
alternatives.c:587:37: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
                                     asprintf(&path, "/sbin/chkconfig --del %s", tmpalt->initscript);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alternatives.c:590:37: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
                                     system(path);
                                     ^~~~~~~~~~~~
alternatives.c: In function 'configService':
alternatives.c:796:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
                 asprintf(&nicer, "%s (%s)", set.alts[i].family, set.alts[i].master.target);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lselinux -lsepol -o chkconfig chkconfig.o leveldb.o -lpopt
cc -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lselinux -lsepol -o ntsysv ntsysv.o leveldb.o -lnewt -lpopt 
cc -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld  alternatives.o   -o alternatives
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KRwNL9
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64
+ cd chkconfig-1.10
+ rm -rf /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64
+ make DESTDIR=/builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64 MANDIR=/usr/share/man SBINDIR=/usr/sbin install
[ -d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//sbin ] || mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//sbin
[ -d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/sbin ] || mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/sbin
[ -d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/share/man ] || mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/share/man
[ -d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/share/man/man8 ] || mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/share/man/man8
[ -d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/share/man/man5 ] || mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/share/man/man5
[ -d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//var/lib/alternatives ] || mkdir -p -m 755 /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//var/lib/alternatives
[ -d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//etc/alternatives ] || mkdir -p -m 755 /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//etc/alternatives
[ -d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/usr/lib/systemd ] || mkdir -p -m 755 /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/usr/lib/systemd
install -m 755 chkconfig /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//sbin/chkconfig
ln -s ../../..//sbin/chkconfig /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/usr/lib/systemd/systemd-sysv-install
install -m 755 ntsysv /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/sbin/ntsysv
install -m 755 alternatives /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/sbin/alternatives
ln -s alternatives /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/sbin/update-alternatives
for i in chkconfig.8 ntsysv.8 alternatives.8; do \
	install -m 644 $i /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/share/man/man`echo $i | sed "s/.*\.//"`/$i ; \
done
ln -s alternatives.8 /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64//usr/share/man/man8/update-alternatives.8
for d in po; do \
(cd $d; make install) \
    || case "" in *k*) fail=yes;; *) exit 1;; esac;\
done && test -z "$fail"
make[1]: Entering directory '/builddir/build/BUILD/chkconfig-1.10/po'
mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/usr/share/locale
for n in ar.mo as.mo bal.mo be.mo bg.mo bn.mo bn_IN.mo bs.mo ca.mo cs.mo cy.mo da.mo de.mo el.mo en_GB.mo es.mo et.mo eu.mo fa.mo fi.mo fr.mo gl.mo gu.mo he.mo hi.mo hr.mo hu.mo hy.mo ia.mo id.mo is.mo it.mo ja.mo ka.mo km.mo kn.mo ko.mo ku.mo lo.mo lv.mo mai.mo mk.mo ml.mo mr.mo ms.mo my.mo nb.mo nds.mo nl.mo nn.mo or.mo pa.mo pl.mo pt.mo pt_BR.mo ro.mo ru.mo si.mo sk.mo sl.mo sq.mo sr.mo sr@latin.mo sv.mo ta.mo te.mo tg.mo th.mo tr.mo uk.mo ur.mo vi.mo zh_CN.mo zh_TW.mo; do \
    l=`basename $n .mo`; \
    /usr/bin/install -c -m 755 -d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/usr/share/locale/$l; \
    /usr/bin/install -c -m 755 -d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/usr/share/locale/$l/LC_MESSAGES; \
    if [ -f $n ]; then \
        /usr/bin/install -c -m 644 $n /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/usr/share/locale/$l/LC_MESSAGES/chkconfig.mo; \
    fi \
done
make[1]: Leaving directory '/builddir/build/BUILD/chkconfig-1.10/po'
+ mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc.d/init.d
+ ln -s rc.d/init.d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/init.d
+ for n in 0 1 2 3 4 5 6
+ mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc.d/rc0.d
+ ln -s rc.d/rc0.d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc0.d
+ for n in 0 1 2 3 4 5 6
+ mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc.d/rc1.d
+ ln -s rc.d/rc1.d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc1.d
+ for n in 0 1 2 3 4 5 6
+ mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc.d/rc2.d
+ ln -s rc.d/rc2.d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc2.d
+ for n in 0 1 2 3 4 5 6
+ mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc.d/rc3.d
+ ln -s rc.d/rc3.d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc3.d
+ for n in 0 1 2 3 4 5 6
+ mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc.d/rc4.d
+ ln -s rc.d/rc4.d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc4.d
+ for n in 0 1 2 3 4 5 6
+ mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc.d/rc5.d
+ ln -s rc.d/rc5.d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc5.d
+ for n in 0 1 2 3 4 5 6
+ mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc.d/rc6.d
+ ln -s rc.d/rc6.d /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/rc6.d
+ mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/etc/chkconfig.d
+ /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64 chkconfig
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/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: chkconfig-1.10-4.fc28.riscv64
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YQymYI
+ umask 022
+ cd /builddir/build/BUILD
+ cd chkconfig-1.10
+ LICENSEDIR=/builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/usr/share/licenses/chkconfig
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/usr/share/licenses/chkconfig
+ cp -pr COPYING /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64/usr/share/licenses/chkconfig
+ exit 0
warning: File listed twice: /etc/rc.d/init.d
warning: File listed twice: /etc/rc.d/rc0.d
warning: File listed twice: /etc/rc.d/rc1.d
warning: File listed twice: /etc/rc.d/rc2.d
warning: File listed twice: /etc/rc.d/rc3.d
warning: File listed twice: /etc/rc.d/rc4.d
warning: File listed twice: /etc/rc.d/rc5.d
warning: File listed twice: /etc/rc.d/rc6.d
Provides: chkconfig = 1.10-4.fc28 chkconfig(riscv-64) = 1.10-4.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) libpopt.so.0()(64bit) libpopt.so.0(LIBPOPT_0)(64bit) libselinux.so.1()(64bit) libsepol.so.1()(64bit) rtld(GNU_HASH)
Conflicts: initscripts <= 5.30-1
Processing files: ntsysv-1.10-4.fc28.riscv64
Provides: ntsysv = 1.10-4.fc28 ntsysv(riscv-64) = 1.10-4.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) libnewt.so.0.52()(64bit) libnewt.so.0.52(NEWT_0.52)(64bit) libpopt.so.0()(64bit) libpopt.so.0(LIBPOPT_0)(64bit) libselinux.so.1()(64bit) libsepol.so.1()(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/chkconfig-1.10-4.fc28.riscv64
Wrote: /builddir/build/SRPMS/chkconfig-1.10-4.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/chkconfig-1.10-4.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/ntsysv-1.10-4.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9wj3up
+ umask 022
+ cd /builddir/build/BUILD
+ cd chkconfig-1.10
+ rm -rf /builddir/build/BUILDROOT/chkconfig-1.10-4.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