Cook: runcom 1.0 ================================================================================ QA: checking package receipt... 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 /home/slitaz/wok/runcom/stuff/runcom.c: In function 'do_int10': /home/slitaz/wok/runcom/stuff/runcom.c:540:13: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] #define ESC "\033" ^~~~~~ /home/slitaz/wok/runcom/stuff/runcom.c:575:18: note: in expansion of macro 'ESC' sprintf(buf,ESC"[%u;%ur",1+(r->ecx >> 8) & 0xFF, 1+(r->edx >> 8) & 0xFF); ^~~ /home/slitaz/wok/runcom/stuff/runcom.c:575:24: note: format string is defined here sprintf(buf,ESC"[%u;%ur",1+(r->ecx >> 8) & 0xFF, 1+(r->edx >> 8) & 0xFF); ~^ %lu /home/slitaz/wok/runcom/stuff/runcom.c:540:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long int' [-Wformat=] #define ESC "\033" ^~~~~~ /home/slitaz/wok/runcom/stuff/runcom.c:575:18: note: in expansion of macro 'ESC' sprintf(buf,ESC"[%u;%ur",1+(r->ecx >> 8) & 0xFF, 1+(r->edx >> 8) & 0xFF); ^~~ /home/slitaz/wok/runcom/stuff/runcom.c:575:27: note: format string is defined here sprintf(buf,ESC"[%u;%ur",1+(r->ecx >> 8) & 0xFF, 1+(r->edx >> 8) & 0xFF); ~^ %lu /home/slitaz/wok/runcom/stuff/runcom.c: In function 'main': /home/slitaz/wok/runcom/stuff/runcom.c:1614:43: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'long int' [-Wformat=] fprintf(stderr,"Int%02X: CS:IP=%04X:%04X AX=%04X\n", ~~~^ %04lX int_num, r->cs, r->eip, r->eax); ~~~~~~ /home/slitaz/wok/runcom/stuff/runcom.c:1614:51: warning: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'long int' [-Wformat=] fprintf(stderr,"Int%02X: CS:IP=%04X:%04X AX=%04X\n", ~~~^ %04lX int_num, r->cs, r->eip, r->eax); ~~~~~~ ================================================================================ Executing strip on all files... Done Time: 0.34s. Size: 32196 B -> 25872 B. Save: 6 KB. ================================================================================ Pack: runcom 1.0 ================================================================================ Executing: genpkg_rules Copying "receipt"... Done Copying "description.txt"... 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 "runcom-1.0-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "runcom-1.0-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/runcom-1.0... Done Checking site script in source/runcom-1.0... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Updating activity log... Done ================================================================================ Summary for: runcom 1.0 ================================================================================ Source dir : 36.0K Produced : 60.0K Cook time : 5s Cook date : 2020-07-07 23:28 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 80.0K : 27.9K : 3 : runcom-1.0-i486.tazpkg ================================================================================