<86>Apr 21 00:44:59 userdel[23768]: delete user 'rooter' <86>Apr 21 00:44:59 userdel[23768]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 21 00:44:59 groupadd[23776]: group added to /etc/group: name=rooter, GID=585 <86>Apr 21 00:44:59 groupadd[23776]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:44:59 groupadd[23776]: new group: name=rooter, GID=585 <86>Apr 21 00:44:59 useradd[23780]: new user: name=rooter, UID=585, GID=585, home=/root, shell=/bin/bash <86>Apr 21 00:44:59 userdel[23786]: delete user 'builder' <86>Apr 21 00:44:59 userdel[23786]: removed group 'builder' owned by 'builder' <86>Apr 21 00:44:59 userdel[23786]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:44:59 groupadd[23792]: group added to /etc/group: name=builder, GID=586 <86>Apr 21 00:44:59 groupadd[23792]: group added to /etc/gshadow: name=builder <86>Apr 21 00:44:59 groupadd[23792]: new group: name=builder, GID=586 <86>Apr 21 00:44:59 useradd[23800]: new user: name=builder, UID=586, GID=586, home=/usr/src, shell=/bin/bash <13>Apr 21 00:45:02 rpmi: libnatspec-0.3.1-alt2 1445691578 installed <13>Apr 21 00:45:02 rpmi: unzip-6.0-alt2.qa1 1366155323 installed <13>Apr 21 00:45:02 rpmi: zlib-devel-1.2.8-alt1 1371079009 installed Installing atasm-1.07d-alt2_11.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.18343 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf atasm107 + echo 'Source #0 (atasm107d.zip):' Source #0 (atasm107d.zip): + /usr/bin/unzip -qq /usr/src/RPM/SOURCES/atasm107d.zip + cd atasm107 + /bin/chmod -c -Rf u+rwX,go-w . mode of './src/state2.c' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/dimage.c' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/setparse.c' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/inc_path.c' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/inc_path.h' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/parser.c' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/symbol.h' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/crc32.c' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/atasm_err.h' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/ops.h' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/state.c' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/directive.h' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/asm.c' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/atasm_err.c' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './src/symbol.c' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './examples' changed from 0775 (rwxrwxr-x) to 0755 (rwxr-xr-x) mode of './examples/iomac.lib' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './examples/sample.m65' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './examples/test.m65' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) mode of './examples/sysequ.m65' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--) + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.18343 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd atasm107 + pushd src ~/RPM/BUILD/atasm107/src ~/RPM/BUILD/atasm107 + make 'CFLAGS=-pipe -Wall -g -O2 -DZLIB_CAPABLE -DUNIX' make: Entering directory `/usr/src/RPM/BUILD/atasm107/src' gcc -pipe -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c asm.c asm.c: In function 'get_nxt_word': asm.c:402:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line,256,fin->in); ^ asm.c: In function 'proc_sym': asm.c:1732:20: warning: 'symbolID' may be used uninitialized in this function [-Wmaybe-uninitialized] activeBank=get_bank(bankID,symbolID); ^ gcc -pipe -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c symbol.c gcc -pipe -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c parser.c gcc -pipe -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c setparse.c gcc -pipe -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c state.c state.c: In function 'SaveUBYTE': state.c:104:21: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types] result = GZWRITE( StateOut, data, num ); ^ state.c:51:37: note: in definition of macro 'GZWRITE' #define GZWRITE( X, Y, Z ) gzwrite( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c: In function 'ReadUBYTE': state.c:114:20: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result = GZREAD( StateIn, data, num ); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' 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:23: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types] result = GZWRITE( StateOut, &byte, 1 ); ^ state.c:51:37: note: in definition of macro 'GZWRITE' #define GZWRITE( X, Y, Z ) gzwrite( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c:143:23: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types] result = GZWRITE( StateOut, &byte, 1 ); ^ state.c:51:37: note: in definition of macro 'GZWRITE' #define GZWRITE( X, Y, Z ) gzwrite( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c: In function 'ReadUWORD': state.c:161:22: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result = GZREAD( StateIn, &byte1, 1 ); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:168:22: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result = GZREAD( StateIn, &byte2, 1 ); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' 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:23: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types] result = GZWRITE( StateOut, &byte, 1 ); ^ state.c:51:37: note: in definition of macro 'GZWRITE' #define GZWRITE( X, Y, Z ) gzwrite( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c:207:23: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types] result = GZWRITE( StateOut, &byte, 1 ); ^ state.c:51:37: note: in definition of macro 'GZWRITE' #define GZWRITE( X, Y, Z ) gzwrite( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c:216:23: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types] result = GZWRITE( StateOut, &byte, 1 ); ^ state.c:51:37: note: in definition of macro 'GZWRITE' #define GZWRITE( X, Y, Z ) gzwrite( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c:227:23: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types] result = GZWRITE( StateOut, &byte, 1 ); ^ state.c:51:37: note: in definition of macro 'GZWRITE' #define GZWRITE( X, Y, Z ) gzwrite( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c: In function 'ReadINT': state.c:247:21: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result = GZREAD(StateIn, &byte1, 1); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:254:19: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result=GZREAD(StateIn, &byte2, 1); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:261:19: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result=GZREAD(StateIn, &byte3, 1); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:268:19: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result=GZREAD(StateIn, &byte4, 1); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' 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:19: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result=GZREAD(in,buf,16384); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:513:13: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types] GZWRITE(out,buf,result); ^ state.c:51:37: note: in definition of macro 'GZWRITE' #define GZWRITE( X, Y, Z ) gzwrite( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' 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 [-Wincompatible-pointer-types] StateIn=GZOPEN(fin,"rb"); ^ state.c:559:17: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result=GZREAD(StateIn,header_string,8); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:563:20: warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types] result=GZCLOSE(StateIn); ^ state.c:49:32: note: in definition of macro 'GZCLOSE' #define GZCLOSE( X ) gzclose( X ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1511:24: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ state.c:567:17: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result=GZREAD(StateIn,&StateVersion,1); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:568:18: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result1=GZREAD(StateIn,&SaveVerbose,1); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:571:22: warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types] result = GZCLOSE(StateIn); ^ state.c:49:32: note: in definition of macro 'GZCLOSE' #define GZCLOSE( X ) gzclose( X ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1511:24: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ state.c:577:20: warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types] result=GZCLOSE(StateIn); ^ state.c:49:32: note: in definition of macro 'GZCLOSE' #define GZCLOSE( X ) gzclose( X ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1511:24: note: expected 'gzFile {aka struct gzFile_s *}' 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 [-Wincompatible-pointer-types] StateOut=GZOPEN(fout,"wb"); ^ state.c:590:20: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types] result = GZWRITE(StateOut,"ATARI800",8); ^ state.c:51:37: note: in definition of macro 'GZWRITE' #define GZWRITE( X, Y, Z ) gzwrite( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ state.c:605:18: warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types] result=GZCLOSE(StateOut); ^ state.c:49:32: note: in definition of macro 'GZCLOSE' #define GZCLOSE( X ) gzclose( X ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1511:24: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ state.c:606:18: warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types] result=GZCLOSE(StateIn); ^ state.c:49:32: note: in definition of macro 'GZCLOSE' #define GZCLOSE( X ) gzclose( X ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1511:24: note: expected 'gzFile {aka struct gzFile_s *}' 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 [-Wincompatible-pointer-types] StateIn=GZOPEN(fin,"rb"); ^ state.c:639:17: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] result=GZREAD(StateIn,header_string,8); ^ state.c:50:35: note: in definition of macro 'GZREAD' #define GZREAD( X, Y, Z ) gzread( X, Y, Z ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1313:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ state.c:642:20: warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types] result=GZCLOSE(StateIn); ^ state.c:49:32: note: in definition of macro 'GZCLOSE' #define GZCLOSE( X ) gzclose( X ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1511:24: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ state.c:645:11: warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types] GZCLOSE(StateIn); ^ state.c:49:32: note: in definition of macro 'GZCLOSE' #define GZCLOSE( X ) gzclose( X ) ^ In file included from state.c:46:0: /usr/include/zlib.h:1511:24: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ gcc -pipe -Wall -g -O2 -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:3: 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:3: 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:3: 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:5: 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:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(data,image->lnk,1,in); ^ dimage.c:531:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(data,image->lnk,1,in); ^ gcc -pipe -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c inc_path.c gcc -pipe -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c crc32.c gcc -pipe -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c atasm_err.c gcc -pipe -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c state2.c state2.c: In function 'read_page': state2.c:92:5: 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:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf,512,in); ^ state2.c:204:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf,512,in); ^ 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 make: Leaving directory `/usr/src/RPM/BUILD/atasm107/src' + sed -e 's|%DOCDIR%|/usr/share/doc/atasm-1.07d|g' atasm.1.in + popd ~/RPM/BUILD/atasm107 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.33570 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/atasm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/atasm-buildroot + cd atasm107 + mkdir -p /usr/src/tmp/atasm-buildroot/usr/bin + mkdir -p /usr/src/tmp/atasm-buildroot/usr/share/man/man1 + pushd src ~/RPM/BUILD/atasm107/src ~/RPM/BUILD/atasm107 + install -p -m 755 atasm /usr/src/tmp/atasm-buildroot/usr/bin + install -p -m 644 atasm.1 /usr/src/tmp/atasm-buildroot/usr/share/man/man1 + popd ~/RPM/BUILD/atasm107 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/atasm-buildroot (auto) Verifying and fixing files in /usr/src/tmp/atasm-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/atasm-buildroot (auto) Verifying ELF objects in /usr/src/tmp/atasm-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.33570 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd atasm107 + pushd tests ~/RPM/BUILD/atasm107/tests ~/RPM/BUILD/atasm107 + make test make: Entering directory `/usr/src/RPM/BUILD/atasm107/tests' 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) 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 -- 6 OK 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: Success. (0 warnings) Pass 2: In testdfoo.m65, line 3-- Error: Unknown symbol 'FOO' Equates: Symbol table: -- 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: Assembly successful Compiled 1 bytes (~0k) Writing raw binary image: f000-f000 Compiled to binary file 'testdfoo.bin' 00:F0 02 .byte foo -- 10 OK 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: In testunkn.m65, line 2-- Error: Illegal label name, must start with '@','?', or a letter. -- 11 OK make: Leaving directory `/usr/src/RPM/BUILD/atasm107/tests' + popd ~/RPM/BUILD/atasm107 + exit 0 Processing files: atasm-1.07d-alt2_11 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.13536 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd atasm107 + DOCDIR=/usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.07d + export DOCDIR + rm -rf /usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.07d + /bin/mkdir -p /usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.07d + cp -prL LICENSE VERSION.TXT docs/atasm.blurb docs/atasm.pdf examples /usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.07d + chmod -R go-w /usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.07d + chmod -R a+rX /usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.07d + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ke4E4Z find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TP6klJ find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libz.so.1()(64bit) >= set:khgtd6gPfmY2e, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TaFIkv Creating atasm-debuginfo package Processing files: atasm-debuginfo-1.07d-alt2_11 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.s5Q42j find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VMJ3tb find-requires: running scripts (debuginfo) Requires: atasm = 1.07d-alt2_11, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libz.so.1) Wrote: /usr/src/RPM/RPMS/x86_64/atasm-1.07d-alt2_11.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/atasm-debuginfo-1.07d-alt2_11.x86_64.rpm 4.10user 1.22system 0:09.68elapsed 55%CPU (0avgtext+0avgdata 38128maxresident)k 0inputs+0outputs (0major+196505minor)pagefaults 0swaps 8.10user 5.42system 0:17.41elapsed 77%CPU (0avgtext+0avgdata 123980maxresident)k 0inputs+0outputs (0major+411001minor)pagefaults 0swaps