Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/spasm-ng.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-b92a831f3161639fbfb915a1bc9ad25ffdb24779/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/spasm-ng.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/spasm-ng-0.5-0.4.beta.2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/spasm-ng.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-b92a831f3161639fbfb915a1bc9ad25ffdb24779/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/spasm-ng.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NAAypa + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf spasm-ng-0.5-beta.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/spasm-ng-0.5-beta.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd spasm-ng-0.5-beta.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf inc/ + rm -rf lib/ + rm gmp.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CZaE3x + umask 022 + cd /builddir/build/BUILD + cd spasm-ng-0.5-beta.2 + LDFLAGS='-Wl,-z,relro ' + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + make -j4 g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c main.cpp g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c opcodes.cpp g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c pass_one.cpp g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c pass_two.cpp g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c utils.cpp main.cpp: In function 'int run_assembly()': main.cpp:107:40: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result [-Wunused-result] getcwd(temp_path, sizeof (temp_path)); ^ pass_one.cpp: In function 'char* match_opcode_args(char*, char**, char**, opcode*, instr**)': pass_one.cpp:596:10: warning: unused variable 'test' [-Wunused-variable] BOOL test = read_expr (&curr_arg_file, trash_buf, ","); ^ g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c export.cpp g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c preop.cpp utils.cpp: In function 'char* parse_args(const char*, define_t*, list_t**)': utils.cpp:289:15: warning: unused variable 'label' [-Wunused-variable] label_t *label = search_labels(define->name); ^ utils.cpp: In function 'char* replace_literal_args(const char*, define_t*, list_t**)': utils.cpp:317:6: warning: unused variable 'totalLen' [-Wunused-variable] int totalLen = strlen(ptr); ^ utils.cpp: In function 'bool line_has_word(char*, const char*, int)': utils.cpp:373:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (strnlen (ptr, word_len) == word_len && !strncasecmp (ptr, word, word_len)) { ^ utils.cpp: In function 'char* get_file_contents(const char*)': utils.cpp:695:50: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(buffer, 1, sizeof(utf8_endian_mark), file); ^ In file included from export.cpp:6:0: export.cpp: In function 'void write_file(const unsigned char*, int, const char*)': stdafx.h:108:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define ARRAYSIZE(z) (sizeof(z)/sizeof((z)[0])) ^ export.cpp:122:25: note: in expansion of macro 'ARRAYSIZE' for (type = 0; type < ARRAYSIZE(extensions); type++) { ^ export.cpp:142:7: warning: unused variable 'error' [-Wunused-variable] int error = errno; ^ export.cpp: In function 'void makeapp(const unsigned char*, DWORD, FILE*, const char*)': export.cpp:13:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define hleng sizeof(header8xk) ^ export.cpp:304:18: note: in expansion of macro 'hleng' for (i = 0; i < hleng; i++) fputc(header8xk[i], outfile); ^ g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c directive.cpp preop.cpp: In function 'char* do_if(char*, int)': preop.cpp:649:8: warning: unused variable 'endif' [-Wunused-variable] char *endif = skip_until (ptr, NULL, 1, "#endif"); ^ export.cpp: In function 'void makeprgm(const unsigned char*, int, FILE*, const char*, calc_type)': export.cpp:452:34: warning: 'lastSlash' may be used uninitialized in this function [-Wmaybe-uninitialized] namestring = strdup (lastSlash); ^ utils.cpp: At global scope: utils.cpp:16:13: warning: 'void destroy_char_value(label_t*)' defined but not used [-Wunused-function] static void destroy_char_value (label_t *label) { ^ g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c console.cpp directive.cpp: In function 'char* handle_directive(const char*)': directive.cpp:437:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (value > program_counter && (value - program_counter > output_buf_size - (out_ptr - output_contents))) ^ directive.cpp:439:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (value < program_counter && (value - (int) program_counter + (out_ptr - output_contents) < 0)) ^ directive.cpp:25:8: warning: unused variable 'name' [-Wunused-variable] char *name; ^ directive.cpp: In function 'char* parse_emit_string(const char*, ES_TYPE, void*)': directive.cpp:565:12: warning: enumeration value 'ES_NONE' not handled in switch [-Wswitch] switch (type) ^ directive.cpp:611:12: warning: enumeration value 'ES_FCREATE' not handled in switch [-Wswitch] switch (type) ^ directive.cpp:611:12: warning: enumeration value 'ES_NONE' not handled in switch [-Wswitch] directive.cpp:718:13: warning: enumeration value 'ES_BYTE' not handled in switch [-Wswitch] switch (type) ^ directive.cpp:718:13: warning: enumeration value 'ES_WORD' not handled in switch [-Wswitch] directive.cpp:718:13: warning: enumeration value 'ES_LONG' not handled in switch [-Wswitch] directive.cpp:718:13: warning: enumeration value 'ES_NONE' not handled in switch [-Wswitch] g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c expand_buf.cpp directive.cpp:736:38: warning: 'session' may be used uninitialized in this function [-Wmaybe-uninitialized] ReplaySPASMErrorSession(session); ^ g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c hash.cpp g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c list.cpp expand_buf.cpp: In function 'expand_buf* eb_init(size_t)': expand_buf.cpp:16:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (init_size == -1) init_size = 64; ^ expand_buf.cpp: In function 'int eb_insert(expand_buf*, int, const char*, size_t)': expand_buf.cpp:49:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (length == -1) ^ expand_buf.cpp: In function 'void eb_overwrite(expand_buf*, int, const char*, size_t)': expand_buf.cpp:92:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (length == -1) ^ g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c parser.cpp g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c storage.cpp g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c errors.cpp g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c bitmap.cpp In file included from parser.cpp:1:0: parser.cpp: In function 'const char* parse_num_full(const char*, int*, int)': stdafx.h:108:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define ARRAYSIZE(z) (sizeof(z)/sizeof((z)[0])) ^ parser.cpp:599:23: note: in expansion of macro 'ARRAYSIZE' for (int i = 0; i < ARRAYSIZE(MathDefs); i++) ^ errors.cpp: In function 'void EndSPASMErrorSession(int)': errors.cpp:229:25: warning: unused variable 'old_list' [-Wunused-variable] list_t *pPrev = NULL, *old_list = NULL; ^ In file included from errors.cpp:1:0: errors.cpp: In function 'void SetLastSPASMProblem(DWORD, bool, va_list)': stdafx.h:108:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define ARRAYSIZE(z) (sizeof(z)/sizeof((z)[0])) ^ errors.cpp:333:22: note: in expansion of macro 'ARRAYSIZE' for (int i = 0; i < ARRAYSIZE(g_ErrorCodes); i++) ^ bitmap.cpp: In function 'void handle_bitmap_internal(FILE*, const RECT*, const BITMAPFILEHEADER*, const BITMAPINFOHEADER*, LPRGBQUAD)': bitmap.cpp:203:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((value = parse_f("__BM_INV_RGB")) != -1) { ^ bitmap.cpp:166:14: warning: unused variable 'biImageSize' [-Wunused-variable] const DWORD biImageSize = (_DW(bf->bfSize) - _DW(bf->bfOffBits)); ^ bitmap.cpp: In function 'void handle_bitmap(FILE*)': bitmap.cpp:63:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define _DW(Z) (Z) ^ bitmap.cpp:372:22: note: in expansion of macro '_DW' if (ftell (file) != _DW(bf.bfOffBits)) { ^ bitmap.cpp:377:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (last_label != NULL && last_label->value == program_counter) { ^ bitmap.cpp: In function 'bool IsFileBitmap(FILE*)': bitmap.cpp:148:49: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread (&bf, sizeof (BITMAPFILEHEADER), 1, file); ^ bitmap.cpp: In function 'void handle_bitmap(FILE*)': bitmap.cpp:353:49: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread (&bf, sizeof (BITMAPFILEHEADER), 1, file); ^ bitmap.cpp:355:49: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread (&bi, sizeof (BITMAPINFOHEADER), 1, file); ^ bitmap.cpp:370:50: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(bmiColors, sizeof(RGBQUAD), nColors, file); ^ bitmap.cpp: In function 'void handle_bitmap_internal(FILE*, const RECT*, const BITMAPFILEHEADER*, const BITMAPINFOHEADER*, LPRGBQUAD)': bitmap.cpp:178:69: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread ((BYTE *) pBits, biScanWidth * (r->bottom - r->top), 1, file); ^ g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c modp_ascii.cpp g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DUSE_REUSABLES -DUNIXVER -DUSE_BUILTIN_FCREATE -c opcodes_ez80.cpp g++ -o spasm main.o opcodes.o pass_one.o pass_two.o utils.o export.o preop.o directive.o console.o expand_buf.o hash.o list.o parser.o storage.o errors.o bitmap.o modp_ascii.o opcodes_ez80.o -Wl,-z,relro -lc -lm -lgmp -lcrypto + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NNAW3y + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm ++ dirname /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm + cd spasm-ng-0.5-beta.2 + mkdir -p /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm/usr/bin + cp -p spasm /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm/usr/bin + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/spasm-ng-0.5-beta.2 extracting debug info from /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm/usr/bin/spasm dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 624 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: spasm-ng-0.5-0.4.beta.2.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kaC0vd + umask 022 + cd /builddir/build/BUILD + cd spasm-ng-0.5-beta.2 + DOCDIR=/builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm/usr/share/doc/spasm-ng-0.5 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm/usr/share/doc/spasm-ng-0.5 + cp -pr README.md /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm/usr/share/doc/spasm-ng-0.5 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.5RqigX + umask 022 + cd /builddir/build/BUILD + cd spasm-ng-0.5-beta.2 + LICENSEDIR=/builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm/usr/share/licenses/spasm-ng-0.5 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm/usr/share/licenses/spasm-ng-0.5 + cp -pr LICENSE /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm/usr/share/licenses/spasm-ng-0.5 + exit 0 Provides: bundled(stringencoders) = 2011.08.20 spasm-ng = 0.5-0.4.beta.2.el7 spasm-ng(armv7hl-32) = 0.5-0.4.beta.2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libcrypto.so.10 libcrypto.so.10(libcrypto.so.10) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libgmp.so.10 libm.so.6 libm.so.6(GLIBC_2.4) libstdc++.so.6 libstdc++.so.6(GLIBCXX_3.4) rtld(GNU_HASH) Processing files: spasm-ng-debuginfo-0.5-0.4.beta.2.el7.armv7hl Provides: spasm-ng-debuginfo = 0.5-0.4.beta.2.el7 spasm-ng-debuginfo(armv7hl-32) = 0.5-0.4.beta.2.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm Wrote: /builddir/build/RPMS/spasm-ng-0.5-0.4.beta.2.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/spasm-ng-debuginfo-0.5-0.4.beta.2.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AlEMCH + umask 022 + cd /builddir/build/BUILD + cd spasm-ng-0.5-beta.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/spasm-ng-0.5-0.4.beta.2.el7.arm + exit 0 Child return code was: 0