Cook: poptop 1.3.4 ================================================================================ QA: checking package receipt... Extracting source archive "pptpd-1.3.4.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 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 gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking command line for use of BSD PPP... default standard pppd checking command line for use of SLIRP... default no checking command line for syslog facility name... default LOG_DAEMON checking command line for bcrelay build... default no checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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... none checking for i486-slitaz-linux-ranlib... i486-slitaz-linux-ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether #! works in shell scripts... yes checking for setsid... yes checking for daemon... yes checking for setproctitle... no checking for getservbyname... yes checking for strlcpy... no checking for fork... yes checking for memmove... yes checking for strerror... yes checking for writev... 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 pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking for string.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for size_t... yes checking for ssize_t... yes checking for u_int8_t... yes checking for u_int16_t... yes checking for u_int32_t... yes checking for socklen_t... yes checking for accept in -lc... yes checking for gethostbyname in -lc... yes checking for openpty in -lc... no checking for gettext in -lc... yes checking for accept in -lsocket... no checking for gethostbyname in -lnsl... no checking for openpty in -lutil... yes checking for gettext in -lintl... no =============================================================================== Configuration chosen: PPPd: Standard. LIBWRAP security: No. Broadcast Relay: No. configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/home/slitaz/wok/poptop/source/poptop-1.3.4' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c pqueue.c for d in plugins; do make -w -j6 --jobserver-auth=4,5 -C $d all; done i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c pptpd.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c configfile.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c pptpmanager.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c compat.c make[2]: Entering directory '/home/slitaz/wok/poptop/source/poptop-1.3.4' make[2]: warning: -jN forced in submake: disabling jobserver mode. gcc -o pptpd-logwtmp.so -shared -O2 -g -I.. -I../../include -fPIC pptpd-logwtmp.c -lutil configfile.c: In function 'read_config_file': configfile.c:62:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buffer, MAX_CONFIG_STRING_SIZE - 1, in); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compat.c: In function 'sigpipe_handler': compat.c:168:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sigpipe[1], &signum, sizeof(signum)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compat.c: In function 'sigpipe_read': compat.c:192:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(sigpipe[0], &signum, sizeof(signum)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pptpd.c: In function 'main': pptpd.c:395:3: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/null", "r", stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pptpd.c:396:3: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result [-Wunused-result] daemon(0, 0); ^~~~~~~~~~~~ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c inststr.c pptpd.c: In function 'processIPStr': pptpd.c:739:27: warning: '%s' directive writing up to 12 bytes into a region of size between 0 and 15 [-Wformat-overflow=] sprintf(tmpstr5, "%s%d%s", ip_pre, n, ip_post); ^~ ~~~~~~~ In file included from /usr/include/stdio.h:873, from pptpd.c:32: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 36 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c getopt.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c getopt1.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c pptpctrl.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c ctrlpacket.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c pptpgre.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c ppphdlc.c make[2]: Leaving directory '/home/slitaz/wok/poptop/source/poptop-1.3.4/plugins' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -c bcrelay.c i486-slitaz-linux-gcc -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -Wl,-Os,--as-needed -o pptpd pqueue.o pptpd.o configfile.o pptpmanager.o compat.o inststr.o getopt.o getopt1.o ctrlpacket.c: In function 'deal_start_ctrl_conn': ctrlpacket.c:367:36: warning: variable 'start_ctrl_conn_rqst' set but not used [-Wunused-but-set-variable] struct pptp_start_ctrl_conn_rqst *start_ctrl_conn_rqst; ^~~~~~~~~~~~~~~~~~~~ bcrelay.c: In function 'main': bcrelay.c:384:12: warning: comparison with string literal results in unspecified behavior [-Waddress] if (ifin == "") { ^~ bcrelay.c:389:13: warning: comparison with string literal results in unspecified behavior [-Waddress] if (ifout == "" && ipsec == "") { ^~ bcrelay.c:389:28: warning: comparison with string literal results in unspecified behavior [-Waddress] if (ifout == "" && ipsec == "") { ^~ bcrelay.c: In function 'mainloop': bcrelay.c:653:26: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] udppdu = (unsigned char *)ipp_p + (4 * ipp_p->ip.ihl); ^ bcrelay.c: In function 'discoverActiveInterfaces': bcrelay.c:873:22: warning: comparison with string literal results in unspecified behavior [-Waddress] } else if (ipsec != "" && strncmp(ifs.ifc_req[i].ifr_name, "ipsec", 5) == 0) { ^~ bcrelay.c: In function 'main': bcrelay.c:401:5: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/null", "r", stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bcrelay.c:403:5: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result [-Wunused-result] daemon(0, 1); ^~~~~~~~~~~~ i486-slitaz-linux-gcc -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -Wl,-Os,--as-needed -o bcrelay bcrelay.o i486-slitaz-linux-gcc -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin"' -Wl,-Os,--as-needed -o pptpctrl pqueue.o pptpctrl.o ctrlpacket.o inststr.o compat.o pptpgre.o ppphdlc.o -lutil make[1]: Leaving directory '/home/slitaz/wok/poptop/source/poptop-1.3.4' for d in plugins; do make -j6 --jobserver-auth=4,5 -C $d all; done make[1]: warning: -jN forced in submake: disabling jobserver mode. make[1]: Entering directory '/home/slitaz/wok/poptop/source/poptop-1.3.4/plugins' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/poptop/source/poptop-1.3.4/plugins' make[1]: Entering directory '/home/slitaz/wok/poptop/source/poptop-1.3.4' for d in plugins; do make -w -j6 --jobserver-auth=4,5 -C $d prefix=/usr DESTDIR=/home/slitaz/wok/poptop/install install; done test -z "/usr/share/man/man5" || /bin/sh ./mkinstalldirs "/home/slitaz/wok/poptop/install/usr/share/man/man5" make[2]: Entering directory '/home/slitaz/wok/poptop/source/poptop-1.3.4' test -z "/usr/share/man/man8" || /bin/sh ./mkinstalldirs "/home/slitaz/wok/poptop/install/usr/share/man/man8" make[2]: warning: -jN forced in submake: disabling jobserver mode. install -o root -d /home/slitaz/wok/poptop/install/usr/lib/pptpd install -o root pptpd-logwtmp.so /home/slitaz/wok/poptop/install/usr/lib/pptpd make[2]: Leaving directory '/home/slitaz/wok/poptop/source/poptop-1.3.4/plugins' mkdir /home/slitaz/wok/poptop/install/usr/share mkdir /home/slitaz/wok/poptop/install/usr/share test -z "/usr/sbin" || /bin/sh ./mkinstalldirs "/home/slitaz/wok/poptop/install/usr/sbin" mkdir /home/slitaz/wok/poptop/install/usr/share/man mkdir: can't create directory '/home/slitaz/wok/poptop/install/usr/share': File exists mkdir /home/slitaz/wok/poptop/install/usr/share/man mkdir /home/slitaz/wok/poptop/install/usr/share/man/man8 mkdir: can't create directory '/home/slitaz/wok/poptop/install/usr/share/man': File exists mkdir /home/slitaz/wok/poptop/install/usr/share/man/man5 mkdir /home/slitaz/wok/poptop/install/usr/sbin /usr/bin/install -c 'pptpd' '/home/slitaz/wok/poptop/install/usr/sbin/pptpd' /usr/bin/install -c -m 644 './pptpctrl.8' '/home/slitaz/wok/poptop/install/usr/share/man/man8/pptpctrl.8' /usr/bin/install -c -m 644 './pptpd.conf.5' '/home/slitaz/wok/poptop/install/usr/share/man/man5/pptpd.conf.5' /usr/bin/install -c 'pptpctrl' '/home/slitaz/wok/poptop/install/usr/sbin/pptpctrl' /usr/bin/install -c -m 644 './pptpd.8' '/home/slitaz/wok/poptop/install/usr/share/man/man8/pptpd.8' /usr/bin/install -c 'bcrelay' '/home/slitaz/wok/poptop/install/usr/sbin/bcrelay' make[1]: Leaving directory '/home/slitaz/wok/poptop/source/poptop-1.3.4' ================================================================================ Executing strip on all files... Done Time: 0.36s. Size: 121344 B -> 92064 B. Save: 29 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.20s. Size: 15597 B -> 6351 B. Save: 9 KB. Cache hit: 3/3. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: poptop 1.3.4 ================================================================================ 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 The release checksum has not changed. ================================================================================ Package "poptop-1.3.4-i486.tazpkg" created Pack: bcrelay 1.3.4 ================================================================================ 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 The release checksum has not changed. ================================================================================ Package "bcrelay-1.3.4-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/poptop-1.3.4... Done Checking site script in source/poptop-1.3.4... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Failed Problems found: '/home/slitaz/wok/poptop/install/etc/init.d/pptpd' -> 'daemon' Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: poptop 1.3.4 ================================================================================ Src file : pptpd-1.3.4.tar.gz Src size : 236.0K Source dir : 1.4M Produced : 172.0K Cook time : 20s Cook date : 2020-09-13 00:59 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 160.0K : 27.4K : 7 : poptop-1.3.4-i486.tazpkg 2 : 44.0K : 3.9K : 1 : bcrelay-1.3.4-i486.tazpkg ================================================================================