Cook: miau 0.6.6 ================================================================================ QA: checking package receipt... Extracting source archive "miau-0.6.6.tar.bz2" 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 for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes 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 style of include used by make... GNU checking dependency style of i486-slitaz-linux-gcc... gcc3 checking whether make sets $(MAKE)... (cached) 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for library containing gethostbyname... none required checking for library containing gethostbyaddr... none required checking for library containing socket... none required checking for library containing hstrerror... none required checking for library containing crypt... -lcrypt checking for an ANSI C-conforming const... yes checking for inline... inline checking for pid_t... yes checking for size_t... yes checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for error_at_line... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether lstat correctly handles trailing slash... yes checking whether lstat accepts an empty string... no checking whether lstat correctly handles trailing slash... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking whether stat accepts an empty string... no checking for strftime... yes checking for vprintf... yes checking for _doprnt... no checking for alarm... yes checking for atexit... yes checking for dup2... yes checking for gethostbyaddr... yes checking for gethostbyname... yes checking for gethostname... yes checking for getpass... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memmove... yes checking for mkdir... yes checking for random... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strrchr... yes checking for strtol... yes checking for strtoul... yes checking for bzero... yes checking for crypt... yes checking for sigaction... yes checking for an ANSI C-conforming const... (cached) yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for select... (cached) yes checking for vsnprintf... yes checking for snprintf... yes checking for socklen_t... yes checking for hstrerror prototype... yes checking for va_copy... yes checking for __va_copy... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating misc/Makefile config.status: creating config.h config.status: executing depfiles commands configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating misc/Makefile config.status: creating misc/miaurc config.status: creating miau.spec config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands miau 0.6.6 quicklog ...... : yes, with timestamps chanlog ....... : yes privlog ....... : yes inbox ......... : yes CTCP-replies .. : yes on-connect .... : yes DCC-bounce .... : yes automode ...... : yes ascii-art ..... : yes mkpasswd ...... : yes releasenick ... : no empty-awaymsg . : no uptime ........ : yes pingstat ...... : no dumpstatus .... : yes enduserdebug .. : yes debug ......... : no hstrerror: yes socklen_t: yes snprintf: yes make all-recursive make[1]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6' Making all in src make[2]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6/src' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT ascii.o -MD -MP -MF .deps/ascii.Tpo -c -o ascii.o ascii.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT automode.o -MD -MP -MF .deps/automode.Tpo -c -o automode.o automode.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT channels.o -MD -MP -MF .deps/channels.Tpo -c -o channels.o channels.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT chanlog.o -MD -MP -MF .deps/chanlog.Tpo -c -o chanlog.o chanlog.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT client.o -MD -MP -MF .deps/client.Tpo -c -o client.o client.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT commands.o -MD -MP -MF .deps/commands.Tpo -c -o commands.o commands.c mv -f .deps/ascii.Tpo .deps/ascii.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c mv -f .deps/commands.Tpo .deps/commands.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT dcc.o -MD -MP -MF .deps/dcc.Tpo -c -o dcc.o dcc.c mv -f .deps/chanlog.Tpo .deps/chanlog.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c mv -f .deps/error.Tpo .deps/error.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c mv -f .deps/list.Tpo .deps/list.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT llist.o -MD -MP -MF .deps/llist.Tpo -c -o llist.o llist.c mv -f .deps/llist.Tpo .deps/llist.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT ignore.o -MD -MP -MF .deps/ignore.Tpo -c -o ignore.o ignore.c mv -f .deps/common.Tpo .deps/common.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT irc.o -MD -MP -MF .deps/irc.Tpo -c -o irc.o irc.c mv -f .deps/channels.Tpo .deps/channels.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c mv -f .deps/automode.Tpo .deps/automode.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT match.o -MD -MP -MF .deps/match.Tpo -c -o match.o match.c mv -f .deps/client.Tpo .deps/client.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT matchlist.o -MD -MP -MF .deps/matchlist.Tpo -c -o matchlist.o matchlist.c mv -f .deps/ignore.Tpo .deps/ignore.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT miau.o -MD -MP -MF .deps/miau.Tpo -c -o miau.o miau.c mv -f .deps/log.Tpo .deps/log.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT onconnect.o -MD -MP -MF .deps/onconnect.Tpo -c -o onconnect.o onconnect.c mv -f .deps/dcc.Tpo .deps/dcc.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT parser.o -MD -MP -MF .deps/parser.Tpo -c -o parser.o parser.c mv -f .deps/matchlist.Tpo .deps/matchlist.Po mv -f .deps/match.Tpo .deps/match.Po mv -f .deps/irc.Tpo .deps/irc.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT perm.o -MD -MP -MF .deps/perm.Tpo -c -o perm.o perm.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT privlog.o -MD -MP -MF .deps/privlog.Tpo -c -o privlog.o privlog.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT qlog.o -MD -MP -MF .deps/qlog.Tpo -c -o qlog.o qlog.c parser.c: In function 'parse_list_line': parser.c:707:19: warning: variable 'channel' set but not used [-Wunused-but-set-variable] channel_type *channel; ^~~~~~~ mv -f .deps/onconnect.Tpo .deps/onconnect.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT remote.o -MD -MP -MF .deps/remote.Tpo -c -o remote.o remote.c mv -f .deps/perm.Tpo .deps/perm.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT server.o -MD -MP -MF .deps/server.Tpo -c -o server.o server.c mv -f .deps/remote.Tpo .deps/remote.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT table.o -MD -MP -MF .deps/table.Tpo -c -o table.o table.c server.c: In function 'server_drop': server.c:83:7: warning: variable 'r' set but not used [-Wunused-but-set-variable] int r; ^ mv -f .deps/privlog.Tpo .deps/privlog.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -MT tools.o -MD -MP -MF .deps/tools.Tpo -c -o tools.o tools.c mv -f .deps/table.Tpo .deps/table.Po mv -f .deps/qlog.Tpo .deps/qlog.Po mv -f .deps/tools.Tpo .deps/tools.Po mv -f .deps/parser.Tpo .deps/parser.Po mv -f .deps/server.Tpo .deps/server.Po mv -f .deps/miau.Tpo .deps/miau.Po i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wl,-Os,--as-needed -o miau ascii.o automode.o channels.o chanlog.o client.o commands.o common.o dcc.o error.o list.o llist.o ignore.o irc.o log.o match.o matchlist.o miau.o onconnect.o parser.o perm.o privlog.o qlog.o remote.o server.o table.o tools.o -lcrypt make[2]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6/src' Making all in doc make[2]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6/doc' Making all in misc make[2]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6/misc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6/misc' make[2]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6' make[2]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6' make[1]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6' Making install in src make[1]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6/src' make[2]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6/src' test -z "/usr/bin" || .././install-sh -c -d "/home/slitaz/wok/miau/install/usr/bin" make[2]: Nothing to be done for 'install-data-am'. /usr/bin/install -c miau '/home/slitaz/wok/miau/install/usr/bin' make[2]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6/src' make[1]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6/src' Making install in doc make[1]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6/doc' make[2]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6/doc' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/info" || .././install-sh -c -d "/home/slitaz/wok/miau/install/usr/share/info" test -z "/usr/share/man/man1" || .././install-sh -c -d "/home/slitaz/wok/miau/install/usr/share/man/man1" /usr/bin/install -c -m 644 miau.1 '/home/slitaz/wok/miau/install/usr/share/man/man1' /usr/bin/install -c -m 644 ./miau.info '/home/slitaz/wok/miau/install/usr/share/info' make[2]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6/doc' make[1]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6/doc' Making install in misc make[1]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6/misc' make[2]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6/misc' test -z "/usr/bin" || .././install-sh -c -d "/home/slitaz/wok/miau/install/usr/bin" /bin/bash /home/slitaz/wok/miau/source/miau-0.6.6/install-sh -d "/home/slitaz/wok/miau/install/usr/share/doc/miau/examples" /usr/bin/install -c miau-check '/home/slitaz/wok/miau/install/usr/bin' make[2]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6/misc' make[1]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6/misc' make[1]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6' make[2]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6' make[2]: Nothing to be done for 'install-exec-am'. make install-data-hook make[3]: Entering directory '/home/slitaz/wok/miau/source/miau-0.6.6' make[3]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6' make[2]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6' make[1]: Leaving directory '/home/slitaz/wok/miau/source/miau-0.6.6' ================================================================================ Executing strip on all files... Done Time: 0.42s. Size: 93612 B -> 79644 B. Save: 14 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.76s. Size: 24504 B -> 8517 B. Save: 16 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: miau 0.6.6 ================================================================================ 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 "miau-0.6.6-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "miau-0.6.6-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/miau-0.6.6... Done Checking site script in source/miau-0.6.6... 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: miau 0.6.6 ================================================================================ Src file : miau-0.6.6.tar.bz2 Src size : 184.0K Source dir : 1.8M Produced : 184.0K Cook time : 20s Cook date : 2020-07-07 15:17 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 112.0K : 33.2K : 2 : miau-0.6.6-i486.tazpkg ================================================================================