Cook: outguess 0.2 ================================================================================ QA: checking package receipt... QA: unable to reach "http://cimarron.river.com/mirrors/www.outguess.org/" Extracting source archive "outguess-0.2.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 loading site script /etc/slitaz/cook.site creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed) works... yes checking whether the C compiler (gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking if the compiler understands -pipe -Wall -funroll-all-loops... yes checking for a BSD compatible install... /usr/bin/install -c checking whether make sets ${MAKE}... yes checking how to run the C preprocessor... gcc -pipe -Wall -funroll-all-loops -E checking for ANSI C header files... yes checking for fcntl.h... yes checking for unistd.h... yes checking for md5.h... no checking for err.h... yes checking for size_t... yes checking for u_int64_t... yes checking for u_int32_t... yes checking for u_int16_t... yes checking for u_int8_t... yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for strrchr... yes checking for memcpy... yes checking for strcasecmp... yes checking for snprintf... yes checking for MD5Update... no checking for warnx... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h configuring in jpeg-6b-steg running /bin/sh ./configure --prefix=/usr --build=i486-slitaz-linux --host=i486-slitaz-linux --cache-file=.././config.cache --srcdir=. loading site script /etc/slitaz/cook.site checking for gcc... gcc checking whether the C compiler (gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -Wl,-Os,--as-needed) works... yes checking whether the C compiler (gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -Wl,-Os,--as-needed) is a cross-compiler... no checking whether we are using GNU C... yes checking how to run the C preprocessor... gcc -E checking for function prototypes... yes checking for stddef.h... yes checking for stdlib.h... yes checking for string.h... yes checking for size_t... yes checking for type unsigned char... yes checking for type unsigned short... yes checking for type void... yes checking for working const... yes checking for inline... __inline__ checking for broken incomplete types... ok checking for short external names... ok checking to see if char is signed... yes checking to see if right shift is signed... yes checking to see if fopen accepts b spec... yes checking for a BSD compatible install... /usr/bin/install -c checking for ranlib... ranlib checking libjpeg version number... 62 creating ./config.status creating Makefile creating jconfig.h cd ./jpeg-6b-steg; make libjpeg.a gcc -pipe -Wall -funroll-all-loops -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -I./jpeg-6b-steg -D_GLIBCXX_USE_C99_MATH=1 -c -o outguess.o outguess.c gcc -pipe -Wall -funroll-all-loops -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -I./jpeg-6b-steg -D_GLIBCXX_USE_C99_MATH=1 -c -o golay.o golay.c gcc -pipe -Wall -funroll-all-loops -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -I./jpeg-6b-steg -D_GLIBCXX_USE_C99_MATH=1 -c -o arc.o arc.c gcc -pipe -Wall -funroll-all-loops -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -I./jpeg-6b-steg -D_GLIBCXX_USE_C99_MATH=1 -c -o pnm.o pnm.c gcc -pipe -Wall -funroll-all-loops -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -I./jpeg-6b-steg -D_GLIBCXX_USE_C99_MATH=1 -c -o jpg.o jpg.c make[1]: Entering directory '/home/slitaz/wok/outguess/source/outguess-0.2/jpeg-6b-steg' gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcapimin.o jcapimin.c arc.c: In function 'arc4_initkey': arc.c:114:19: warning: pointer targets in passing argument 2 of 'MD5Update' differ in signedness [-Wpointer-sign] MD5Update(&ctx, type, strlen(type)); ^~~~ In file included from arc.c:44: missing/md5.h:20:6: note: expected 'const unsigned char *' but argument is of type 'char *' void MD5Update(struct MD5Context *context, unsigned char const *buf, unsigned len); ^~~~~~~~~ gcc -pipe -Wall -funroll-all-loops -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -I./jpeg-6b-steg -D_GLIBCXX_USE_C99_MATH=1 -c -o iterator.o iterator.c pnm.c: In function 'bitmap_to_pnm': pnm.c:101:19: warning: operation on 'i' may be undefined [-Wsequence-point] img[i] = (img[i++] & ~(1 << BITSHIFT)) | ~^~ gcc -pipe -Wall -funroll-all-loops -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -I./jpeg-6b-steg -c missing/md5.c pnm.c: In function 'read_pnm': pnm.c:164:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(magic, 10, fin); ^~~~~~~~~~~~~~~~~~~~~ pnm.c:170:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fin, "%d", &image->x); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pnm.c:172:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fin, "%d", &image->y); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pnm.c:174:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fin, "%d", &image->max); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pnm.c:205:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fin, "%d", &v); ^~~~~~~~~~~~~~~~~~~~~ pnm.c:215:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(image->img, image->x * image->depth, image->y, fin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jpg.c: In function 'preserve_single': jpg.c:113:16: warning: pointer targets in initialization of 'char *' from 'u_char *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] char *pbits = bitmap->bitmap; ^~~~~~ jpg.c:114:16: warning: pointer targets in initialization of 'char *' from 'u_char *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] char *plock = bitmap->locked; ^~~~~~ jpg.c:115:20: warning: pointer targets in initialization of 'char *' from 'u_char *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] char *pmetalock = bitmap->metalock; ^~~~~~ jpg.c: In function 'steg_use_bit': jpg.c:320:17: warning: pointer targets in assignment from 'u_char *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] tbitmap.data = buf; ^ jpg.c: In function 'init_destination': jpg.c:770:30: warning: pointer targets in assignment from 'char *' to 'JOCTET *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] dest->pub.next_output_byte = dummy_buf; ^ jpg.c: In function 'empty_output_buffer': jpg.c:779:30: warning: pointer targets in assignment from 'char *' to 'JOCTET *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] dest->pub.next_output_byte = dummy_buf; ^ missing/md5.c: In function 'MD5Update': missing/md5.c:102:4: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(p, buf, len); ^~~~~~ missing/md5.c:102:4: warning: incompatible implicit declaration of built-in function 'memcpy' missing/md5.c:102:4: note: include '' or provide a declaration of 'memcpy' missing/md5.c:31:1: +#include missing/md5.c:102:4: memcpy(p, buf, len); ^~~~~~ missing/md5.c:105:3: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(p, buf, t); ^~~~~~ missing/md5.c:105:3: note: include '' or provide a declaration of 'memcpy' missing/md5.c:114:3: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(ctx->in, buf, 64); ^~~~~~ missing/md5.c:114:3: note: include '' or provide a declaration of 'memcpy' missing/md5.c:122:2: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(ctx->in, buf, len); ^~~~~~ missing/md5.c:122:2: note: include '' or provide a declaration of 'memcpy' missing/md5.c: In function 'MD5Final': missing/md5.c:151:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(p, 0, count); ^~~~~~ missing/md5.c:151:3: warning: incompatible implicit declaration of built-in function 'memset' missing/md5.c:151:3: note: include '' or provide a declaration of 'memset' missing/md5.c:158:3: warning: incompatible implicit declaration of built-in function 'memset' memset(p, 0, count-8); ^~~~~~ missing/md5.c:158:3: note: include '' or provide a declaration of 'memset' missing/md5.c:170:2: warning: incompatible implicit declaration of built-in function 'memset' memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^~~~~~ missing/md5.c:170:2: note: include '' or provide a declaration of 'memset' missing/md5.c:170:23: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^ gcc -pipe -Wall -funroll-all-loops -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -I./jpeg-6b-steg -D_GLIBCXX_USE_C99_MATH=1 -c -o histogram.o histogram.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcapistd.o jcapistd.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jctrans.o jctrans.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcparam.o jcparam.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdatadst.o jdatadst.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcinit.o jcinit.c histogram.c: In function 'main': histogram.c:99:19: warning: pointer targets in passing argument 1 of 'histogram_simple' differ in signedness [-Wpointer-sign] histogram_simple(data, bits); ^~~~ histogram.c:20:1: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' histogram_simple(u_char *data, int bits) ^~~~~~~~~~~~~~~~ histogram.c:100:19: warning: pointer targets in passing argument 1 of 'histogram_runlen' differ in signedness [-Wpointer-sign] histogram_runlen(data, bits); ^~~~ histogram.c:39:1: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' histogram_runlen(u_char *data, int bits) ^~~~~~~~~~~~~~~~ outguess.c: In function 'steg_retrieve': outguess.c:360:20: warning: pointer targets in passing argument 2 of 'encode_data' differ in signedness [-Wpointer-sign] encode_data(NULL, &datalen, NULL, flags); ^~~~~~~~ In file included from outguess.c:57: outguess.h:96:9: note: expected 'int *' but argument is of type 'u_int *' {aka 'unsigned int *'} u_char *encode_data(u_char *, int *, struct arc4_stream *, int); ^~~~~~~~~~~ outguess.c:366:29: warning: pointer targets in passing argument 2 of 'decode_data' differ in signedness [-Wpointer-sign] buf = decode_data (tmpbuf, &datalen, as, flags); ^~~~~~~~ In file included from outguess.c:57: outguess.h:97:9: note: expected 'int *' but argument is of type 'u_int *' {aka 'unsigned int *'} u_char *decode_data(u_char *, int *, struct arc4_stream *, int); ^~~~~~~~~~~ outguess.c:401:9: warning: pointer targets in returning 'u_char *' {aka 'unsigned char *'} from a function with return type 'char *' differ in signedness [-Wpointer-sign] return buf; ^~~ outguess.c: In function 'do_embed': outguess.c:680:12: warning: pointer targets in passing argument 1 of 'mmap_file' differ in signedness [-Wpointer-sign] mmap_file(filename, &data, &datalen); ^~~~~~~~ In file included from outguess.c:57: outguess.h:109:6: note: expected 'char *' but argument is of type 'u_char *' {aka 'unsigned char *'} void mmap_file(char *name, u_char **data, int *size); ^~~~~~~~~ outguess.c:680:29: warning: pointer targets in passing argument 3 of 'mmap_file' differ in signedness [-Wpointer-sign] mmap_file(filename, &data, &datalen); ^~~~~~~~ In file included from outguess.c:57: outguess.h:109:6: note: expected 'int *' but argument is of type 'u_int *' {aka 'unsigned int *'} void mmap_file(char *name, u_char **data, int *size); ^~~~~~~~~ outguess.c:683:30: warning: pointer targets in passing argument 2 of 'encode_data' differ in signedness [-Wpointer-sign] encdata = encode_data(data, &enclen, &tas, cfg->flags); ^~~~~~~ outguess.c:524:1: note: expected 'int *' but argument is of type 'u_int *' {aka 'unsigned int *'} encode_data(u_char *data, int *len, struct arc4_stream *as, int flags) ^~~~~~~~~~~ outguess.c: In function 'mmap_file': outguess.c:749:8: warning: pointer targets in assignment from 'char *' to 'u_char *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] *data = p; ^ outguess.c: In function 'main': outguess.c:875:9: warning: pointer targets in assignment from 'char *' to 'u_char *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] data = optarg; ^ outguess.c:878:10: warning: pointer targets in assignment from 'char *' to 'u_char *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] data2 = optarg; ^ outguess.c:982:27: warning: pointer targets in passing argument 3 of 'do_embed' differ in signedness [-Wpointer-sign] do_embed(&bitmap, data, key, strlen(key), &cfg1, &cumres); ^~~ outguess.c:663:1: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' do_embed(bitmap *bitmap, u_char *filename, u_char *key, u_int klen, ^~~~~~~~ outguess.c:1005:11: warning: pointer targets in passing argument 3 of 'do_embed' differ in signedness [-Wpointer-sign] derivekey, strlen(derivekey), ^~~~~~~~~ outguess.c:663:1: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' do_embed(bitmap *bitmap, u_char *filename, u_char *key, u_int klen, ^~~~~~~~ outguess.c:1024:19: warning: pointer targets in initialization of 'u_char *' {aka 'unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign] u_char *data = bitmap.data; ^~~~~~ outguess.c:1091:36: warning: pointer targets in passing argument 3 of 'arc4_initkey' differ in signedness [-Wpointer-sign] arc4_initkey(&as, "Encryption", key, strlen(key)); ^~~ In file included from outguess.c:56: arc.h:56:6: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' void arc4_initkey(struct arc4_stream *as, char *type, u_char *key, int keylen); ^~~~~~~~~~~~ outguess.c:1094:33: warning: pointer targets in passing argument 3 of 'iterator_init' differ in signedness [-Wpointer-sign] iterator_init(&iter, &bitmap, key, strlen(key)); ^~~ In file included from outguess.c:61: iterator.h:52:6: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' void iterator_init(iterator *, struct _bitmap *, u_char *key, u_int klen); ^~~~~~~~~~~~~ outguess.c:1096:11: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] encdata = steg_retrieve(&datalen, &bitmap, &iter, &as, ^ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcmaster.o jcmaster.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcmarker.o jcmarker.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcmainct.o jcmainct.c gcc -pipe -Wall -funroll-all-loops -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -I./jpeg-6b-steg -o histogram histogram.o md5.o gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcprepct.o jcprepct.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jccoefct.o jccoefct.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jccolor.o jccolor.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcsample.o jcsample.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jchuff.o jchuff.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcphuff.o jcphuff.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcdctmgr.o jcdctmgr.c jcdctmgr.c: In function 'forward_DCT': jcdctmgr.c:260:18: warning: implicit declaration of function 'steg_use_bit' [-Wimplicit-function-declaration] output_ptr[i] = steg_use_bit(temp); ^~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jfdctfst.o jfdctfst.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jfdctflt.o jfdctflt.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jfdctint.o jfdctint.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdapimin.o jdapimin.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdapistd.o jdapistd.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdtrans.o jdtrans.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdatasrc.o jdatasrc.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdmaster.o jdmaster.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdinput.o jdinput.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdmarker.o jdmarker.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdhuff.o jdhuff.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdphuff.o jdphuff.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdmainct.o jdmainct.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdcoefct.o jdcoefct.c jdcoefct.c: In function 'decompress_onepass': jdcoefct.c:202:5: warning: implicit declaration of function 'steg_use_bit' [-Wimplicit-function-declaration] steg_use_bit((JCOEF) (*block)[k]); ^~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdpostct.o jdpostct.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jddctmgr.o jddctmgr.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jidctfst.o jidctfst.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jidctflt.o jidctflt.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jidctint.o jidctint.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jidctred.o jidctred.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdsample.o jdsample.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdcolor.o jdcolor.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jquant1.o jquant1.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jquant2.o jquant2.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jdmerge.o jdmerge.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jcomapi.o jcomapi.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jutils.o jutils.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jerror.o jerror.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jmemmgr.o jmemmgr.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -D_GLIBCXX_USE_C99_MATH=1 -I. -D_GLIBCXX_USE_C99_MATH=1 -c -o jmemnobs.o jmemnobs.c rm -f libjpeg.a ar rc libjpeg.a jcapimin.o jcapistd.o jctrans.o jcparam.o jdatadst.o jcinit.o jcmaster.o jcmarker.o jcmainct.o jcprepct.o jccoefct.o jccolor.o jcsample.o jchuff.o jcphuff.o jcdctmgr.o jfdctfst.o jfdctflt.o jfdctint.o jdapimin.o jdapistd.o jdtrans.o jdatasrc.o jdmaster.o jdinput.o jdmarker.o jdhuff.o jdphuff.o jdmainct.o jdcoefct.o jdpostct.o jddctmgr.o jidctfst.o jidctflt.o jidctint.o jidctred.o jdsample.o jdcolor.o jquant1.o jquant2.o jdmerge.o jcomapi.o jutils.o jerror.o jmemmgr.o jmemnobs.o ranlib libjpeg.a make[1]: Leaving directory '/home/slitaz/wok/outguess/source/outguess-0.2/jpeg-6b-steg' gcc -pipe -Wall -funroll-all-loops -march=i486 -Os -pipe -mindirect-branch=thunk -Imissing -I./jpeg-6b-steg -o outguess outguess.o golay.o arc.o pnm.o jpg.o iterator.o md5.o -Wl,-Os,--as-needed -L./jpeg-6b-steg -ljpeg -lm ln -sf outguess extract ================================================================================ Executing strip on all files... Done Time: 0.18s. Size: 143212 B -> 124340 B. Save: 18 KB. ================================================================================ Pack: outguess 0.2 ================================================================================ 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 "outguess-0.2-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "outguess-0.2-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/outguess-0.2... Done Checking site script in source/outguess-0.2... 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: outguess 0.2 ================================================================================ Src file : outguess-0.2.tar.gz Src size : 460.0K Source dir : 2.9M Produced : 136.0K Cook time : 11s Cook date : 2020-07-07 16:49 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 152.0K : 55.7K : 1 : outguess-0.2-i486.tazpkg ================================================================================