Cook: pptpclient 1.8.0 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): ppp-2.4.7-i486 Installing (pkg/local): libgdbm-1.18.1-i486 Installing (pkg/local): perl-core-5.28.1-i486 Installing (pkg/local): perl-5.28.1-i486 Extracting source archive "pptp-1.8.0.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 ( \ echo "/* text added by Makefile target config.h */"; \ echo "#define PPTP_LINUX_VERSION \"1.8.0\""; \ echo "#define PPPD_BINARY \"/usr/sbin/pppd\""; \ echo "#define IP_BINARY \"/bin/ip\"" \ ) > config.h gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o pptp_gre.o pptp_gre.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o ppp_fcs.o ppp_fcs.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o pptp_ctrl.o pptp_ctrl.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o dirutil.o dirutil.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o vector.o vector.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o inststr.o inststr.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o util.o util.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o version.o version.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o test.o test.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o pptp_quirks.o pptp_quirks.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o orckit_quirks.o orckit_quirks.c util.c: In function 'sigpipe_handler': util.c:121:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sigpipe[1], &signum, sizeof(signum)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util.c: In function 'sigpipe_read': util.c:145:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(sigpipe[0], &signum, sizeof(signum)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o pqueue.o pqueue.c util.c: In function '_log': util.c:29:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 245 [-Wformat-truncation=] snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \ ^~~~~~~~~~~~~~~~~~~~~ log_string, label, func, file, line, buf); \ ~~~ util.c:47:5: note: in expansion of macro 'MAKE_STRING' MAKE_STRING("log"); ^~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from util.c:7: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 12 or more bytes (assuming 267) into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util.c: In function '_warn': util.c:29:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 244 [-Wformat-truncation=] snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \ ^~~~~~~~~~~~~~~~~~~~~ log_string, label, func, file, line, buf); \ ~~~ util.c:54:5: note: in expansion of macro 'MAKE_STRING' MAKE_STRING("warn"); ^~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from util.c:7: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 13 or more bytes (assuming 268) into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util.c: In function '_fatal': util.c:29:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 243 [-Wformat-truncation=] snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \ ^~~~~~~~~~~~~~~~~~~~~ log_string, label, func, file, line, buf); \ ~~~ util.c:62:5: note: in expansion of macro 'MAKE_STRING' MAKE_STRING("fatal"); ^~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from util.c:7: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 14 or more bytes (assuming 269) into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o pptp_callmgr.o pptp_callmgr.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o routing.o routing.c gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o pptp_compat.o pptp_compat.c routing.c: In function 'routing_init': routing.c:118:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 255, p); ^~~~~~~~~~~~~~~~~~ pod2man pptpsetup > pptpsetup.8 pptp_callmgr.c: In function 'call_callback': pptp_callmgr.c:76:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(lci->unix_sock, &call_id, sizeof(call_id)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pptp_callmgr.c: In function 'callmgr_main': pptp_callmgr.c:225:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(s, &lci->pid[0], sizeof(lci->pid[0])); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pptp_callmgr.c:226:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(s, &lci->pid[1], sizeof(lci->pid[1])); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -O -Wuninitialized -g -D_GLIBCXX_USE_C99_MATH=1 -c -o pptp.o pptp.c gcc -o pptp pptp.o pptp_gre.o ppp_fcs.o pptp_ctrl.o dirutil.o vector.o inststr.o util.o version.o test.o pptp_quirks.o orckit_quirks.o pqueue.o pptp_callmgr.o routing.o pptp_compat.o -lutil mkdir -p /home/slitaz/wok/pptpclient/install/usr/sbin install -o root -m 555 pptp /home/slitaz/wok/pptpclient/install/usr/sbin install -o root -m 555 pptpsetup /home/slitaz/wok/pptpclient/install/usr/sbin mkdir -p /home/slitaz/wok/pptpclient/install/usr/share/man/man8 install -m 644 pptp.8 /home/slitaz/wok/pptpclient/install/usr/share/man/man8 install -m 644 pptpsetup.8 /home/slitaz/wok/pptpclient/install/usr/share/man/man8 mkdir -p /home/slitaz/wok/pptpclient/install/etc/ppp install -m 644 options.pptp /home/slitaz/wok/pptpclient/install/etc/ppp ================================================================================ Executing strip on all files... Done Time: 0.25s. Size: 199184 B -> 67304 B. Save: 129 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.49s. Size: 14758 B -> 6335 B. Save: 8 KB. Cache hit: 1/2. ================================================================================ Build dependencies to remove: 5 Removing: advancecomp-static libgdbm perl perl-core ppp Pack: pptpclient 1.8.0 ================================================================================ 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 "pptpclient-1.8.0-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "pptpclient-1.8.0-i486.tazpkg" created Pack: pptpclient-extra 1.8.0 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... any 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 "pptpclient-extra-1.8.0-any.tazpkg" Done The release checksum has changed. ================================================================================ Package "pptpclient-extra-1.8.0-any.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/pptpclient-1.8.0... Done Checking site script in source/pptpclient-1.8.0... Done Checking ownership in install... Done Checking permissions in install... Failed Problems found: 0555 /usr/sbin/pptp 0555 /usr/sbin/pptpsetup Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: pptpclient 1.8.0 ================================================================================ Src file : pptp-1.8.0.tar.gz Src size : 88.0K Source dir : 848.0K Produced : 120.0K Cook time : 16s Cook date : 2020-07-07 19:06 Target arch : any, i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 108.0K : 26.2K : 2 : pptpclient-1.8.0-i486.tazpkg 2 : 36.0K : 3.8K : 1 : pptpclient-extra-1.8.0-any.tazpkg ================================================================================