Cook: rlwrap 0.37 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): readline-dev-7.0p5-any Extracting source archive "rlwrap-0.37.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 build system type... i486-slitaz-linux-gnu checking host system type... i486-slitaz-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... tools/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking whether build environment is sane... yes checking for style of include used by make... GNU 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 dependency style of i486-slitaz-linux-gcc... gcc3 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for i486-slitaz-linux-gcc... (cached) i486-slitaz-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i486-slitaz-linux-gcc accepts -g... (cached) yes checking for i486-slitaz-linux-gcc option to accept ISO C89... (cached) none needed checking dependency style of i486-slitaz-linux-gcc... (cached) gcc3 checking how to run the C preprocessor... i486-slitaz-linux-gcc -E checking for perl... no checking for strip... strip checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/wait.h... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking for term.h... yes checking for ncurses/term.h... no checking argument type of tputs putc function... int checking whether your getopt() correctly understands double colons in option string... yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether i486-slitaz-linux-gcc needs -traditional... no checking return type of signal handlers... void checking for getopt_long... yes checking for getopt_long... (cached) yes checking for isastream... yes checking for mkstemp... yes checking for pselect... yes checking for putenv... yes checking for readlink... yes checking for sched_yield... yes checking for setenv... yes checking for setitimer... yes checking for setsid... yes checking for setrlimit... yes checking for sigaction... yes checking for snprintf... yes checking for strlcpy... no checking for strlcat... no checking for strnlen... yes checking for system... yes checking for openpty in -lutil... yes checking for openpty... yes checking for getpty... no checking for grantpt... yes checking for unlockpt... yes checking for getpt... yes checking for pty/tty type... checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes OPENPTY configure: checking for pty ranges... checking for tgetent... no checking for tgetent in -lcurses... yes checking for readline in -lreadline... yes checking whether your readline headers know about rl_set_screen_size... yes checking whether your readline library knows about rl_set_screen_size... checking for rl_set_screen_size... yes checking whether your readline knows about rl_variable_value... yes checking whether your readline knows about rl_readline_version... yes Will rlwrap find command's working directory under /proc//cwd? let's see... checking for /proc/13222/cwd/configure.ac... yes configure: creating ./config.status config.status: creating Makefile config.status: creating filters/Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating doc/rlwrap.man config.status: creating config.h config.status: executing depfiles commands Now do: make (or gmake) to build rlwrap make check for instructions how to test it make install to install it make all-recursive make[1]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37' Making all in doc make[2]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/doc' sed -e 's#@DATADIR@#/usr/share#' rlwrap.man > rlwrap.1 make[2]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/doc' Making all in src make[2]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/src' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -MT signals.o -MD -MP -MF .deps/signals.Tpo -c -o signals.o signals.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -MT readline.o -MD -MP -MF .deps/readline.Tpo -c -o readline.o readline.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -MT pty.o -MD -MP -MF .deps/pty.Tpo -c -o pty.o pty.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -MT completion.o -MD -MP -MF .deps/completion.Tpo -c -o completion.o completion.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -MT term.o -MD -MP -MF .deps/term.Tpo -c -o term.o term.c mv -f .deps/term.Tpo .deps/term.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -MT ptytty.o -MD -MP -MF .deps/ptytty.Tpo -c -o ptytty.o ptytty.c mv -f .deps/signals.Tpo .deps/signals.Po mv -f .deps/readline.Tpo .deps/readline.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -MT string_utils.o -MD -MP -MF .deps/string_utils.Tpo -c -o string_utils.o string_utils.c mv -f .deps/pty.Tpo .deps/pty.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -MT malloc_debug.o -MD -MP -MF .deps/malloc_debug.Tpo -c -o malloc_debug.o malloc_debug.c mv -f .deps/main.Tpo .deps/main.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.c mv -f .deps/completion.Tpo .deps/completion.Po mv -f .deps/ptytty.Tpo .deps/ptytty.Po string_utils.c: In function 'colourless_strlen': string_utils.c:626:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] for(p = str; *p; p++) { ^ mv -f .deps/malloc_debug.Tpo .deps/malloc_debug.Po mv -f .deps/filter.Tpo .deps/filter.Po mv -f .deps/utils.Tpo .deps/utils.Po mv -f .deps/string_utils.Tpo .deps/string_utils.Po i486-slitaz-linux-gcc -DDATADIR=\"/usr/share\" -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o rlwrap main.o signals.o readline.o pty.o completion.o term.o ptytty.o utils.o string_utils.o malloc_debug.o filter.o -lutil -lreadline -lcurses make[2]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/src' Making all in filters make[2]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/filters' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/filters' make[2]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37' make[2]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37' make[1]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37' Making install in doc make[1]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/doc' make[2]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/doc' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man1" || ../tools/install-sh -c -d "/home/slitaz/wok/rlwrap/install/usr/share/man/man1" /usr/bin/install -c -m 644 rlwrap.1 '/home/slitaz/wok/rlwrap/install/usr/share/man/man1' make[2]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/doc' make[1]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/doc' Making install in src make[1]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/src' make[2]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/src' test -z "/usr/bin" || ../tools/install-sh -c -d "/home/slitaz/wok/rlwrap/install/usr/bin" make[2]: Nothing to be done for 'install-data-am'. /usr/bin/install -c rlwrap '/home/slitaz/wok/rlwrap/install/usr/bin' make[2]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/src' make[1]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/src' Making install in filters make[1]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/filters' make[2]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/filters' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man3" || ../tools/install-sh -c -d "/home/slitaz/wok/rlwrap/install/usr/share/man/man3" /usr/bin/install -c -m 644 RlwrapFilter.3pm '/home/slitaz/wok/rlwrap/install/usr/share/man/man3' make[2]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/filters' make[1]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37/filters' make[1]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37' make[2]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/rlwrap" || tools/install-sh -c -d "/home/slitaz/wok/rlwrap/install/usr/share/rlwrap" tools/install-sh -c -d '/home/slitaz/wok/rlwrap/install/usr/share/rlwrap/completions' /usr/bin/install -c -m 644 completions/testclient completions/coqtop '/home/slitaz/wok/rlwrap/install/usr/share/rlwrap/completions' tools/install-sh -c -d '/home/slitaz/wok/rlwrap/install/usr/share/rlwrap/filters' /usr/bin/install -c -m 644 filters/README filters/RlwrapFilter.pm filters/RlwrapFilter.3pm filters/count_in_prompt filters/pipeto filters/logger filters/null filters/unbackspace filters/pipeline filters/ftp_filter filters/history_format filters/simple_macro filters/template filters/scrub_prompt filters/paint_prompt filters/censor_passwords filters/listing '/home/slitaz/wok/rlwrap/install/usr/share/rlwrap/filters' make install-data-hook make[3]: Entering directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37' chmod a+x /home/slitaz/wok/rlwrap/install/usr/share/rlwrap/filters/* make[3]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37' make[2]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37' make[1]: Leaving directory '/home/slitaz/wok/rlwrap/source/rlwrap-0.37' ================================================================================ Executing strip on all files... Done Time: 1.16s. Size: 103645 B -> 71364 B. Save: 32 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.62s. Size: 43615 B -> 15822 B. Save: 27 KB. Cache hit: 2/2. ================================================================================ Build dependencies to remove: 2 Removing: advancecomp-static readline-dev Pack: rlwrap 0.37 ================================================================================ 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 not changed. ================================================================================ Package "rlwrap-0.37-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/rlwrap-0.37... Done Checking site script in source/rlwrap-0.37... 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: rlwrap 0.37 ================================================================================ Src file : rlwrap-0.37.tar.gz Src size : 248.0K Source dir : 1.6M Produced : 224.0K Cook time : 21s Cook date : 2020-09-13 03:16 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 212.0K : 45.7K : 20 : rlwrap-0.37-i486.tazpkg ================================================================================