+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/librtfcomp.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.no37ms + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf librtfcomp-1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/librtfcomp-1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd librtfcomp-1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nBS9zG + umask 022 + cd /builddir/build/BUILD + cd librtfcomp-1.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 + 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 + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./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 --disable-static --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for style of include used by make... GNU checking dependency style of gcc... none checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E 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... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for riscv64-redhat-linux-gnu-g77... no checking for riscv64-redhat-linux-gnu-xlf... no checking for riscv64-redhat-linux-gnu-f77... no checking for riscv64-redhat-linux-gnu-frt... no checking for riscv64-redhat-linux-gnu-pgf77... no checking for riscv64-redhat-linux-gnu-cf77... no checking for riscv64-redhat-linux-gnu-fort77... no checking for riscv64-redhat-linux-gnu-fl32... no checking for riscv64-redhat-linux-gnu-af77... no checking for riscv64-redhat-linux-gnu-xlf90... no checking for riscv64-redhat-linux-gnu-f90... no checking for riscv64-redhat-linux-gnu-pgf90... no checking for riscv64-redhat-linux-gnu-pghpf... no checking for riscv64-redhat-linux-gnu-epcf90... no checking for riscv64-redhat-linux-gnu-gfortran... no checking for riscv64-redhat-linux-gnu-g95... no checking for riscv64-redhat-linux-gnu-xlf95... no checking for riscv64-redhat-linux-gnu-f95... no checking for riscv64-redhat-linux-gnu-fort... no checking for riscv64-redhat-linux-gnu-ifort... no checking for riscv64-redhat-linux-gnu-ifc... no checking for riscv64-redhat-linux-gnu-efc... no checking for riscv64-redhat-linux-gnu-pgf95... no checking for riscv64-redhat-linux-gnu-lf95... no checking for riscv64-redhat-linux-gnu-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether gcc supports the GNUC visibility attribute... yes configure: Checking to see if we can build Python bindings checking for a Python interpreter with version >= 2.2... python checking for python... /usr/bin/python checking for python version... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out 2.7 checking for python platform... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages checking for pyrexc... pyrexc checking for headers required to compile python extensions... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out found configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating python/Makefile config.status: executing depfiles commands + make -j4 LIBTOOL=/usr/bin/libtool Making all in src make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/src' /usr/bin/libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c -o constants.lo constants.c /usr/bin/libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c -o crc32.lo crc32.c /usr/bin/libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c -o rtfcomp.lo rtfcomp.c /usr/bin/libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c -o rtfdecomp.lo rtfdecomp.c libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c rtfcomp.c -fPIC -DPIC -o .libs/rtfcomp.o libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c crc32.c -fPIC -DPIC -o .libs/crc32.o libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c rtfdecomp.c -fPIC -DPIC -o .libs/rtfdecomp.o libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c constants.c -fPIC -DPIC -o .libs/constants.o libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c constants.c -o constants.o >/dev/null 2>&1 libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c crc32.c -o crc32.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c -o rtfconvert.lo rtfconvert.c rtfdecomp.c: In function 'LZRTFDecompress': rtfdecomp.c:37:15: warning: unused variable 'cs' [-Wunused-variable] unsigned int cs; ^~ rtfdecomp.c:36:6: warning: unused variable 'csi' [-Wunused-variable] int csi=0; ^~~ /usr/bin/libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c -o utf8conv.lo utf8conv.c libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c rtfdecomp.c -o rtfdecomp.o >/dev/null 2>&1 libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c rtfcomp.c -o rtfcomp.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c -o errorcode.lo errorcode.c libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c rtfconvert.c -fPIC -DPIC -o .libs/rtfconvert.o libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c utf8conv.c -fPIC -DPIC -o .libs/utf8conv.o rtfconvert.c: In function 'LZRTFConvertRTFToUTF8': rtfconvert.c:141:26: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ((pNextCh >= strlen(fonttbl)) && (strncmp(ip, fonttbl, strlen(fonttbl)) == 0)) { ^~~~~~~ In file included from sysincludes.h:28:0, from rtfconvert.c:19: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'const unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ rtfconvert.c:141:68: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ((pNextCh >= strlen(fonttbl)) && (strncmp(ip, fonttbl, strlen(fonttbl)) == 0)) { ^~~~~~~ In file included from sysincludes.h:28:0, from rtfconvert.c:19: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'const unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ rtfconvert.c:141:48: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if ((pNextCh >= strlen(fonttbl)) && (strncmp(ip, fonttbl, strlen(fonttbl)) == 0)) { ^~ In file included from sysincludes.h:28:0, from rtfconvert.c:19: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ rtfconvert.c:141:52: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] if ((pNextCh >= strlen(fonttbl)) && (strncmp(ip, fonttbl, strlen(fonttbl)) == 0)) { ^~~~~~~ In file included from sysincludes.h:28:0, from rtfconvert.c:19: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'const unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ rtfconvert.c:147:26: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ((pNextCh >= strlen(par)) && (strncmp(ip, par, strlen(par)) == 0)) { ^~~ In file included from sysincludes.h:28:0, from rtfconvert.c:19: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'const unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ rtfconvert.c:147:60: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ((pNextCh >= strlen(par)) && (strncmp(ip, par, strlen(par)) == 0)) { ^~~ In file included from sysincludes.h:28:0, from rtfconvert.c:19: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'const unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ rtfconvert.c:147:44: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if ((pNextCh >= strlen(par)) && (strncmp(ip, par, strlen(par)) == 0)) { ^~ In file included from sysincludes.h:28:0, from rtfconvert.c:19: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ rtfconvert.c:147:48: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] if ((pNextCh >= strlen(par)) && (strncmp(ip, par, strlen(par)) == 0)) { ^~~ In file included from sysincludes.h:28:0, from rtfconvert.c:19: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'const unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ rtfconvert.c:69:4: warning: unused variable 'state' [-Wunused-variable] } state; ^~~~~ rtfconvert.c:58:18: warning: unused variable 'cmd_brace_level' [-Wunused-variable] int cmd_brace_level = 0; ^~~~~~~~~~~~~~~ rtfconvert.c:56:18: warning: unused variable 'ctrllen' [-Wunused-variable] unsigned int ctrllen=0; ^~~~~~~ rtfconvert.c:47:18: warning: unused variable 'strt' [-Wunused-variable] unsigned char * strt=0; ^~~~ rtfconvert.c: In function 'RTFCharget': rtfconvert.c:390:24: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] (strncmp(sin, escape_header, strlen(escape_header))) == 0 ^~~ In file included from sysincludes.h:28:0, from rtfconvert.c:19: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'const unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ rtfconvert.c:393:14: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] if (sscanf(sin+strlen(escape_header), "%2x",computed_UTF8) != 1) { ^~~ In file included from /usr/include/features.h:428:0, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from sysincludes.h:27, from rtfconvert.c:19: /usr/include/stdio.h:402:12: note: expected 'const char * restrict' but argument is of type 'const unsigned char *' extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s, ^ rtfconvert.c:401:23: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] (strncmp(sin, unicode_header, strlen(unicode_header))) == 0 ^~~ In file included from sysincludes.h:28:0, from rtfconvert.c:19: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'const unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ rtfconvert.c:410:14: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] if (sscanf(sin+strlen(unicode_header), "%d",computed_UTF8) != 1) { ^~~ In file included from /usr/include/features.h:428:0, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from sysincludes.h:27, from rtfconvert.c:19: /usr/include/stdio.h:402:12: note: expected 'const char * restrict' but argument is of type 'const unsigned char *' extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s, ^ rtfconvert.c: In function 'RTFGetControlWordLen': rtfconvert.c:448:16: warning: unused variable 'c' [-Wunused-variable] unsigned char c; ^ libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c utf8conv.c -o utf8conv.o >/dev/null 2>&1 libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c errorcode.c -fPIC -DPIC -o .libs/errorcode.o libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c rtfconvert.c -o rtfconvert.o >/dev/null 2>&1 libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -c errorcode.c -o errorcode.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link 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 -DHAVE_GCCVISIBILITY -fvisibility=hidden -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o librtfcomp.la -rpath /usr/lib64 constants.lo crc32.lo rtfcomp.lo rtfdecomp.lo rtfconvert.lo utf8conv.lo errorcode.lo -lc libtool: link: gcc -shared -fPIC -DPIC .libs/constants.o .libs/crc32.o .libs/rtfcomp.o .libs/rtfdecomp.o .libs/rtfconvert.o .libs/utf8conv.o .libs/errorcode.o -lc -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,librtfcomp.so.0 -o .libs/librtfcomp.so.0.0.0 libtool: link: (cd ".libs" && rm -f "librtfcomp.so.0" && ln -s "librtfcomp.so.0.0.0" "librtfcomp.so.0") libtool: link: (cd ".libs" && rm -f "librtfcomp.so" && ln -s "librtfcomp.so.0.0.0" "librtfcomp.so") libtool: link: ar cru .libs/librtfcomp.a constants.o crc32.o rtfcomp.o rtfdecomp.o rtfconvert.o utf8conv.o errorcode.o libtool: link: ranlib .libs/librtfcomp.a libtool: link: ( cd ".libs" && rm -f "librtfcomp.la" && ln -s "../librtfcomp.la" "librtfcomp.la" ) make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/src' Making all in tests make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/tests' gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 main.c gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 tortf.c gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -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 fromrtf.c /usr/bin/libtool --tag=CC --mode=link 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 test main.o ../src/librtfcomp.la /usr/bin/libtool --tag=CC --mode=link 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 fromrtf fromrtf.o ../src/librtfcomp.la /usr/bin/libtool --tag=CC --mode=link 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 tortf tortf.o ../src/librtfcomp.la libtool: link: 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 -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test main.o ../src/.libs/librtfcomp.so -lc libtool: link: 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 -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/tortf tortf.o ../src/.libs/librtfcomp.so -lc libtool: link: 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 -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/fromrtf fromrtf.o ../src/.libs/librtfcomp.so -lc make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/tests' Making all in python make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/python' pyrexc ./pyrtfcomp.pyx -o ./pyrtfcomp.c DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out /usr/bin/libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I/usr/include/python2.7 -I../include -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 pyrtfcomp_la-pyrtfcomp.lo `test -f 'pyrtfcomp.c' || echo './'`pyrtfcomp.c libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I/usr/include/python2.7 -I../include -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 pyrtfcomp.c -fPIC -DPIC -o .libs/pyrtfcomp_la-pyrtfcomp.o libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I/usr/include/python2.7 -I../include -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 pyrtfcomp.c -o pyrtfcomp_la-pyrtfcomp.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link 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 pyrtfcomp.la -rpath /usr/lib64/python2.7/site-packages -module -avoid-version -fPIC pyrtfcomp_la-pyrtfcomp.lo ../src/librtfcomp.la libtool: link: gcc -shared -fPIC -DPIC .libs/pyrtfcomp_la-pyrtfcomp.o -Wl,-rpath -Wl,/builddir/build/BUILD/librtfcomp-1.1/src/.libs ../src/.libs/librtfcomp.so -lc -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,pyrtfcomp.so -o .libs/pyrtfcomp.so libtool: link: ar cru .libs/pyrtfcomp.a pyrtfcomp_la-pyrtfcomp.o libtool: link: ranlib .libs/pyrtfcomp.a libtool: link: ( cd ".libs" && rm -f "pyrtfcomp.la" && ln -s "../pyrtfcomp.la" "pyrtfcomp.la" ) make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/python' make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.aL0giA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64 + cd librtfcomp-1.1 + rm -rf /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64 Making install in src make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/src' make[2]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/src' test -z "/usr/lib64" || mkdir -p -- "/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c 'librtfcomp.la' '/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/librtfcomp.la' /usr/bin/install -c .libs/librtfcomp.so.0.0.0 /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/librtfcomp.so.0.0.0 (cd /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64 && { ln -s -f librtfcomp.so.0.0.0 librtfcomp.so.0 || { rm -f librtfcomp.so.0 && ln -s librtfcomp.so.0.0.0 librtfcomp.so.0; }; }) (cd /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64 && { ln -s -f librtfcomp.so.0.0.0 librtfcomp.so || { rm -f librtfcomp.so && ln -s librtfcomp.so.0.0.0 librtfcomp.so; }; }) /usr/bin/install -c .libs/librtfcomp.lai /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/librtfcomp.la /usr/bin/install -c .libs/librtfcomp.a /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/librtfcomp.a chmod 644 /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/librtfcomp.a ranlib /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/librtfcomp.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/src' make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/src' Making install in tests make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/tests' make[2]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/tests' test -z "/usr/bin" || mkdir -p -- "/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'test' '/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/bin/test' libtool: install: warning: `../src/librtfcomp.la' has not been installed in `/usr/lib64' /usr/bin/install -c .libs/test /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/bin/test /bin/sh ../libtool --mode=install /usr/bin/install -c 'tortf' '/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/bin/tortf' libtool: install: warning: `../src/librtfcomp.la' has not been installed in `/usr/lib64' /usr/bin/install -c .libs/tortf /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/bin/tortf /bin/sh ../libtool --mode=install /usr/bin/install -c 'fromrtf' '/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/bin/fromrtf' libtool: install: warning: `../src/librtfcomp.la' has not been installed in `/usr/lib64' /usr/bin/install -c .libs/fromrtf /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/bin/fromrtf make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/tests' make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/tests' Making install in python make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/python' make[2]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/python' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/lib64/python2.7/site-packages" || mkdir -p -- "/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/python2.7/site-packages" /bin/sh ../libtool --mode=install /usr/bin/install -c 'pyrtfcomp.la' '/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/python2.7/site-packages/pyrtfcomp.la' libtool: install: warning: relinking `pyrtfcomp.la' (cd /builddir/build/BUILD/librtfcomp-1.1/python; /bin/sh "/usr/bin/libtool" --tag CC --mode=relink 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 pyrtfcomp.la -rpath /usr/lib64/python2.7/site-packages -module -avoid-version -fPIC pyrtfcomp_la-pyrtfcomp.lo ../src/librtfcomp.la -inst-prefix-dir /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/pyrtfcomp_la-pyrtfcomp.o -L/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64 -L/usr/lib64 -lrtfcomp -lc -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,pyrtfcomp.so -o .libs/pyrtfcomp.so /usr/bin/install -c .libs/pyrtfcomp.soT /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/python2.7/site-packages/pyrtfcomp.so /usr/bin/install -c .libs/pyrtfcomp.lai /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/python2.7/site-packages/pyrtfcomp.la /usr/bin/install -c .libs/pyrtfcomp.a /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/python2.7/site-packages/pyrtfcomp.a chmod 644 /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/python2.7/site-packages/pyrtfcomp.a ranlib /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/python2.7/site-packages/pyrtfcomp.a libtool: install: warning: remember to run `libtool --finish /usr/lib64/python2.7/site-packages' make[2]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/python' make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/python' make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1' make[2]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/include/rtfcomp" || mkdir -p -- "/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/include/rtfcomp" /usr/bin/install -c -m 644 './include/rtfcomp/rtfcomp.h' '/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/include/rtfcomp/rtfcomp.h' /usr/bin/install -c -m 644 './include/rtfcomp/errors.h' '/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/include/rtfcomp/errors.h' make[2]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1' make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1' + find /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64 -name '*.la' -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64 -name '*.a' -exec rm -f '{}' ';' + rm -fr /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/bin/ + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: librtfcomp-1.1-20.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7J7ffT + umask 022 + cd /builddir/build/BUILD + cd librtfcomp-1.1 + DOCDIR=/builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/share/doc/librtfcomp + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/share/doc/librtfcomp + cp -pr CHANGELOG /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/share/doc/librtfcomp + cp -pr LICENCE /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64/usr/share/doc/librtfcomp + exit 0 Provides: librtfcomp = 1.1-20.fc28 librtfcomp(riscv-64) = 1.1-20.fc28 librtfcomp.so.0()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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) Processing files: librtfcomp-devel-1.1-20.fc28.riscv64 Provides: librtfcomp-devel = 1.1-20.fc28 librtfcomp-devel(riscv-64) = 1.1-20.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: librtfcomp.so.0()(64bit) Processing files: librtfcomp-python-1.1-20.fc28.riscv64 Provides: librtfcomp-python = 1.1-20.fc28 librtfcomp-python(riscv-64) = 1.1-20.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) librtfcomp.so.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/librtfcomp-1.1-20.fc28.riscv64 Wrote: /builddir/build/SRPMS/librtfcomp-1.1-20.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/librtfcomp-1.1-20.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/librtfcomp-devel-1.1-20.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/librtfcomp-python-1.1-20.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.P8aQyT + umask 022 + cd /builddir/build/BUILD + cd librtfcomp-1.1 + rm -rf /builddir/build/BUILDROOT/librtfcomp-1.1-20.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