Cook: littleutils 1.0.32 ================================================================================ QA: checking package receipt... Extracting source archive "littleutils-1.0.32.tar.xz" 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 configure: loading site script /etc/slitaz/cook.site checking build system type... i486-slitaz-linux-gnu checking host system type... i486-slitaz-linux-gnu checking if dmalloc is requested... no checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for gmake... no checking for make... make checking that make is GNU Make... yes checking how to run the C preprocessor... i486-slitaz-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for multilib install prefix... lib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for fseeko... yes checking for lrand48... yes checking for random... yes checking for realpath... yes checking for struct stat.st_mtim.tv_nsec... yes checking for struct stat.st_mtimespec.tv_nsec... no checking for struct stat.st_mtimensec... no checking for getopt... yes checking for gettext... yes checking png.h usability... no checking png.h presence... no checking for png.h... no checking zlib.h usability... no checking zlib.h presence... no checking for zlib.h... no configure: WARNING: png/zlib headers not found: skipping pngrecolor, pngstrip, opt-gif, and opt-png checking for bash... /bin/bash checking for dash... no configure: substituting bash for dash checking for perl... no configure: WARNING: perl missing: skipping lowercase, uppercase, and pren checking for python2... /usr/bin/python2 checking for gifsicle... no checking for pngcrush... no configure: WARNING: gifsicle utility missing: skipping opt-gif configure: WARNING: png/zlib headers or pngcrush utility missing: skipping opt-png checking for jpegtran... no configure: WARNING: jpegtran utility missing: skipping opt-jpg and recomp-jpg checking for file... yes checking for gs... no checking for gzip... yes checking for bzip2... yes checking for 7zr... no checking for 7za... no checking for 7z... no configure: WARNING: 7zr/7za/7z utility missing: skipping to-7zip checking for lzma_alone... no checking for lzma... yes checking for lzip... no configure: WARNING: lzip utility missing: skipping to-lzip checking for xz... yes configure: creating ./config.status config.status: creating Makefile config.status: creating extra/Makefile config.status: creating littleutils/Makefile config.status: creating imageutils/Makefile config.status: creating repeats/Makefile config.status: creating scripts/Makefile config.status: creating config.h Configuration of littleutils-1.0.32 for i486-slitaz-linux-gnu complete. CC=i486-slitaz-linux-gcc CFLAGS=-march=i486 -Os -pipe -mindirect-branch=thunk LDFLAGS=-Wl,-Os,--as-needed LIBS= LIBINTL= PNGLIBS= make[1]: Entering directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/littleutils' i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c filedate.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c filehash.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c md5.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c sha1.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c sha256.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c sha512.c md5.c: In function 'md5_process_bytes': md5.c:266:44: warning: implicit declaration of function 'alignof' [-Wimplicit-function-declaration] # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~ md5.c:267:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ md5.c:266:53: error: expected expression before 'uint32_t' # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~~ md5.c:267:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ sha256.c: In function 'sha256_process_bytes': sha256.c:394:44: warning: implicit declaration of function 'alignof' [-Wimplicit-function-declaration] # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~ sha256.c:395:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ sha256.c:394:53: error: expected expression before 'uint32_t' # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~~ sha256.c:395:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ sha512.c: In function 'sha512_process_bytes': sha512.c:402:44: warning: implicit declaration of function 'alignof' [-Wimplicit-function-declaration] # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (u64) != 0) ^~~~~~~ sha512.c:403:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ sha512.c:402:53: error: expected expression before 'u64' # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (u64) != 0) ^~~ sha512.c:403:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ sha1.c: In function 'sha1_process_bytes': sha1.c:252:44: warning: implicit declaration of function 'alignof' [-Wimplicit-function-declaration] # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~ sha1.c:253:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ sha1.c:252:53: error: expected expression before 'uint32_t' # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~~ sha1.c:253:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ make[1]: *** [Makefile:76: md5.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:79: sha1.o] Error 1 make[1]: *** [Makefile:82: sha256.o] Error 1 make[1]: *** [Makefile:85: sha512.o] Error 1 make[1]: Leaving directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/littleutils' make[1]: Entering directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/imageutils' i486-slitaz-linux-gcc -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -c jpgcom.c i486-slitaz-linux-gcc -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -c imagsize.c i486-slitaz-linux-gcc -Wl,-Os,--as-needed -o jpgcom jpgcom.o i486-slitaz-linux-gcc -Wl,-Os,--as-needed -o imagsize imagsize.o make[1]: Leaving directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/imageutils' make[1]: Entering directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/repeats' sed -e "s:REPCMP:/usr/lib/littleutils/rep_cmp:" \ -e "s:REPHARD:/usr/lib/littleutils/rep_hard:" \ -e "s:REPHASH:/usr/lib/littleutils/rep_hash:" \ -e "s:REPNODE:/usr/lib/littleutils/rep_node:" \ -e "s:REPSIZE:/usr/lib/littleutils/rep_size:" \ -e "s:LU_VERSION:1.0.32:" \ -e "s:PROGDASH:/bin/bash:" < repeats.in > repeats i486-slitaz-linux-gcc -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -c rep_cmp.c i486-slitaz-linux-gcc -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -c rep_hard.c i486-slitaz-linux-gcc -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -c rep_hash.c i486-slitaz-linux-gcc -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -c rep_node.c i486-slitaz-linux-gcc -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -c rep_size.c chmod +x repeats i486-slitaz-linux-gcc -Wl,-Os,--as-needed -o rep_cmp rep_cmp.o i486-slitaz-linux-gcc -Wl,-Os,--as-needed -o rep_hash rep_hash.o i486-slitaz-linux-gcc -Wl,-Os,--as-needed -o rep_node rep_node.o i486-slitaz-linux-gcc -Wl,-Os,--as-needed -o rep_hard rep_hard.o i486-slitaz-linux-gcc -Wl,-Os,--as-needed -o rep_size rep_size.o make[1]: Leaving directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/repeats' make[1]: Entering directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/scripts' sed -e "s:PROGPYTHON:/usr/bin/python2:" < zip2tarcat.in > zip2tarcat sed -e "s:PROGBASH:/bin/bash:" -e "s:LU_VERSION:1.0.32:" < lreplace.in > lreplace sed -e "s:PROGDASH:/bin/bash:" -e "s:LU_VERSION:1.0.32:" < notabs.in > notabs sed -e "s:PROGDASH:/bin/bash:" -e "s:LU_VERSION:1.0.32:" < notrail.in > notrail sed -e "s:PROGDASH:/bin/bash:" -e "s:LU_VERSION:1.0.32:" < to-gzip.in > to-gzip chmod +x zip2tarcat sed -e "s:PROGDASH:/bin/bash:" -e "s:LU_VERSION:1.0.32:" < to-bzip.in > to-bzip chmod +x lreplace sed -e "s:PROGLZMA:lzma:" -e "s:PROGDASH:/bin/bash:" \ -e "s:LU_VERSION:1.0.32:" < to-lzma.in > to-lzma chmod +x notabs sed -e "s:PROGLZMA:lzma:" -e "s:PROGDASH:/bin/bash:" \ -e "s:LU_VERSION:1.0.32:" < to-xz.in > to-xz chmod +x notrail chmod +x to-gzip sed -e "s:PROGBASH:/bin/bash:" -e "s:LU_VERSION:1.0.32:" < wipe-free.in > wipe-free chmod +x to-lzma chmod +x to-bzip chmod +x to-xz chmod +x wipe-free make[1]: Leaving directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/scripts' make[1]: Entering directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/extra' sed -e "s:PROGDASH:/bin/bash:" -e "s:LU_VERSION:1.0.32:" < opt-pdf.in > opt-pdf make[1]: Leaving directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/extra' make[1]: Entering directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/littleutils' i486-slitaz-linux-gcc -Wl,-Os,--as-needed -o filedate filedate.o i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c md5.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c sha1.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c sha256.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c sha512.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c filemode.c md5.c: In function 'md5_process_bytes': md5.c:266:44: warning: implicit declaration of function 'alignof' [-Wimplicit-function-declaration] # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~ md5.c:267:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ md5.c:266:53: error: expected expression before 'uint32_t' # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~~ md5.c:267:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -c filenode.c make[1]: *** [Makefile:76: md5.o] Error 1 make[1]: *** Waiting for unfinished jobs.... sha1.c: In function 'sha1_process_bytes': sha1.c:252:44: warning: implicit declaration of function 'alignof' [-Wimplicit-function-declaration] # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~ sha1.c:253:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ sha1.c:252:53: error: expected expression before 'uint32_t' # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~~ sha1.c:253:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ sha256.c: In function 'sha256_process_bytes': sha256.c:394:44: warning: implicit declaration of function 'alignof' [-Wimplicit-function-declaration] # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~ sha256.c:395:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ sha256.c:394:53: error: expected expression before 'uint32_t' # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) ^~~~~~~~ sha256.c:395:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ sha512.c: In function 'sha512_process_bytes': sha512.c:402:44: warning: implicit declaration of function 'alignof' [-Wimplicit-function-declaration] # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (u64) != 0) ^~~~~~~ sha512.c:403:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ sha512.c:402:53: error: expected expression before 'u64' # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (u64) != 0) ^~~ sha512.c:403:11: note: in expansion of macro 'UNALIGNED_P' if (UNALIGNED_P (buffer)) ^~~~~~~~~~~ make[1]: *** [Makefile:79: sha1.o] Error 1 make[1]: *** [Makefile:82: sha256.o] Error 1 make[1]: *** [Makefile:85: sha512.o] Error 1 make[1]: Leaving directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/littleutils' make[1]: Entering directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/imageutils' ../autoconf/mkinstalldirs /home/slitaz/wok/littleutils/install/usr/bin mkdir /home/slitaz/wok/littleutils/install mkdir /home/slitaz/wok/littleutils/install/usr mkdir /home/slitaz/wok/littleutils/install/usr/bin for f in jpgcom imagsize ; do /usr/bin/install -c $f /home/slitaz/wok/littleutils/install/usr/bin; done ../autoconf/mkinstalldirs /home/slitaz/wok/littleutils/install/usr/share/man/man1 mkdir /home/slitaz/wok/littleutils/install/usr/share mkdir /home/slitaz/wok/littleutils/install/usr/share/man mkdir /home/slitaz/wok/littleutils/install/usr/share/man/man1 for f in jpgcom.1 imagsize.1 ; do /usr/bin/install -c -m 644 $f /home/slitaz/wok/littleutils/install/usr/share/man/man1; done make[1]: Leaving directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/imageutils' make[1]: Entering directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/repeats' ../autoconf/mkinstalldirs /home/slitaz/wok/littleutils/install/usr/bin for f in repeats; do /usr/bin/install -c $f /home/slitaz/wok/littleutils/install/usr/bin; done ../autoconf/mkinstalldirs /home/slitaz/wok/littleutils/install/usr/lib/littleutils mkdir /home/slitaz/wok/littleutils/install/usr/lib mkdir /home/slitaz/wok/littleutils/install/usr/lib/littleutils for f in rep_cmp rep_hard rep_hash rep_node rep_size; do /usr/bin/install -c $f /home/slitaz/wok/littleutils/install/usr/lib/littleutils; done ../autoconf/mkinstalldirs /home/slitaz/wok/littleutils/install/usr/share/man/man1 for f in rep_cmp.1 rep_hard.1 rep_hash.1 rep_node.1 rep_size.1 repeats.1; do /usr/bin/install -c -m 644 $f /home/slitaz/wok/littleutils/install/usr/share/man/man1; done make[1]: Leaving directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/repeats' make[1]: Entering directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/scripts' ../autoconf/mkinstalldirs /home/slitaz/wok/littleutils/install/usr/bin for f in zip2tarcat lreplace notabs notrail to-gzip to-bzip to-lzma to-xz wipe-free; do /usr/bin/install -c $f /home/slitaz/wok/littleutils/install/usr/bin; done ../autoconf/mkinstalldirs /home/slitaz/wok/littleutils/install/usr/share/man/man1 for f in zip2tarcat.1 lreplace.1 notabs.1 notrail.1 to-gzip.1 to-bzip.1 to-lzma.1 to-xz.1 wipe-free.1; do /usr/bin/install -c -m 644 $f /home/slitaz/wok/littleutils/install/usr/share/man/man1; done make[1]: Leaving directory '/home/slitaz/wok/littleutils/source/littleutils-1.0.32/scripts' Installation complete. Use "make install-extra" to install extra scripts. ================================================================================ Executing strip on all files... Done Time: 1.42s. Size: 130552 B -> 103760 B. Save: 26 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 2.09s. Size: 31882 B -> 16568 B. Save: 15 KB. Cache hit: 17/17. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: littleutils 1.0.32 ================================================================================ 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 "littleutils-1.0.32-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "littleutils-1.0.32-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/littleutils-1.0.32... Done Checking site script in source/littleutils-1.0.32... 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: littleutils 1.0.32 ================================================================================ Src file : littleutils-1.0.32.tar.xz Src size : 176.0K Source dir : 1.8M Produced : 280.0K Cook time : 12s Cook date : 2020-07-07 13:32 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 216.0K : 18.4K : 17 : littleutils-1.0.32-i486.tazpkg ================================================================================