Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/atasm.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-3e2e1c155bad5aea8f6ebb04cacf22fc5958d176/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/atasm.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/atasm-1.07d-7.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/atasm.spec '], chrootPath='/var/lib/mock/epel-1-armhfp-3e2e1c155bad5aea8f6ebb04cacf22fc5958d176/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', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/atasm.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.B7xj3n + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf atasm107 + /usr/bin/unzip -qq /builddir/build/SOURCES/atasm107d.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd atasm107 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ASsffD + umask 022 + cd /builddir/build/BUILD + cd atasm107 + pushd src ~/build/BUILD/atasm107/src ~/build/BUILD/atasm107 + make -j4 'CFLAGS=-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 -DZLIB_CAPABLE -DUNIX' gcc -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 -DZLIB_CAPABLE -DUNIX -c asm.c gcc -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 -DZLIB_CAPABLE -DUNIX -c symbol.c gcc -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 -DZLIB_CAPABLE -DUNIX -c parser.c gcc -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 -DZLIB_CAPABLE -DUNIX -c setparse.c asm.c: In function 'get_nxt_word': asm.c:402:14: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line,256,fin->in); ^ gcc -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 -DZLIB_CAPABLE -DUNIX -c state.c state.c: In function 'SaveUBYTE': state.c:104:3: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default] result = GZWRITE( StateOut, data, num ); ^ In file included from state.c:46:0: /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c: In function 'ReadUBYTE': state.c:114:3: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result = GZREAD( StateIn, data, num ); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c: In function 'SaveUWORD': state.c:134:5: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default] result = GZWRITE( StateOut, &byte, 1 ); ^ In file included from state.c:46:0: /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c:143:5: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default] result = GZWRITE( StateOut, &byte, 1 ); ^ In file included from state.c:46:0: /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c: In function 'ReadUWORD': state.c:161:5: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result = GZREAD( StateIn, &byte1, 1 ); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:168:5: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result = GZREAD( StateIn, &byte2, 1 ); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c: In function 'SaveINT': state.c:198:5: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default] result = GZWRITE( StateOut, &byte, 1 ); ^ In file included from state.c:46:0: /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c:207:5: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default] result = GZWRITE( StateOut, &byte, 1 ); ^ In file included from state.c:46:0: /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c:216:5: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default] result = GZWRITE( StateOut, &byte, 1 ); ^ In file included from state.c:46:0: /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c:227:5: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default] result = GZWRITE( StateOut, &byte, 1 ); ^ In file included from state.c:46:0: /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c: In function 'ReadINT': state.c:247:5: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result = GZREAD(StateIn, &byte1, 1); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:254:5: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result=GZREAD(StateIn, &byte2, 1); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:261:5: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result=GZREAD(StateIn, &byte3, 1); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:268:5: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result=GZREAD(StateIn, &byte4, 1); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c: In function 'FileCopy': state.c:512:5: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result=GZREAD(in,buf,16384); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:513:5: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default] GZWRITE(out,buf,result); ^ In file included from state.c:46:0: /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c: In function 'save_A800state': state.c:553:10: warning: assignment from incompatible pointer type [enabled by default] StateIn=GZOPEN(fin,"rb"); ^ state.c:559:3: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result=GZREAD(StateIn,header_string,8); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:563:5: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default] result=GZCLOSE(StateIn); ^ In file included from state.c:46:0: /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ state.c:567:3: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result=GZREAD(StateIn,&StateVersion,1); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:568:3: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result1=GZREAD(StateIn,&SaveVerbose,1); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:571:5: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default] result = GZCLOSE(StateIn); ^ In file included from state.c:46:0: /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ state.c:577:5: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default] result=GZCLOSE(StateIn); ^ In file included from state.c:46:0: /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ state.c:585:11: warning: assignment from incompatible pointer type [enabled by default] StateOut=GZOPEN(fout,"wb"); ^ state.c:590:3: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default] result = GZWRITE(StateOut,"ATARI800",8); ^ In file included from state.c:46:0: /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c:605:3: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default] result=GZCLOSE(StateOut); ^ In file included from state.c:46:0: /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ state.c:606:3: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default] result=GZCLOSE(StateIn); ^ In file included from state.c:46:0: /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ state.c: In function 'templateType': state.c:634:10: warning: assignment from incompatible pointer type [enabled by default] StateIn=GZOPEN(fin,"rb"); ^ state.c:639:3: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default] result=GZREAD(StateIn,header_string,8); ^ In file included from state.c:46:0: /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:642:5: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default] result=GZCLOSE(StateIn); ^ In file included from state.c:46:0: /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ state.c:645:3: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default] GZCLOSE(StateIn); ^ In file included from state.c:46:0: /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ gcc -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 -DZLIB_CAPABLE -DUNIX -c dimage.c dimage.c: In function 'scandir': dimage.c:323:25: warning: variable 'length' set but not used [-Wunused-but-set-variable] int secnum,cnt,status,length,startsec; ^ dimage.c: In function 'get_new_disk': dimage.c:97:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(hdr,16,1,fd); ^ dimage.c: In function 'readsec': dimage.c:202:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(img->secbuf,img->secSize,1,img->image); ^ dimage.c: In function 'readVTOC': dimage.c:217:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(img->VTOCsec,img->secSize,1,img->image); ^ dimage.c:223:10: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buf,img->secSize,1,img->image); ^ dimage.c: In function 'write_xfd_file': dimage.c:514:12: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(data,image->lnk,1,in); ^ dimage.c:531:12: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(data,image->lnk,1,in); ^ gcc -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 -DZLIB_CAPABLE -DUNIX -c inc_path.c gcc -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 -DZLIB_CAPABLE -DUNIX -c crc32.c gcc -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 -DZLIB_CAPABLE -DUNIX -c atasm_err.c gcc -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 -DZLIB_CAPABLE -DUNIX -c state2.c state2.c: In function 'read_page': state2.c:92:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf,512,in); ^ state2.c: In function 'save_snapshot': state2.c:177:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf,512,in); ^ state2.c:204:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf,512,in); ^ asm.c: In function 'proc_sym': asm.c:1727:18: warning: 'symbolID' may be used uninitialized in this function [-Wmaybe-uninitialized] sprintf(buf,"Using bank %d,%d\n",bankID,symbolID); ^ gcc -o atasm asm.o symbol.o parser.o setparse.o state.o dimage.o inc_path.o crc32.o atasm_err.o state2.o -lz + sed -e 's|%DOCDIR%|/usr/share/doc/atasm-1.07d|g' atasm.1.in ~/build/BUILD/atasm107 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uWeeHj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm ++ dirname /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm + cd atasm107 + mkdir -p /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/bin + mkdir -p /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/share/man/man1 ~/build/BUILD/atasm107/src ~/build/BUILD/atasm107 + pushd src + install -p -m 755 atasm /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/bin + install -p -m 644 atasm.1 /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/share/man/man1 ~/build/BUILD/atasm107 + popd + /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/atasm107 extracting debug info from /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/bin/atasm dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 355 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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.bRnBXc + umask 022 + cd /builddir/build/BUILD + cd atasm107 + pushd tests ~/build/BUILD/atasm107/tests ~/build/BUILD/atasm107 + make test Test 1: raw output mode -------- cd ../tests && ../src/atasm -v -r testraw.m65 && echo " -- 1 OK" ATasm 1.07 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Success. (0 warnings) Pass 2: Assembly successful Compiled 6 bytes (~0k) Writing raw binary image: f000-ffff Compiled to binary file 'testraw.bin' 00:F0 AA 55 .byte $AA, $55 00:FF FF FF .byte $FF, $FF FE:FF 55 AA .byte $55, $AA -- 1 OK Test 2: bad -o option -------- cd ../tests && ../src/atasm -v -r -o testraw.m65 || echo " -- 2 OK" ATasm 1.07 (A mostly Mac65 compatible 6502 cross-assembler) Must specify output file for -o (example: -omyprog.bin) -- 2 OK Test 3: correct -o option -------- cd ../tests && ../src/atasm -v -r -otestraw.bin testraw.m65 && echo " -- 3 OK" ATasm 1.07 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Success. (0 warnings) Pass 2: Assembly successful Compiled 6 bytes (~0k) Writing raw binary image: f000-ffff Compiled to binary file 'testraw.bin' 00:F0 AA 55 .byte $AA, $55 00:FF FF FF .byte $FF, $FF FE:FF 55 AA .byte $55, $AA -- 3 OK Test 4: missing -u option -------- cd ../tests && ../src/atasm -v -r -otestu.bin testu.m65 || echo " -- 4 OK" ATasm 1.07 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: In testu.m65, line 4-- Error: 6502 `illegal' opcode used without `.OPT ILL' or -u -- 4 OK Test 5: correct -u option -------- cd ../tests && ../src/atasm -v -r -u -otestu.bin testu.m65 && echo " -- 5 OK" ATasm 1.07 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Success. (0 warnings) Pass 2: Assembly successful Compiled 5 bytes (~0k) Writing raw binary image: f000-f004 Compiled to binary file 'testu.bin' 00:F0 98 TYA 01:F0 0B 19 ANC #25 03:F0 6B 19 ARR #25 -- 5 OK Test 6: missing -u option, but .OPT ILL in code -------- cd ../tests && ../src/atasm -v -r -otestill.bin testill.m65 && echo " -- 6 OK" ATasm 1.07 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: In testill.m65, line 3-- Warning: .OPT ILL encountered (code would not compile on MAC/65) 00:F0 98 TYA 01:F0 0B 19 ANC #25 03:F0 6B 19 ARR #25 -- 6 OK Success. (1 warnings) Pass 2: Assembly successful Compiled 5 bytes (~0k) Writing raw binary image: f000-f004 Compiled to binary file 'testill.bin' Test 7: correct -u option, *and* .OPT ILL in code -------- cd ../tests && ../src/atasm -v -r -otestill.bin testill.m65 && echo " -- 7 OK" ATasm 1.07 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: In testill.m65, line 3-- Warning: .OPT ILL encountered (code would not compile on MAC/65) Success. (1 warnings) Pass 2: Assembly successful Compiled 5 bytes (~0k) Writing raw binary image: f000-f004 Compiled to binary file 'testill.bin' 00:F0 98 TYA 01:F0 0B 19 ANC #25 03:F0 6B 19 ARR #25 -- 7 OK Test 8: missing -dfoo=1 on the command line -------- cd ../tests && ../src/atasm -v -r -otestdfoo.bin testdfoo.m65 || echo " -- 8 OK" ATasm 1.07 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Equates: Symbol table: Success. (0 warnings) Pass 2: In testdfoo.m65, line 3-- Error: Unknown symbol 'FOO' -- 8 OK Test 9: correct -dfoo=1 on the command line -------- cd ../tests && ../src/atasm -v -r -dFOO=1 -otestdfoo.bin testdfoo.m65 && echo " -- 9 OK" ATasm 1.07 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Success. (0 warnings) Pass 2: Assembly successful Compiled 1 bytes (~0k) Writing raw binary image: f000-f000 Compiled to binary file 'testdfoo.bin' 00:F0 01 .byte foo -- 9 OK Test 10: correct -dfoo=1+1 on the command line -------- cd ../tests && ../src/atasm -v -r -dFOO=1+1 -otestdfoo.bin testdfoo.m65 && echo " -- 10 OK" ATasm 1.07 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Success. (0 warnings) Pass 2: 00:F0 02 .byte foo -- 10 OK Assembly successful Compiled 1 bytes (~0k) Writing raw binary image: f000-f000 Compiled to binary file 'testdfoo.bin' Test 11: bad .pseudoop in source code. -------- cd ../tests && ../src/atasm -v -r -otestunkn.bin testunkn.m65 || echo " -- 11 OK" ATasm 1.07 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: -- 11 OK In testunkn.m65, line 2-- Error: Illegal label name, must start with '@','?', or a letter. ~/build/BUILD/atasm107 + popd + exit 0 Processing files: atasm-1.07d-7.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HP28Le + umask 022 + cd /builddir/build/BUILD + cd atasm107 + DOCDIR=/builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/share/doc/atasm-1.07d + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/share/doc/atasm-1.07d + cp -pr LICENSE /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/share/doc/atasm-1.07d + cp -pr VERSION.TXT /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/share/doc/atasm-1.07d + cp -pr docs/atasm.blurb /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/share/doc/atasm-1.07d + cp -pr docs/atasm.pdf /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/share/doc/atasm-1.07d + cp -pr examples /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm/usr/share/doc/atasm-1.07d + exit 0 Provides: atasm = 1.07d-7.el7 atasm(armv7hl-32) = 1.07d-7.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) libc.so.6(GLIBC_2.7) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libz.so.1 rtld(GNU_HASH) Processing files: atasm-debuginfo-1.07d-7.el7.armv7hl Provides: atasm-debuginfo = 1.07d-7.el7 atasm-debuginfo(armv7hl-32) = 1.07d-7.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/atasm-1.07d-7.el7.arm Wrote: /builddir/build/RPMS/atasm-1.07d-7.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/atasm-debuginfo-1.07d-7.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.70T4VL + umask 022 + cd /builddir/build/BUILD + cd atasm107 + /usr/bin/rm -rf /builddir/build/BUILDROOT/atasm-1.07d-7.el7.arm + exit 0 Child return code was: 0 LEAVE do -->