Cook: bin86 0.16.21 ================================================================================ QA: checking package receipt... Extracting source archive "bin86-0.16.21.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed set -e ; for d in ld as; do \ (cd $d && make "LIBS=" "CFLAGS=-O2 -D_POSIX_SOURCE" "LDFLAGS=" "BINDIR=/usr/bin" "LIBDIR=/usr/lib" "CC=cc" all;); \ done make[1]: Entering directory '/home/slitaz/wok/bin86/source/bin86-0.16.21/ld' cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c dumps.c -o dumps.o cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c io.c -o io.o cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c ld.c -o ld.o cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c readobj.c -o readobj.o cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c table.c -o table.o cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c typeconv.c -o typeconv.o typeconv.c: In function 'xxerr': typeconv.c:14:27: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] void xxerr(x) char * x; { write(2, x, strlen(x)); } ^~~~~~~~~~~~~~~~~~~~~~ io.c: In function 'flusherr': io.c:142:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(errfil, errbuf, (unsigned) (errbufptr - errbuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c linksyms.c -o linksyms.o cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c mkar.c -o mkar.o cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c writex86.c -o writex86.o cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c writebin.c cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c writeemu.c -o writeemu.o cc -O2 -D_POSIX_SOURCE -D_GLIBCXX_USE_C99_MATH=1 objchop.c -o objchop objchop.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ objchop.c: In function 'main': objchop.c:27:20: warning: implicit declaration of function 'fatal'; did you mean 'atol'? [-Wimplicit-function-declaration] if( argc != 5 ) fatal("Usage: objchop a.out text.bin data.bin sizes.asm"); ^~~~~ atol objchop.c:41:4: warning: implicit declaration of function 'write_file'; did you mean 'write'? [-Wimplicit-function-declaration] write_file(argv[2], header.a_text); ^~~~~~~~~~ write objchop.c: At top level: objchop.c:59:1: warning: return type defaults to 'int' [-Wimplicit-int] write_file(fname, bsize) ^~~~~~~~~~ objchop.c:84:1: warning: return type defaults to 'int' [-Wimplicit-int] fatal(str) ^~~~~ cc -O2 -D_POSIX_SOURCE -D_GLIBCXX_USE_C99_MATH=1 catimage.c -o catimage cc -O2 -D_POSIX_SOURCE -D_GLIBCXX_USE_C99_MATH=1 objdump86.c -o objdump86 catimage.c:42:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ catimage.c: In function 'main': catimage.c:50:7: warning: implicit declaration of function 'fatal'; did you mean 'atol'? [-Wimplicit-function-declaration] fatal("Usage: catimage mem.bin boot.out [a1.out] ... [a9.out]"); ^~~~~ atol catimage.c:52:4: warning: implicit declaration of function 'open_obj' [-Wimplicit-function-declaration] open_obj(argv[2]); ^~~~~~~~ catimage.c:57:4: warning: implicit declaration of function 'read_symtable' [-Wimplicit-function-declaration] read_symtable(); ^~~~~~~~~~~~~ catimage.c:72:10: warning: implicit declaration of function 'copy_segment' [-Wimplicit-function-declaration] copy_segment(image_offset, A_TEXTPOS(header), header.a_text); ^~~~~~~~~~~~ catimage.c:84:7: warning: implicit declaration of function 'patch_bin' [-Wimplicit-function-declaration] patch_bin(text_offt[image_id], (unsigned)(text_off>>4)); ^~~~~~~~~ catimage.c: At top level: catimage.c:103:1: warning: return type defaults to 'int' [-Wimplicit-int] open_obj(fname) ^~~~~~~~ catimage.c:120:1: warning: return type defaults to 'int' [-Wimplicit-int] copy_segment(out_offset, in_offset, length) ^~~~~~~~~~~~ catimage.c:146:1: warning: return type defaults to 'int' [-Wimplicit-int] patch_bin(file_off, value) ^~~~~~~~~ catimage.c:166:1: warning: return type defaults to 'int' [-Wimplicit-int] read_symtable() ^~~~~~~~~~~~~ catimage.c: In function 'read_symtable': catimage.c:186:11: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] if( memcmp(item.n_name, "__seg", 5) != 0 || item.n_name[6] != '_' ) ^~~~~~ catimage.c: At top level: catimage.c:237:1: warning: return type defaults to 'int' [-Wimplicit-int] fatal(str) ^~~~~ objdump86.c: In function 'do_module': objdump86.c:245:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(strtab, 1, (unsigned int)str_len, ifd); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc dumps.o io.o ld.o readobj.o table.o typeconv.o linksyms.o mkar.o writex86.o writebin.o writeemu.o -o ld86 make[1]: Leaving directory '/home/slitaz/wok/bin86/source/bin86-0.16.21/ld' make[1]: Entering directory '/home/slitaz/wok/bin86/source/bin86-0.16.21/as' cc -O2 -D_POSIX_SOURCE -c as.c cc -O2 -D_POSIX_SOURCE -c assemble.c cc -O2 -D_POSIX_SOURCE -c errors.c cc -O2 -D_POSIX_SOURCE -c express.c cc -O2 -D_POSIX_SOURCE -c genbin.c cc -O2 -D_POSIX_SOURCE -c genlist.c as.c: In function 'as_abort': as.c:68:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT, "as: ", 4); ^~~~~~~~~~~~~~~~~~~~~~~~ as.c:69:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT, message, strlen(message)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ as.c:70:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT, "\n", 1); ^~~~~~~~~~~~~~~~~~~~~~ cc -O2 -D_POSIX_SOURCE -c genobj.c genlist.c: In function 'list1': genlist.c:197:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(outfd, linebuf, (unsigned) (lineptr - linebuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ genlist.c: In function 'writec': genlist.c:432:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(outfd, &ch, 1); ^~~~~~~~~~~~~~~~~~~~ genlist.c: In function 'writeoff': genlist.c:454:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(outfd, buf, sizeof buf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ genlist.c: In function 'writes': genlist.c:462:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(outfd, s, strlen(s)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ genlist.c: In function 'writew': genlist.c:482:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(outfd, buf, sizeof buf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -D_POSIX_SOURCE -c gensym.c cc -O2 -D_POSIX_SOURCE -c keywords.c gensym.c: In function 'gensym': gensym.c:95:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(outfd, symptr->name, (unsigned) (symptr->length)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -D_POSIX_SOURCE -c macro.c cc -O2 -D_POSIX_SOURCE -c mops.c cc -O2 -D_POSIX_SOURCE -c pops.c cc -O2 -D_POSIX_SOURCE -c readsrc.c cc -O2 -D_POSIX_SOURCE -c scan.c cc -O2 -D_POSIX_SOURCE -c table.c cc -O2 -D_POSIX_SOURCE -c typeconv.c cc -O2 -D_POSIX_SOURCE -c alloc.c typeconv.c: In function 'xxerr': typeconv.c:14:27: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] void xxerr(x) char * x; { write(2, x, strlen(x)); } ^~~~~~~~~~~~~~~~~~~~~~ sed -e "s:%%LIBDIR%%:/usr/lib:" -e "s:%%BINDIR%%:/usr/bin:" \ < as86_encap.sh > tmp chmod +x as86_encap cc as.o assemble.o errors.o express.o genbin.o genlist.o genobj.o gensym.o keywords.o macro.o mops.o pops.o readsrc.o scan.o table.o typeconv.o alloc.o -o as86 make[1]: Leaving directory '/home/slitaz/wok/bin86/source/bin86-0.16.21/as' set -e ; for d in ld as; do \ (cd $d && make "LIBS=" "CFLAGS=-O2 -D_POSIX_SOURCE" "LDFLAGS=" "BINDIR=/home/slitaz/wok/bin86/install/usr/bin" "LIBDIR=/home/slitaz/wok/bin86/install/usr/lib" "CC=cc" all;); \ done make[1]: Entering directory '/home/slitaz/wok/bin86/source/bin86-0.16.21/ld' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/bin86/source/bin86-0.16.21/ld' make[1]: Entering directory '/home/slitaz/wok/bin86/source/bin86-0.16.21/as' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/bin86/source/bin86-0.16.21/as' install -m 755 -s as/as86 /home/slitaz/wok/bin86/install/usr/bin/as86 install -m 755 -s ld/ld86 /home/slitaz/wok/bin86/install/usr/bin/ld86 install -m 755 -s ld/objdump86 /home/slitaz/wok/bin86/install/usr/bin/objdump86 install -m 644 man/*.1 /home/slitaz/wok/bin86/install/usr/share/man/man1 ln -sf objdump86 /home/slitaz/wok/bin86/install/usr/bin/nm86 ln -sf objdump86 /home/slitaz/wok/bin86/install/usr/bin/size86 ================================================================================ Executing strip on all files... Done Time: 0.22s. Size: 149060 B -> 149060 B. Save: 0 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.01s. Size: 16272 B -> 6943 B. Save: 9 KB. Cache hit: 2/2. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: bin86 0.16.21 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "bin86-0.16.21-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "bin86-0.16.21-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/bin86-0.16.21... Done Checking site script in source/bin86-0.16.21... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: bin86 0.16.21 ================================================================================ Src file : bin86-0.16.21.tar.gz Src size : 152.0K Source dir : 1.4M Produced : 188.0K Cook time : 10s Cook date : 2020-07-08 06:45 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 180.0K : 52.4K : 5 : bin86-0.16.21-i486.tazpkg ================================================================================