+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/wvdial.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: Macro expanded in comment on line 8: %{version}.tar.gz warning: bogus date in %changelog: Mon Aug 31 2004 Harald Hoyer 1.54.0-2 warning: bogus date in %changelog: Tue Jul 2 2000 Jakub Jelinek Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ffT63P + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf wvdial-1.61 + /usr/bin/gzip -dc /builddir/build/SOURCES/wvdial-1.61.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd wvdial-1.61 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (wvdial-1.60-remotename.patch):' Patch #1 (wvdial-1.60-remotename.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .remotename --fuzz=0 patching file wvdialer.h patching file wvdial.cc patching file wvdial.1 patching file wvdialer.cc Hunk #3 succeeded at 1228 (offset 1 line). + echo 'Patch #2 (wvdial-1.54-9nums.patch):' Patch #2 (wvdial-1.54-9nums.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .9nums --fuzz=0 patching file wvdial.conf.5 Hunk #1 succeeded at 80 (offset 2 lines). Hunk #2 succeeded at 92 (offset 2 lines). patching file wvdialer.cc Hunk #2 succeeded at 632 (offset 18 lines). Hunk #3 succeeded at 920 (offset 19 lines). patching file wvdialer.h Hunk #1 succeeded at 108 (offset 5 lines). + echo 'Patch #3 (wvdial-1.60-compuserve.patch):' Patch #3 (wvdial-1.60-compuserve.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .compuserve --fuzz=0 patching file wvdialbrain.cc + echo 'Patch #4 (wvdial-manpages.patch):' Patch #4 (wvdial-manpages.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .manpages --fuzz=0 patching file wvdial.conf.5 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Fk19yY + umask 022 + cd /builddir/build/BUILD + cd wvdial-1.61 + 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 + '[' 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 + make 'CPPOPTS=-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 -DUSE_LOCKDEV=1' LOCKDEV=-llockdev 'XX_LIBS=-lcrypt -llockdev' PREFIX=/usr BINDIR=/usr/bin MANDIR=/usr/share/man PPPDIR=/etc/ppp/peers * Generating CC * Generating CXX ./CXX -c wvdialer In file included from /usr/include/termios.h:25:0, from wvdialer.h:12, from wvdialer.cc:9: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from wvdialer.cc:9:0: wvdialer.h:47:32: warning: passing NULL to non-pointer argument 1 of 'WvString::WvString(long int)' [-Wconversion-null] WvString _remote_name = NULL ); ^~~~ wvdialer.cc: In member function 'int WvDialer::ask_password()': wvdialer.cc:1204:10: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fgets( tmp, 50, stdin ); ~~~~~^~~~~~~~~~~~~~~~~~ wvdialer.cc: In member function 'void WvDialer::start_ppp()': wvdialer.cc:1249:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] ::write( pppd_passwdfd[1], (const char *) options.password, options.password.len() ); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./CXX -c wvmodemscan In file included from /usr/include/unistd.h:25:0, from /usr/include/wvstreams/wvxplc.h:20, from /usr/include/wvstreams/wvtypetraits.h:10, from /usr/include/wvstreams/wvlinklist.h:10, from wvmodemscan.h:12, from wvmodemscan.cc:9: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ ./CXX -c wvpapchap In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/bits/stl_algobase.h:59, from /usr/include/c++/7/vector:60, from /usr/include/wvstreams/uniconf.h:10, from /usr/include/wvstreams/uniconfroot.h:10, from /usr/include/wvstreams/wvconfemu.h:10, from wvpapchap.h:12, from wvpapchap.cc:9: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ ./CXX -c wvdialbrain In file included from /usr/include/termios.h:25:0, from wvdialbrain.h:12, from wvdialbrain.cc:10: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from wvdialbrain.cc:11:0: wvdialer.h:47:32: warning: passing NULL to non-pointer argument 1 of 'WvString::WvString(long int)' [-Wconversion-null] WvString _remote_name = NULL ); ^~~~ ./CXX -c wvdialmon In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:27, from wvdialmon.cc:5: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ linking wvdial.a... ar: creating wvdial.a ./CXX -c wvdial In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/string.h:26, from /usr/include/wvstreams/wvstring.h:18, from /usr/include/wvstreams/wvargs.h:9, from wvdial.cc:10: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from wvdial.cc:11:0: wvdialer.h:47:32: warning: passing NULL to non-pointer argument 1 of 'WvString::WvString(long int)' [-Wconversion-null] WvString _remote_name = NULL ); ^~~~ wvdial.cc: In function 'int main(int, char**)': wvdial.cc:96:29: warning: passing NULL to non-pointer argument 1 of 'WvString::WvString(long int)' [-Wconversion-null] WvString remote_name = NULL; ^~~~ linking wvdial... ./CXX -c wvdialconf In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/bits/stl_algobase.h:59, from /usr/include/c++/7/vector:60, from /usr/include/wvstreams/uniconf.h:10, from /usr/include/wvstreams/uniconfroot.h:10, from wvdialconf.cc:8: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ linking wvdialconf... ./CXX -c pppmon In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:27, from pppmon.cc:7: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ linking pppmon... ./CXX -c papchaptest In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/bits/stl_algobase.h:59, from /usr/include/c++/7/vector:60, from /usr/include/wvstreams/uniconf.h:10, from /usr/include/wvstreams/uniconfroot.h:10, from /usr/include/wvstreams/wvconfemu.h:10, from wvpapchap.h:12, from papchaptest.cc:8: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ linking papchaptest... + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1MraT6 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64 + cd wvdial-1.61 + rm -rf /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64 + make install PREFIX=/builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr BINDIR=/builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/bin MANDIR=/builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/man PPPDIR=/builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/etc/ppp/peers * Generating CC * Generating CXX [ -d /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/bin ] || install -d /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/bin [ -d /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/etc/ppp/peers ] || install -d /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/etc/ppp/peers install -m 0755 wvdial wvdialconf /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/bin cp ppp.provider /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/etc/ppp/peers/wvdial cp ppp.provider-pipe /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/etc/ppp/peers/wvdial-pipe [ -d /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/man/man1 ] || install -d /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/man/man1 [ -d /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/man/man5 ] || install -d /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/man/man5 install -m 0644 wvdial.1 wvdialconf.1 /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/man/man1 install -m 0644 wvdial.conf.5 /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/man/man5 + rm /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64//etc/ppp/peers/wvdial-pipe + touch /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64//etc/wvdial.conf + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/wvdial-1.61-17.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: wvdial-1.61-17.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0nIyX1 + umask 022 + cd /builddir/build/BUILD + cd wvdial-1.61 + DOCDIR=/builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/doc/wvdial + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/doc/wvdial + cp -pr CHANGES /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/doc/wvdial + cp -pr COPYING.LIB /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/doc/wvdial + cp -pr README /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/doc/wvdial + cp -pr TODO /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/doc/wvdial + cp -pr FAQ /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64/usr/share/doc/wvdial + exit 0 Provides: config(wvdial) = 1.61-17.fc28 wvdial = 1.61-17.fc28 wvdial(riscv-64) = 1.61-17.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) libcrypt.so.1()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) liblockdev.so.1()(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libuniconf.so.4.6()(64bit) libwvbase.so.4.6()(64bit) libwvstreams.so.4.6()(64bit) libwvutils.so.4.6()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/wvdial-1.61-17.fc28.riscv64 Wrote: /builddir/build/SRPMS/wvdial-1.61-17.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/wvdial-1.61-17.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NePEgK + umask 022 + cd /builddir/build/BUILD + cd wvdial-1.61 + rm -rf /builddir/build/BUILDROOT/wvdial-1.61-17.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