Cook: zssh 1.5c ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): readline-dev-7.0p5-any Extracting source archive "zssh-1.5c.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 loading site script /etc/slitaz/cook.site creating cache ./config.cache checking whether to use libreadline for cmd-line editing... yes checking for a BSD compatible install... /usr/bin/install -c checking for gmake... make checking for gtar... tar checking for gar... ar checking for granlib... ranlib 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 how to run the C preprocessor... gcc -E checking whether gcc needs -traditional... no checking that the C compiler understands -Wall... yes checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for fcntl.h... yes checking for paths.h... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for termios.h... yes checking for unistd.h... yes checking for err.h... yes checking for sys/cdefs.h... yes checking for sys/param.h... yes checking for util.h... no checking for stropts.h... yes checking for tgetent in -ltermcap... no checking for tgetent in -lcurses... yes checking which library has the termcap functions... using libcurses checking for readline/readline.h... yes checking for readline/history.h... yes checking for readline in -lreadline... yes checking for rl_username_completion_function... yes checking whether getpgrp takes no argument... yes checking return type of signal handlers... void checking for strdup... yes checking for getpt... yes checking for isastream... yes checking for tcsetpgrp... yes checking for _getpty... no checking for getpseudotty... no checking for openpty... no checking for grantpt... yes checking for unlockpt... yes checking for pseudo ttys... /dev/pts and /dev/ptc updating cache ./config.cache creating ./config.status creating Makefile creating fake_readline/Makefile creating test/Makefile creating config.h echo '#define ZSSH_VERSION "' `cat VERSION` ', built' `date` '"' > version.h gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o completion.o completion.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o doit.o doit.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o escape.o escape.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o escape_multi.o escape_multi.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o globbing.o globbing.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o main.o main.c doit.c: In function 'doinput': doit.c:29:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(gl_master, ibuf, cc); ^~~~~~~~~~~~~~~~~~~~~~~~~~ doit.c: In function 'dooutput': doit.c:52:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1,obuf,cc); ^~~~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o misc.o misc.c completion.c: In function 'initialize_readline': completion.c:56:4: warning: 'CPPFunction' is deprecated [-Wdeprecated-declarations] rl_attempted_completion_function = (CPPFunction *) zssh_completion; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o openpty.o openpty.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o pc_test_escapes.o pc_test_escapes.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o quote_removal.o quote_removal.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o signal.o signal.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o split_words.o split_words.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o tilde_expansion.o tilde_expansion.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o util.o util.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o zmodem.o zmodem.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o zmodem_act.o zmodem_act.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -DHAVE_CONFIG_H -D_GLIBCXX_USE_C99_MATH=1 -c -o init.o init.c zmodem.c: In function 'zaction': zmodem.c:140:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(master, &c, 1); ^~~~~~~~~~~~~~~~~~~~ zmodem_act.c: In function 'zact_exit': zmodem_act.c:153:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(master,"\n",1); ^~~~~~~~~~~~~~~~~~~~ gcc -o zssh -Wl,-Os,--as-needed completion.o doit.o escape.o escape_multi.o globbing.o init.o main.o misc.o openpty.o pc_test_escapes.o quote_removal.o signal.o split_words.o tilde_expansion.o util.o zmodem.o zmodem_act.o -lreadline -lcurses make: [Makefile:74: ztelnet] Error 1 (ignored) ln zssh ztelnet Copying man pages... Done Copying documentation... Done ================================================================================ Executing strip on all files... Done Time: 0.38s. Size: 344746 B -> 344746 B. Save: 0 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.38s. Size: 6326 B -> 2807 B. Save: 3 KB. Cache hit: 2/2. ================================================================================ Build dependencies to remove: 2 Removing: advancecomp-static readline-dev Pack: zssh 1.5c ================================================================================ Executing: genpkg_rules 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 changed. ================================================================================ Package "zssh-1.5c-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/zssh-1.5c... Done Checking site script in source/zssh-1.5c... Done Checking ownership in install... Done Checking permissions in install... Failed Problems found: 0600 /usr/share/man/man1/zssh.1.gz 0600 /usr/share/man/man1/ztelnet.1.gz Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: zssh 1.5c ================================================================================ Src file : zssh-1.5c.tgz Src size : 340.0K Source dir : 1.9M Produced : 80.0K Cook time : 12s Cook date : 2020-07-08 06:33 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 64.0K : 14.1K : 2 : zssh-1.5c-i486.tazpkg ================================================================================