Cook: wput 0.6.2 ================================================================================ QA: checking package receipt... Extracting source archive "wput-0.6.2.tgz" 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 Large File System support: yes 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 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 sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/termio.h usability... no checking sys/termio.h presence... no checking for sys/termio.h... no checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking sys/winsize.h usability... no checking sys/winsize.h presence... no checking for sys/winsize.h... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for library containing getopt_long... none required checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking build system type... i486-slitaz-linux-gnu checking host system type... i486-slitaz-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for long long... yes checking for unsigned long long... yes checking for int... yes checking size of int... 4 checking for short... yes checking size of short... 2 configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting config.status: creating src/config.h config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile cd po && make all make[1]: Entering directory '/home/slitaz/wok/wput/source/wput-0.6.2/po' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/wput/source/wput-0.6.2/po' cd src && make all make[1]: Entering directory '/home/slitaz/wok/wput/source/wput-0.6.2/src' i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCALEDIR=\"/usr/share/locale\" -D_GLIBCXX_USE_C99_MATH=1 -c -o wput.o wput.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCALEDIR=\"/usr/share/locale\" -D_GLIBCXX_USE_C99_MATH=1 -c -o netrc.o netrc.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCALEDIR=\"/usr/share/locale\" -D_GLIBCXX_USE_C99_MATH=1 -c -o ftp.o ftp.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCALEDIR=\"/usr/share/locale\" -D_GLIBCXX_USE_C99_MATH=1 -c -o ftplib.o ftplib.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCALEDIR=\"/usr/share/locale\" -D_GLIBCXX_USE_C99_MATH=1 -c -o utils.o utils.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCALEDIR=\"/usr/share/locale\" -D_GLIBCXX_USE_C99_MATH=1 -c -o progress.o progress.c progress.c: In function 'bar_create': progress.c:336:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(fsession->local_fname) /* input-pipe */ ^~ progress.c:339:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' bar.dots = 0; ^~~ wput.c: In function 'main': wput.c:171:4: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen ("/dev/null", "r", stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wput.c:172:4: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen ("/dev/null", "w", stdout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wput.c:173:4: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen ("/dev/null", "w", stderr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftplib.c: In function 'ftp_do_chmod': ftplib.c:607:6: warning: variable 'res' set but not used [-Wunused-but-set-variable] int res; ^~~ ftp.c: In function 'try_do_cwd': ftp.c:105:4: warning: 'res' may be used uninitialized in this function [-Wmaybe-uninitialized] if(res < 0 && opt.no_directories) ^ i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCALEDIR=\"/usr/share/locale\" -D_GLIBCXX_USE_C99_MATH=1 -c -o socketlib.o socketlib.c progress.c: In function 'calculate_eta': progress.c:312:25: warning: '%02d' directive writing 2 bytes into a region of size between 1 and 4 [-Wformat-overflow=] sprintf(buf, "ETA %2d:%02dd", remain / (3600 * 24), (remain % (24 * 3600)) / 3600); ^~~~ progress.c:312:16: note: directive argument in the range [0, 23] sprintf(buf, "ETA %2d:%02dd", remain / (3600 * 24), (remain % (24 * 3600)) / 3600); ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from wput.h:41, from progress.h:4, from progress.c:19: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 11 and 14 bytes into a destination of size 11 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ progress.c:306:24: warning: '%02d' directive writing between 2 and 11 bytes into a region of size 4 [-Wformat-overflow=] sprintf(buf, "ETA %02ds", remain); ^~~~ progress.c:306:16: note: directive argument in the range [-2147483648, 59] sprintf(buf, "ETA %02ds", remain); ^~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from wput.h:41, from progress.h:4, from progress.c:19: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 11 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftp.c: In function 'open_input_file': ftp.c:206:6: warning: 'fd' may be used uninitialized in this function [-Wmaybe-uninitialized] int fd; ^~ In file included from /usr/include/string.h:494, from wput.h:42, from progress.h:4, from progress.c:19: In function 'memcpy', inlined from 'bar_update' at progress.c:385:4: /usr/include/bits/string_fortified.h:34:10: warning: '__builtin_memcpy' accessing 92 bytes at offsets 20 and 24 overlaps 88 bytes at offset 24 [-Wrestrict] return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ socketlib.c: In function 'proxy_init': socketlib.c:473:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation] } else ^~~~ socketlib.c:481:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' return sock; ^~~~~~ i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCALEDIR=\"/usr/share/locale\" -D_GLIBCXX_USE_C99_MATH=1 -c -o queue.o queue.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCALEDIR=\"/usr/share/locale\" -D_GLIBCXX_USE_C99_MATH=1 -c -o ftp-ls.o ftp-ls.c ftp-ls.c: In function 'ftp_parse_vms_ls': ftp-ls.c:850:7: warning: implicit declaration of function 'strptime'; did you mean 'strftime'? [-Wimplicit-function-declaration] strptime( date_str, "%d-%b-%Y %H:%M:%S", ×truct); ^~~~~~~~ strftime ftp-ls.c: In function 'ftp_parse_unix_ls.isra.0': ftp-ls.c:352:21: warning: 'cur.perms' may be used uninitialized in this function [-Wmaybe-uninitialized] && (cur.perms & 0111) ~~~~~~~~~~~^~~~~~~ i486-slitaz-linux-gcc -o ../wput wput.o netrc.o ftp.o ftplib.o utils.o progress.o socketlib.o queue.o ftp-ls.o make[1]: Leaving directory '/home/slitaz/wok/wput/source/wput-0.6.2/src' cd doc && make all make[1]: Entering directory '/home/slitaz/wok/wput/source/wput-0.6.2/doc' gzip < wput.1 > wput.1.gz gzip < wdel.1 > wdel.1.gz make[1]: Leaving directory '/home/slitaz/wok/wput/source/wput-0.6.2/doc' cd po && make all make[1]: Entering directory '/home/slitaz/wok/wput/source/wput-0.6.2/po' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/wput/source/wput-0.6.2/po' cd src && make all make[1]: Entering directory '/home/slitaz/wok/wput/source/wput-0.6.2/src' i486-slitaz-linux-gcc -o ../wput wput.o netrc.o ftp.o ftplib.o utils.o progress.o socketlib.o queue.o ftp-ls.o make[1]: Leaving directory '/home/slitaz/wok/wput/source/wput-0.6.2/src' cd doc && make all make[1]: Entering directory '/home/slitaz/wok/wput/source/wput-0.6.2/doc' gzip < wput.1 > wput.1.gz gzip < wdel.1 > wdel.1.gz make[1]: Leaving directory '/home/slitaz/wok/wput/source/wput-0.6.2/doc' cd po && make install make[1]: Entering directory '/home/slitaz/wok/wput/source/wput-0.6.2/po' /bin/sh .././mkinstalldirs /home/slitaz/wok/wput/install/usr/share mkdir -p -- /home/slitaz/wok/wput/install/usr/share mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/da/LC_MESSAGES installing da.gmo as /home/slitaz/wok/wput/install/usr/share/locale/da/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/de/LC_MESSAGES installing de.gmo as /home/slitaz/wok/wput/install/usr/share/locale/de/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/el/LC_MESSAGES installing el.gmo as /home/slitaz/wok/wput/install/usr/share/locale/el/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/es/LC_MESSAGES installing es.gmo as /home/slitaz/wok/wput/install/usr/share/locale/es/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/fi/LC_MESSAGES installing fi.gmo as /home/slitaz/wok/wput/install/usr/share/locale/fi/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/fr/LC_MESSAGES installing fr.gmo as /home/slitaz/wok/wput/install/usr/share/locale/fr/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/it/LC_MESSAGES installing it.gmo as /home/slitaz/wok/wput/install/usr/share/locale/it/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/nl/LC_MESSAGES installing nl.gmo as /home/slitaz/wok/wput/install/usr/share/locale/nl/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/pl/LC_MESSAGES installing pl.gmo as /home/slitaz/wok/wput/install/usr/share/locale/pl/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/ru/LC_MESSAGES installing ru.gmo as /home/slitaz/wok/wput/install/usr/share/locale/ru/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/sv/LC_MESSAGES installing sv.gmo as /home/slitaz/wok/wput/install/usr/share/locale/sv/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/tr/LC_MESSAGES installing tr.gmo as /home/slitaz/wok/wput/install/usr/share/locale/tr/LC_MESSAGES/wput.mo mkdir -p -- /home/slitaz/wok/wput/install/usr/share/locale/zh/LC_MESSAGES installing zh.gmo as /home/slitaz/wok/wput/install/usr/share/locale/zh/LC_MESSAGES/wput.mo if test "wput" = "gettext-tools"; then \ /bin/sh .././mkinstalldirs /home/slitaz/wok/wput/install/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/slitaz/wok/wput/install/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/slitaz/wok/wput/install/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/home/slitaz/wok/wput/source/wput-0.6.2/po' mkdir -p /home/slitaz/wok/wput/install/usr/bin mkdir -p /home/slitaz/wok/wput/install/usr/share/man/man1 install -m0755 wput /home/slitaz/wok/wput/install/usr/bin install -m0644 doc/wput.1.gz /home/slitaz/wok/wput/install/usr/share/man/man1 ln -s /home/slitaz/wok/wput/install/usr/bin/wput /home/slitaz/wok/wput/install/usr/bin/wdel install -m0644 doc/wdel.1.gz /home/slitaz/wok/wput/install/usr/share/man/man1 ---------------- Wput and Wdel installed. See 'wput/wdel -h' or 'man wput/wdel' for usage information. Further documentation is located in the doc/USAGE.* files. Wput is not perfect, so please report any bugs you notice (see BUGS-section in the manpage). ---------------- ================================================================================ Executing strip on all files... Done Time: 0.71s. Size: 113724 B -> 79956 B. Save: 33 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.36s. Size: 6547 B -> 6360 B. Save: 0 KB. Cache hit: 2/2. Installing (pkg/local): libpcre-8.42-i486 Installing (pkg/local): util-linux-smartcols-2.33.1-i486 Installing (pkg/local): util-linux-uuid-2.33.1-i486 Installing (pkg/local): util-linux-blkid-2.33.1-i486 Installing (pkg/local): util-linux-mount-2.33.1-i486 Installing (pkg/local): glib-2.64.3-i486 Installing (pkg/local): libxml2-2.9.9-i486 Installing (pkg/local): libcroco-0.6.12-i486 Installing (pkg/local): gettext-0.19.8.1-i486 Installing (pkg/local): gettext-dev-0.19.8.1-i486 Normalizing mo files... Done Time: 1.91s. Size: 197262 B -> 190677 B. Save: 6 KB. ================================================================================ Build dependencies to remove: 11 Removing: advancecomp-static gettext gettext-dev glib libcroco libpcre libxml2 util-linux-blkid util-linux-mount util-linux-smartcols util-linux-uuid Pack: wput 0.6.2 ================================================================================ 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 "wput-0.6.2-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "wput-0.6.2-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/wput-0.6.2... Done Checking site script in source/wput-0.6.2... 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: wput 0.6.2 ================================================================================ Src file : wput-0.6.2.tgz Src size : 360.0K Source dir : 2.0M Produced : 436.0K Cook time : 18s Cook date : 2020-07-08 04:09 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 108.0K : 32.8K : 2 : wput-0.6.2-i486.tazpkg ================================================================================