+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ripmime.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.BjIvjp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ripmime-1.4.0.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/ripmime-1.4.0.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ripmime-1.4.0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RLPKLX + umask 022 + cd /builddir/build/BUILD + cd ripmime-1.4.0.9 + make '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 ' -j4 ./build_tnef cc -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 -DRIPOLE -c strstack.c cc -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 -DRIPOLE -c mime.c cc -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 -DRIPOLE -c ffget.c make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/ripmime-1.4.0.9/tnef' cc -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___TNEF_BYTE_ORDER=4321 -c tnef.c tnef.c: In function 'save_attach_data': tnef.c:333:9: warning: variable 'bc' set but not used [-Wunused-but-set-variable] size_t bc; ^~ tnef.c: In function 'read_attribute': tnef.c:491:8: warning: variable 'component' set but not used [-Wunused-but-set-variable] uint8 component = 0; ^~~~~~~~~ mime.c: In function 'MIME_decode_raw': mime.c:1371:11: warning: variable 'bc' set but not used [-Wunused-but-set-variable] size_t bc; ^~ mime.c: In function 'MIME_decode_text': mime.c:1512:13: warning: variable 'bc' set but not used [-Wunused-but-set-variable] size_t bc; ^~ mime.c: In function 'MIME_decode_64': mime.c:1881:12: warning: variable 'bc' set but not used [-Wunused-but-set-variable] size_t bc; ^~ mime.c:1973:12: warning: variable 'bc' set but not used [-Wunused-but-set-variable] size_t bc; ^~ mime.c:2006:12: warning: variable 'bc' set but not used [-Wunused-but-set-variable] size_t bc; ^~ mime.c:1736:7: warning: variable 'lastchar_was_linebreak' set but not used [-Wunused-but-set-variable] int lastchar_was_linebreak=0; ^~~~~~~~~~~~~~~~~~~~~~ tnef.c: In function 'save_attach_data': tnef.c:335:41: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 1024 [-Wformat-truncation=] snprintf(filename, sizeof(filename),"%s/%s", TNEF_glb.path, title ); ^ In file included from /usr/include/stdio.h:861:0, from tnef.c:37: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1026) into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -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 -DRIPOLE -c MIME_headers.c MIME_headers.c: In function 'MIMEH_read_headers': MIME_headers.c:1089:8: warning: variable 'headerline_end' set but not used [-Wunused-but-set-variable] char *headerline_end; ^~~~~~~~~~~~~~ MIME_headers.c:1084:6: warning: variable 'firstline' set but not used [-Wunused-but-set-variable] int firstline = 1; ^~~~~~~~~ cc -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 -DRIPOLE -c rawget.c make[1]: Leaving directory '/builddir/build/BUILD/ripmime-1.4.0.9/tnef' cc -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 -DRIPOLE -c pldstr.c MIME_headers.c: In function 'MIMEH_headers_process': MIME_headers.c:2723:8: warning: variable 'safeh' set but not used [-Wunused-but-set-variable] char *safeh, *h, *safehl; ^~~~~ MIME_headers.c: In function 'MIMEH_headers_get': MIME_headers.c:2939:2: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size] memset(hinfo->defects, 0, _MIMEH_DEFECT_ARRAY_SIZE); ^~~~~~ cc -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 -DRIPOLE -c logger.c pldstr.c: In function 'PLD_strtok': pldstr.c:300:30: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ((st->start)&&(st->start != '\0')) ^~ pldstr.c:300:20: note: did you mean to dereference the pointer? if ((st->start)&&(st->start != '\0')) ^ mime.c: In function 'MIME_decode_raw': mime.c:1430:39: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] snprintf(hinfo->filename, 128, "%s", hinfo->uudec_name); ^ In file included from /usr/include/stdio.h:861:0, from mime.c:26: /usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 1 and 129 bytes into a destination of size 128 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.c: In function 'MIME_decode_text': mime.c:1623:38: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] snprintf(hinfo->filename, 128, "%s", hinfo->uudec_name); ^ In file included from /usr/include/stdio.h:861:0, from mime.c:26: /usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 1 and 129 bytes into a destination of size 128 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -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 -DRIPOLE -c libmime-decoders.c MIME_headers.c: In function 'MIMEH_save_doubleCR': MIME_headers.c:788:50: warning: '/doubleCR.' directive output may be truncated writing 10 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(glb.doubleCRname,_MIMEH_STRLEN_MAX,"%s/doubleCR.%d",glb.output_dir,glb.doubleCR_count); ^~~~~~~~~~ In file included from /usr/include/stdio.h:861:0, from MIME_headers.c:21: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 12 and 1045 bytes into a destination of size 1023 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -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 -DRIPOLE -c boundary-stack.c MIME_headers.c: In function 'MIMEH_parse_contenttype': MIME_headers.c:2010:58: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 129 [-Wformat-truncation=] snprintf(hinfo->filename, sizeof(hinfo->filename), "%s.applemeta", glb.appledouble_filename ); ^~ ~~~ In file included from /usr/include/stdio.h:861:0, from MIME_headers.c:21: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 11 and 1034 bytes into a destination of size 129 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MIME_headers.c:2128:61: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 129 [-Wformat-truncation=] snprintf( hinfo->filename, sizeof(hinfo->filename), "%s", hinfo->name ); ^~ In file included from /usr/include/stdio.h:861:0, from MIME_headers.c:21: /usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 1 and 1024 bytes into a destination of size 129 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -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 -DRIPOLE -c uuencode.c In function 'snprintf', inlined from 'MIMEH_parse_contentlocation.part.4' at MIME_headers.c:2242:4, inlined from 'MIMEH_parse_contentlocation': /usr/include/bits/stdio2.h:67:10: warning: '__builtin___snprintf_chk': specified bound 1024 exceeds the size 129 of the destination [-Wstringop-overflow=] return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -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 -DRIPOLE -c filename-filters.c mime.c: In function 'MIME_decode_encoding': mime.c:2501:57: warning: '%s' directive output may be truncated writing up to 1022 bytes into a region of size 128 [-Wformat-truncation=] snprintf( hinfo->filename, _MIMEH_FILENAMELEN_MAX, "%s%s%d", glb.blankfileprefix_expliticly_set?glb.blankfileprefix:"", filename_prefix, glb.filecount ); ^~ In file included from /usr/include/stdio.h:861:0, from mime.c:26: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1024) into a destination of size 128 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.c:2506:57: warning: '%s' directive output may be truncated writing up to 1022 bytes into a region of size 128 [-Wformat-truncation=] snprintf( hinfo->filename, _MIMEH_FILENAMELEN_MAX, "%s%d", glb.blankfileprefix, glb.filecount ); ^~ ~~~ In file included from /usr/include/stdio.h:861:0, from mime.c:26: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 1034 bytes into a destination of size 128 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.c:2513:56: warning: '%s' directive output may be truncated writing up to 1022 bytes into a region of size 128 [-Wformat-truncation=] snprintf( hinfo->filename, _MIMEH_FILENAMELEN_MAX, "%s%d", glb.blankfileprefix, glb.filecount ); ^~ ~~~ In file included from /usr/include/stdio.h:861:0, from mime.c:26: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 1034 bytes into a destination of size 128 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MIME_headers.c: In function 'MIMEH_parse_contentdisposition': MIME_headers.c:2494:58: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 129 [-Wformat-truncation=] snprintf( hinfo->filename, sizeof(hinfo->filename), "%s", hinfo->name ); ^~ In file included from /usr/include/stdio.h:861:0, from MIME_headers.c:21: /usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 1 and 1024 bytes into a destination of size 129 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uuencode.c: In function 'UUENCODE_decode_uu': uuencode.c:617:14: warning: variable 'bc' set but not used [-Wunused-but-set-variable] size_t bc; ^~ uuencode.c:644:12: warning: variable 'bc' set but not used [-Wunused-but-set-variable] size_t bc; ^~ MIME_headers.c: In function 'MIMEH_headers_process': MIME_headers.c:2871:36: warning: '%s' directive output may be truncated writing up to 128 bytes into a region of size 124 [-Wformat-truncation=] snprintf( tmp, sizeof(tmp), "mac-%s", hinfo->filename ); ^~ In file included from /usr/include/stdio.h:861:0, from MIME_headers.c:21: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 5 and 133 bytes into a destination of size 128 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./build_ripOLE make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/ripmime-1.4.0.9/ripOLE' rm -f *.o ripole make[1]: Leaving directory '/builddir/build/BUILD/ripmime-1.4.0.9/ripOLE' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/ripmime-1.4.0.9/ripOLE' cc -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 ole.c ole.c: In function 'OLE_get_header': ole.c:568:6: warning: variable 'result' set but not used [-Wunused-but-set-variable] int result = 0; ^~~~~~ cc -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 -DRIPOLE -c ripOLE/olestream-unwrap.c cc -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 -DRIPOLE -c ripOLE/bytedecoders.c cc -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 -DRIPOLE -c ripOLE/bt-int.c ./generate-buildcodes.sh cc -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 olestream-unwrap.c cc -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 bytedecoders.c cc -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 logger.c cc -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 pldstr.c pldstr.c: In function 'PLD_strtok': pldstr.c:300:30: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ((st->start)&&(st->start != '\0')) ^~ pldstr.c:300:20: note: did you mean to dereference the pointer? if ((st->start)&&(st->start != '\0')) ^ cc -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 bt-int.c cc -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 ole.o olestream-unwrap.o bytedecoders.o logger.o pldstr.o bt-int.o ripole.c -o ripole make[1]: Leaving directory '/builddir/build/BUILD/ripmime-1.4.0.9/ripOLE' cc -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 -DRIPOLE ripmime.c strstack.o mime.o ffget.o MIME_headers.o tnef/tnef.o rawget.o pldstr.o logger.o libmime-decoders.o boundary-stack.o uuencode.o filename-filters.o ripOLE/ole.o ripOLE/olestream-unwrap.o ripOLE/bytedecoders.o ripOLE/bt-int.o -o ripmime + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UjASJT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64 + cd ripmime-1.4.0.9 + rm -rf /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64 + install -Dp -m 0755 /builddir/build/BUILD/ripmime-1.4.0.9/ripmime /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64/usr/bin/ripmime + install -Dp -m 0644 /builddir/build/BUILD/ripmime-1.4.0.9/ripmime.1 /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64/usr/share/man/man1/ripmime.1 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ripmime-1.4.0.9-14.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7HhqF0 + umask 022 + cd /builddir/build/BUILD + cd ripmime-1.4.0.9 + DOCDIR=/builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64/usr/share/doc/ripmime + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64/usr/share/doc/ripmime + cp -pr CHANGELOG /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64/usr/share/doc/ripmime + cp -pr CONTRIBUTORS /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64/usr/share/doc/ripmime + cp -pr INSTALL /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64/usr/share/doc/ripmime + cp -pr LICENSE /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64/usr/share/doc/ripmime + cp -pr TODO /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64/usr/share/doc/ripmime + cp -pr README /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64/usr/share/doc/ripmime + exit 0 Provides: ripmime = 1.4.0.9-14.fc28 ripmime(riscv-64) = 1.4.0.9-14.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.fc28.riscv64 Wrote: /builddir/build/SRPMS/ripmime-1.4.0.9-14.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/ripmime-1.4.0.9-14.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Cz4M86 + umask 022 + cd /builddir/build/BUILD + cd ripmime-1.4.0.9 + rm -rf /builddir/build/BUILDROOT/ripmime-1.4.0.9-14.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