Cook: httptunnel 3.3 ================================================================================ QA: checking package receipt... Extracting source archive "httptunnel-3.3.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 a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for mawk... no checking for gawk... no checking for nawk... no checking for awk... awk 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 for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking for gethostent... yes checking for setsockopt... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for fcntl.h... yes checking for syslog.h... yes checking for unistd.h... yes checking for sys/poll.h... yes checking for working const... yes checking for inline... inline checking for size_t... yes checking for socklen_t... yes checking whether INADDR_NONE is defined... yes checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking for 8-bit clean memcmp... yes checking return type of signal handlers... void checking for vprintf... yes checking for socket... yes checking for strdup... yes checking for strerror... yes checking for daemon... yes checking for vsyslog... yes checking for poll... yes checking for select... yes checking for endprotoent... yes checking for vsnprintf... yes checking for syslog... yes updating cache ./config.cache creating ./config.status creating Makefile creating port/Makefile creating port/sys/Makefile creating config.h make all-recursive make[1]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3' Making all in port make[2]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port' Making all in sys make[3]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port/sys' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port/sys' make[3]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port' gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -c poll.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -c daemon.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -c vsyslog.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -c endprotoent.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -c getopt.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -c getopt1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -c vsnprintf.c rm -f libport.a ar cru libport.a poll.o daemon.o vsyslog.o endprotoent.o getopt.o getopt1.o vsnprintf.o ranlib libport.a make[3]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port' make[2]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port' make[2]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3' gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -march=i486 -Os -pipe -mindirect-branch=thunk -c htc.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -march=i486 -Os -pipe -mindirect-branch=thunk -c common.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -march=i486 -Os -pipe -mindirect-branch=thunk -c tunnel.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -march=i486 -Os -pipe -mindirect-branch=thunk -c http.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -march=i486 -Os -pipe -mindirect-branch=thunk -c base64.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -march=i486 -Os -pipe -mindirect-branch=thunk -c hts.c hts.c: In function 'main': hts.c:433:7: warning: implicit declaration of function 'time'; did you mean 'utimes'? [-Wimplicit-function-declaration] time (&last_tunnel_write); ^~~~ utimes htc.c: In function 'main': htc.c:597:7: warning: implicit declaration of function 'time'; did you mean 'utimes'? [-Wimplicit-function-declaration] time (&last_tunnel_write); ^~~~ utimes hts.c:285:5: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result [-Wunused-result] daemon (0, 1); ^~~~~~~~~~~~~ htc.c:410:5: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result [-Wunused-result] daemon (0, 1); ^~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o htc htc.o common.o tunnel.o http.o base64.o -Lport -lport gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o hts hts.o common.o tunnel.o http.o -Lport -lport make[2]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3' make[1]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3' Making install in port make[1]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port' Making install in sys make[2]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port/sys' make[3]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port/sys' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port/sys' make[2]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port/sys' make[2]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port' make[3]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port' make[2]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port' make[1]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3/port' make[1]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3' make[2]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3' make install-man1 /bin/sh ./mkinstalldirs /home/slitaz/wok/httptunnel/install/usr/bin make[3]: Entering directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3' /bin/sh ./mkinstalldirs /home/slitaz/wok/httptunnel/install/usr/share/man/man1 mkdir /home/slitaz/wok/httptunnel/install mkdir /home/slitaz/wok/httptunnel/install mkdir /home/slitaz/wok/httptunnel/install/usr mkdir: can't create directory '/home/slitaz/wok/httptunnel/install': File exists mkdir /home/slitaz/wok/httptunnel/install/usr mkdir /home/slitaz/wok/httptunnel/install/usr/share mkdir: can't create directory '/home/slitaz/wok/httptunnel/install/usr': File exists mkdir /home/slitaz/wok/httptunnel/install/usr/bin mkdir /home/slitaz/wok/httptunnel/install/usr/share/man mkdir /home/slitaz/wok/httptunnel/install/usr/share/man/man1 /usr/bin/install -c htc /home/slitaz/wok/httptunnel/install/usr/bin/htc /usr/bin/install -c -m 644 ./hts.1 /home/slitaz/wok/httptunnel/install/usr/share/man/man1/hts.1 /usr/bin/install -c hts /home/slitaz/wok/httptunnel/install/usr/bin/hts /usr/bin/install -c -m 644 ./htc.1 /home/slitaz/wok/httptunnel/install/usr/share/man/man1/htc.1 make[3]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3' make[2]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3' make[1]: Leaving directory '/home/slitaz/wok/httptunnel/source/httptunnel-3.3' ================================================================================ Executing strip on all files... Done Time: 0.42s. Size: 83072 B -> 68616 B. Save: 14 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.92s. Size: 3221 B -> 1682 B. Save: 2 KB. Cache hit: 2/2. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: httptunnel 3.3 ================================================================================ 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 "httptunnel-3.3-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "httptunnel-3.3-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/httptunnel-3.3... Done Checking site script in source/httptunnel-3.3... 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: httptunnel 3.3 ================================================================================ Src file : httptunnel-3.3.tar.gz Src size : 260.0K Source dir : 1.4M Produced : 104.0K Cook time : 13s Cook date : 2020-07-07 11:17 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 100.0K : 17.1K : 2 : httptunnel-3.3-i486.tazpkg ================================================================================