+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/newlisp.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.9WPnTC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf newlisp-10.7.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/newlisp-10.7.1.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd newlisp-10.7.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (newlisp-0000-Support-64bit.patch):' Patch #0 (newlisp-0000-Support-64bit.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .64bit-support --fuzz=0 patching file modules/gsl.lsp + echo 'Patch #1 (newlisp-0003-Don-t-strip-the-resulting-binary.patch):' Patch #1 (newlisp-0003-Don-t-strip-the-resulting-binary.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .stop-binary-strip --fuzz=0 patching file makefile_linuxLP64_utf8 patching file makefile_linux_utf8 + sed -i.m32 's/\-m32 //' makefile_linux + sed -i.m64 's/\-m64 //' makefile_linuxLP64 + sed -i.m32 's/\-m32 //' makefile_linux_utf8 + sed -i.m64 's/\-m64 //' makefile_linuxLP64_utf8 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6GzC1A + umask 022 + cd /builddir/build/BUILD + cd newlisp-10.7.1 + 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 removing old objects and setting correct permissions ... discovering platform and default memory model ... detected memory model LP64 detected Operating System LINUX creating makefile_build ... ls: cannot access '/usr/lib*/libffi*/include': No such file or directory to make for LP64 on LINUX type: make to make for any other system do: make -f makefile_xxx where makefile_xxx is one of the preconfigured makefiles + 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 -c -DREADLINE -DSUPPORT_UTF8 -DLINUX -DNEWLISP64' + make -f makefile_linuxLP64_utf8 -j4 gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX newlisp.c gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-symbol.c gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-math.c gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-list.c newlisp.c: In function 'printString': newlisp.c:2712:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ newlisp.c:2713:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' varPrintf(device,"%c",chr); break; ^~~~~ newlisp.c: In function 'p_set': newlisp.c:5129:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(params == nilCell) ^~ newlisp.c:5131:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' pushResultFlag = TRUE; ^~~~~~~~~~~~~~ newlisp.c: In function 'p_new': newlisp.c:6633:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ newlisp.c:6636:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' overWriteFlag = (evaluateExpression(next)->type != CELL_NIL); ^~~~~~~~~~~~~ gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-liststr.c gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-string.c newlisp.c: In function 'errorMissingPar': newlisp.c:3146:23: warning: '%.40s' directive output may be truncated writing up to 40 bytes into a region of size 37 [-Wformat-truncation=] snprintf(str, 40, "...%.40s", ((char *)((stream->ptr - stream->buffer) > 40 ? stream->ptr - 40 : stream->buffer))); ^~~~~ newlisp.c:3146:1: note: 'snprintf' output between 4 and 44 bytes into a destination of size 40 snprintf(str, 40, "...%.40s", ((char *)((stream->ptr - stream->buffer) > 40 ? stream->ptr - 40 : stream->buffer))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-filesys.c nl-filesys.c: In function 'p_receive': nl-filesys.c:1783:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if((child = getSpawnedChild(pid)) == NULL) ^~ nl-filesys.c:1785:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' socket = child->socket; ^~~~~~ gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-sock.c gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-import.c gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-xml-json.c gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-web.c nl-xml-json.c: In function 'getJSONvalue': nl-xml-json.c:932:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(!isDigit((unsigned char)*jsonStr)) ^~ nl-xml-json.c:934:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' while(isDigit((unsigned char)*jsonStr)) ++jsonStr; ^~~~~ gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-matrix.c gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-debug.c gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX nl-utf8.c gcc -fPIC -Wall -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX pcre.c gcc newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o nl-sock.o nl-import.o nl-xml-json.o nl-web.o nl-matrix.o nl-debug.o nl-utf8.o pcre.o -g -lm -ldl -lreadline -o newlisp # for UBUNTU Debian + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.D1wmmx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64 + cd newlisp-10.7.1 + make install_home HOME=/builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr/ make -f makefile_install install_home make[1]: Entering directory '/builddir/build/BUILD/newlisp-10.7.1' install -d /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//bin install -d /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp install -d /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules install -d /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/util install -d /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/ install -d /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/guiserver install -d /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/man/man1 install -m 755 newlisp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//bin/newlisp install -m 755 util/newlispdoc /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//bin/newlispdoc install -m 644 util/syntax.cgi /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/util/syntax.cgi install -m 644 util/newlisp.vim /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/util/newlisp.vim install -m 644 guiserver/index-gs.html /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/guiserver/index-gs.html install -m 644 guiserver/guiserver.lsp.html /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/guiserver/guiserver.lsp.html install -m 644 doc/COPYING /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/COPYING install -m 644 doc/COPYING /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/guiserver/COPYING install -m 644 doc/CREDITS /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/CREDITS install -m 644 doc/newlisp_manual.html /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/newlisp_manual.html install -m 644 doc/newlisp_index.html /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/newlisp_index.html install -m 644 doc/manual_frame.html /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/manual_frame.html install -m 644 doc/CodePatterns.html /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/CodePatterns.html install -m 644 doc/newLISPdoc.html /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/newLISPdoc.html install -m 644 doc/newLISP-10.7.1-Release.html /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/doc/newlisp/newLISP-10.7.1-Release.html install -m 644 doc/newlisp.1 /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/man/man1/newlisp.1 install -m 644 doc/newlispdoc.1 /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/man/man1/newlispdoc.1 install -m 644 modules/canvas.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/canvas.lsp install -m 644 modules/cgi.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/cgi.lsp install -m 644 modules/crypto.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/crypto.lsp install -m 644 modules/ftp.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/ftp.lsp install -m 644 modules/getopts.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/getopts.lsp install -m 644 modules/gsl.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/gsl.lsp install -m 644 modules/infix.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/infix.lsp install -m 644 modules/macro.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/macro.lsp install: cannot stat 'modules/macro.lsp': No such file or directory make[1]: [makefile_install:158: install_home] Error 1 (ignored) install -m 644 modules/mysql.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/mysql.lsp install -m 644 modules/plot.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/plot.lsp install -m 644 modules/odbc.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/odbc.lsp install -m 644 modules/pop3.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/pop3.lsp install -m 644 modules/postgres.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/postgres.lsp install -m 644 modules/postscript.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/postscript.lsp install -m 644 modules/smtp.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/smtp.lsp install -m 644 modules/smtpx.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/smtpx.lsp install -m 644 modules/sqlite3.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/sqlite3.lsp install -m 644 modules/stat.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/stat.lsp install -m 644 modules/unix.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/unix.lsp install -m 644 modules/xmlrpc-client.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/xmlrpc-client.lsp install -m 644 modules/zlib.lsp /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64/usr//share/newlisp/modules/zlib.lsp make[1]: Leaving directory '/builddir/build/BUILD/newlisp-10.7.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 mangling shebang in ./usr/bin/newlispdoc from #!/usr/bin/env newlisp to #!/usr/bin/newlisp Processing files: newlisp-10.7.1-3.fc28.riscv64 Provides: newlisp = 10.7.1-3.fc28 newlisp(riscv-64) = 10.7.1-3.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/newlisp libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libreadline.so.7()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/newlisp-10.7.1-3.fc28.riscv64 Wrote: /builddir/build/SRPMS/newlisp-10.7.1-3.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/newlisp-10.7.1-3.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BjlJSA + umask 022 + cd /builddir/build/BUILD + cd newlisp-10.7.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/newlisp-10.7.1-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